[DHG_packages] 01/05: th-reify-many: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:15:36 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 e628eff0fab9c0974cb182a96acdbf4974628bc7
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 01:11:55 2016 -0400

    th-reify-many: build with ghc 8 in experimental
---
 p/haskell-th-reify-many/debian/changelog |  6 ++--
 p/haskell-th-reify-many/debian/control   | 59 ++++++++++++++++++++------------
 2 files changed, 41 insertions(+), 24 deletions(-)

diff --git a/p/haskell-th-reify-many/debian/changelog b/p/haskell-th-reify-many/debian/changelog
index d6923aa..eedb6d2 100644
--- a/p/haskell-th-reify-many/debian/changelog
+++ b/p/haskell-th-reify-many/debian/changelog
@@ -1,8 +1,8 @@
-haskell-th-reify-many (0.1.6-2) UNRELEASED; urgency=medium
+haskell-th-reify-many (0.1.6-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:08 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 01:11:48 -0400
 
 haskell-th-reify-many (0.1.6-1) unstable; urgency=medium
 
diff --git a/p/haskell-th-reify-many/debian/control b/p/haskell-th-reify-many/debian/control
index 6249a97..2daff34 100644
--- a/p/haskell-th-reify-many/debian/control
+++ b/p/haskell-th-reify-many/debian/control
@@ -1,28 +1,31 @@
 Source: haskell-th-reify-many
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Uploaders:
+ Christopher Reichert <creichert07 at gmail.com>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev,
  libghc-mtl-prof,
  libghc-safe-dev,
  libghc-safe-prof,
  libghc-th-expand-syns-dev,
  libghc-th-expand-syns-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
  libghc-safe-doc,
  libghc-th-expand-syns-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/mgsloan/th-reify-many
-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-th-reify-many
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Recurseively reify template haskell datatype info
+X-Description: recurseively reify template haskell datatype info
  This package provides functions for recursively reifying top
  level declarations.  The main intended use case is for enumerating
  the names of datatypes reachable from an initial datatype, and
@@ -30,13 +33,18 @@ X-Description: Recurseively reify template haskell datatype info
 
 Package: libghc-th-reify-many-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
   ${haskell:LongDescription}
   .
@@ -44,12 +52,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-th-reify-many-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
   ${haskell:LongDescription}
   .
@@ -58,11 +71,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-th-reify-many-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
   ${haskell:LongDescription}
   .

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