[DHG_packages] 04/06: finite-field: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 19:49:46 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 1b728bf97f45a4baaecf8809f851b73d315ff625
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 15:46:46 2016 -0400
finite-field: build with ghc 8 in experimental
---
p/haskell-finite-field/debian/changelog | 6 ++++
p/haskell-finite-field/debian/control | 63 +++++++++++++++++++++------------
2 files changed, 46 insertions(+), 23 deletions(-)
diff --git a/p/haskell-finite-field/debian/changelog b/p/haskell-finite-field/debian/changelog
index 8785a9e..fb2f890 100644
--- a/p/haskell-finite-field/debian/changelog
+++ b/p/haskell-finite-field/debian/changelog
@@ -1,3 +1,9 @@
+haskell-finite-field (0.8.0-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:46:43 -0400
+
haskell-finite-field (0.8.0-1) unstable; urgency=medium
* Initial release (Closes: #836547).
diff --git a/p/haskell-finite-field/debian/control b/p/haskell-finite-field/debian/control
index 1f7c477..dfeb4a6 100644
--- a/p/haskell-finite-field/debian/control
+++ b/p/haskell-finite-field/debian/control
@@ -1,24 +1,27 @@
Source: haskell-finite-field
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Sean Whitton <spwhitton at spwhitton.name>
+Uploaders:
+ Sean Whitton <spwhitton at spwhitton.name>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
libghc-hashable-dev,
libghc-hashable-prof,
- libghc-type-level-numbers-dev (>= 0.1.1.0),
- libghc-type-level-numbers-dev (<< 0.2.0.0),
- libghc-type-level-numbers-prof,
libghc-primes-dev,
libghc-test-framework-dev,
- libghc-test-framework-th-dev,
libghc-test-framework-hunit-dev,
libghc-test-framework-quickcheck2-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-test-framework-th-dev,
+ libghc-type-level-numbers-dev (<< 0.2.0.0),
+ libghc-type-level-numbers-dev (>= 0.1.1.0),
+ libghc-type-level-numbers-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-hashable-doc,
libghc-type-level-numbers-doc,
Standards-Version: 3.9.8
@@ -34,13 +37,18 @@ X-Description: implementation of finite fields for Haskell
Package: libghc-finite-field-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}
.
@@ -48,12 +56,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-finite-field-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}
.
@@ -62,11 +75,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-finite-field-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