[DHG_packages] 05/05: reflection: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:01:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 0370fe8fe67127611a2c1ff3ae989d19ba7a3ee2
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:00:08 2016 -0400

    reflection: build with ghc 8 in experimental
---
 p/haskell-reflection/debian/changelog |  6 +++---
 p/haskell-reflection/debian/control   | 37 ++++++++++++++++-------------------
 2 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/p/haskell-reflection/debian/changelog b/p/haskell-reflection/debian/changelog
index fb72bec..5a65b7e 100644
--- a/p/haskell-reflection/debian/changelog
+++ b/p/haskell-reflection/debian/changelog
@@ -1,8 +1,8 @@
-haskell-reflection (2.1.2-2) UNRELEASED; urgency=medium
+haskell-reflection (2.1.2-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:58 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 13:59:59 -0400
 
 haskell-reflection (2.1.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-reflection/debian/control b/p/haskell-reflection/debian/control
index 0653408..8aa0cd3 100644
--- a/p/haskell-reflection/debian/control
+++ b/p/haskell-reflection/debian/control
@@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint at debian.org>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://github.com/ekmett/reflection
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-reflection
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-reflection-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: reifies arbitrary terms into types that can be reflected back into terms${haskell:ShortBlurb}
  This package provides an implementation of the ideas presented in the
  paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
@@ -32,11 +31,10 @@ Description: reifies arbitrary terms into types that can be reflected back into
 
 Package: libghc-reflection-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: reifies arbitrary terms into types that can be reflected${haskell:ShortBlurb}
  This package provides an implementation of the ideas presented in the
  paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
@@ -48,10 +46,9 @@ Description: reifies arbitrary terms into types that can be reflected${haskell:S
 Package: libghc-reflection-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: reifies arbitrary terms into types that can be reflected${haskell:ShortBlurb}
  This package provides an implementation of the ideas presented in the
  paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list