[DHG_packages] 02/06: numtype: 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 b4177272124835003c549c62cf63b6ab7abc5c5b
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 13:06:22 2016 -0400

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

diff --git a/p/haskell-numtype/debian/changelog b/p/haskell-numtype/debian/changelog
index 1bd9176..374c929 100644
--- a/p/haskell-numtype/debian/changelog
+++ b/p/haskell-numtype/debian/changelog
@@ -1,3 +1,9 @@
+haskell-numtype (1.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 13:06:06 -0400
+
 haskell-numtype (1.2-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-numtype/debian/control b/p/haskell-numtype/debian/control
index efd50c9..c0feca4 100644
--- a/p/haskell-numtype/debian/control
+++ b/p/haskell-numtype/debian/control
@@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Iulian Udrea <iulian at linux.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: http://dimensional.googlecode.com/
-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-numtype
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-numtype-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: type-level (low cardinality) integers${haskell:ShortBlurb}
  This package provides unary type level representations of the (positive
  and negative) integers and basic operations (addition, subtraction,
@@ -37,11 +36,10 @@ Description: type-level (low cardinality) integers${haskell:ShortBlurb}
 
 Package: libghc-numtype-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: type-level (low cardinality) integers${haskell:ShortBlurb}
  This package provides unary type level representations of the (positive
  and negative) integers and basic operations (addition, subtraction,
@@ -58,10 +56,9 @@ Description: type-level (low cardinality) integers${haskell:ShortBlurb}
 Package: libghc-numtype-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: type-level (low cardinality) integers${haskell:ShortBlurb}
  This package provides unary type level representations of the (positive
  and negative) integers and basic operations (addition, subtraction,

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