[DHG_packages] 03/06: numtype-dk: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 17:12:24 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 f6a5badc2c92300b53fae51cc3f209029099bbfa
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 13:07:27 2016 -0400

    numtype-dk: build with ghc 8 in experimental
---
 p/haskell-numtype-dk/debian/changelog |  6 ++---
 p/haskell-numtype-dk/debian/control   | 41 ++++++++++++++++-------------------
 2 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/p/haskell-numtype-dk/debian/changelog b/p/haskell-numtype-dk/debian/changelog
index 2419724..930c02f 100644
--- a/p/haskell-numtype-dk/debian/changelog
+++ b/p/haskell-numtype-dk/debian/changelog
@@ -1,8 +1,8 @@
-haskell-numtype-dk (0.5.0.1-2) UNRELEASED; urgency=medium
+haskell-numtype-dk (0.5.0.1-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:51 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 13:07:11 -0400
 
 haskell-numtype-dk (0.5.0.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-numtype-dk/debian/control b/p/haskell-numtype-dk/debian/control
index 0936be3..433c9e2 100644
--- a/p/haskell-numtype-dk/debian/control
+++ b/p/haskell-numtype-dk/debian/control
@@ -3,12 +3,13 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Ilias Tsitsimpis <i.tsitsimpis 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: https://github.com/bjornbm/numtype-dk
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-numtype-dk
@@ -23,13 +24,11 @@ X-Description: type-level integers without fundeps
 
 Package: libghc-numtype-dk-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -37,12 +36,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-numtype-dk-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -51,11 +49,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-numtype-dk-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+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