[DHG_packages] 05/05: simple-reflect: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:08:44 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 d42d17a52375ce6c6a755ef89bd09787063dc166
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:06:41 2016 -0400

    simple-reflect: build with ghc 8 in experimental
---
 p/haskell-simple-reflect/debian/changelog |  8 +++----
 p/haskell-simple-reflect/debian/control   | 37 ++++++++++++++-----------------
 2 files changed, 21 insertions(+), 24 deletions(-)

diff --git a/p/haskell-simple-reflect/debian/changelog b/p/haskell-simple-reflect/debian/changelog
index 2763758..2676bf3 100644
--- a/p/haskell-simple-reflect/debian/changelog
+++ b/p/haskell-simple-reflect/debian/changelog
@@ -1,13 +1,13 @@
-haskell-simple-reflect (0.3.2-6) UNRELEASED; urgency=medium
+haskell-simple-reflect (0.3.2-6) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:11 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:06:28 -0400
 
 haskell-simple-reflect (0.3.2-5) unstable; urgency=medium
 
diff --git a/p/haskell-simple-reflect/debian/control b/p/haskell-simple-reflect/debian/control
index e1f1527..a4d9403 100644
--- a/p/haskell-simple-reflect/debian/control
+++ b/p/haskell-simple-reflect/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://twanvl.nl/blog/haskell/simple-reflection-of-expressions
-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-simple-reflect
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-simple-reflect-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: simple reflection of expressions containing variables${haskell:ShortBlurb}
  This package allows simple reflection of expressions containing variables.
  Reflection here means that a Haskell expression is turned into a string.
@@ -34,11 +33,10 @@ Description: simple reflection of expressions containing variables${haskell:Shor
 
 Package: libghc-simple-reflect-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: simple reflection of expressions containing variables${haskell:ShortBlurb}
  This package allows simple reflection of expressions containing variables.
  Reflection here means that a Haskell expression is turned into a string.
@@ -52,10 +50,9 @@ Description: simple reflection of expressions containing variables${haskell:Shor
 Package: libghc-simple-reflect-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: simple reflection of expressions containing variables${haskell:ShortBlurb}
  This package allows simple reflection of expressions containing variables.
  Reflection here means that a Haskell expression is turned into a string.

-- 
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