[DHG_packages] 03/06: th-expand-syns: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:54:54 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 a6bb7d688651bc393be653b3c16a572e836d7e8c
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 12:51:31 2016 -0400

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

diff --git a/p/haskell-th-expand-syns/debian/changelog b/p/haskell-th-expand-syns/debian/changelog
index 4b0b828..c75f3a0 100644
--- a/p/haskell-th-expand-syns/debian/changelog
+++ b/p/haskell-th-expand-syns/debian/changelog
@@ -1,8 +1,8 @@
-haskell-th-expand-syns (0.4.0.0-2) UNRELEASED; urgency=medium
+haskell-th-expand-syns (0.4.0.0-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>  Sat, 15 Oct 2016 12:51:20 -0400
 
 haskell-th-expand-syns (0.4.0.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-th-expand-syns/debian/control b/p/haskell-th-expand-syns/debian/control
index 3ee4740..ed72c1a 100644
--- a/p/haskell-th-expand-syns/debian/control
+++ b/p/haskell-th-expand-syns/debian/control
@@ -1,33 +1,41 @@
 Source: haskell-th-expand-syns
 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-syb-dev,
  libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-syb-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/th-expand-syns
-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-expand-syns
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Expands type synonyms in Template Haskell ASTs
+X-Description: expands type synonyms in Template Haskell ASTs
  Expands type synonyms in Template Haskell ASTs
 
 Package: libghc-th-expand-syns-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}
   .
@@ -35,12 +43,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-th-expand-syns-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}
   .
@@ -49,11 +62,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-th-expand-syns-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