[DHG_packages] 01/04: hackage-security: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 15:49:57 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 da21ca1d28f2823814b625d9cd33e9f26b876cd5
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 11:39:58 2016 -0400
hackage-security: build with ghc 8 in experimental
---
p/haskell-hackage-security/debian/changelog | 6 ++
p/haskell-hackage-security/debian/control | 85 +++++++++++++++++------------
2 files changed, 57 insertions(+), 34 deletions(-)
diff --git a/p/haskell-hackage-security/debian/changelog b/p/haskell-hackage-security/debian/changelog
index a15c531..8610e52 100644
--- a/p/haskell-hackage-security/debian/changelog
+++ b/p/haskell-hackage-security/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hackage-security (0.5.2.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 11:39:50 -0400
+
haskell-hackage-security (0.5.2.2-1) unstable; urgency=low
* Initial release
diff --git a/p/haskell-hackage-security/debian/control b/p/haskell-hackage-security/debian/control
index fb3e06b..d6c035c 100644
--- a/p/haskell-hackage-security/debian/control
+++ b/p/haskell-hackage-security/debian/control
@@ -1,52 +1,55 @@
Source: haskell-hackage-security
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 10),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 10),
+ ghc (>= 8),
ghc-prof,
- libghc-base16-bytestring-dev (>= 0.1.1),
+ haskell-devscripts (>= 0.9),
libghc-base16-bytestring-dev (<< 0.2),
+ libghc-base16-bytestring-dev (>= 0.1.1),
libghc-base16-bytestring-prof,
- libghc-base64-bytestring-dev (>= 1.0),
libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-dev (>= 1.0),
libghc-base64-bytestring-prof,
libghc-cryptohash-dev,
libghc-cryptohash-prof,
- libghc-ed25519-dev (>= 0.0),
libghc-ed25519-dev (<< 0.1),
+ libghc-ed25519-dev (>= 0.0),
libghc-ed25519-prof,
- libghc-mtl-dev (>= 2.2),
+ libghc-hunit-dev <!nocheck>,
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.2),
libghc-mtl-prof,
- libghc-network-dev (>= 2.6),
libghc-network-dev (<< 2.7),
+ libghc-network-dev (>= 2.6),
libghc-network-prof,
- libghc-network-uri-dev (>= 2.6),
libghc-network-uri-dev (<< 2.7),
+ libghc-network-uri-dev (>= 2.6),
+ libghc-network-uri-dev <!nocheck>,
libghc-network-uri-prof,
- libghc-parsec3-dev (>= 3.1),
libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-dev (>= 3.1),
libghc-parsec3-prof,
- libghc-tar-dev (>= 0.5),
- libghc-tar-dev (<< 0.6),
- libghc-tar-prof,
- libghc-zlib-dev (>= 0.5),
- libghc-zlib-dev (<< 0.7),
- libghc-zlib-prof,
- libghc-hunit-dev <!nocheck>,
libghc-quickcheck2-dev <!nocheck>,
- libghc-network-uri-dev <!nocheck>,
+ libghc-tar-dev (<< 0.6),
+ libghc-tar-dev (>= 0.5),
libghc-tar-dev <!nocheck>,
+ libghc-tar-prof,
libghc-tasty-dev <!nocheck>,
libghc-tasty-hunit-dev <!nocheck>,
libghc-tasty-quickcheck-dev <!nocheck>,
libghc-temporary-dev <!nocheck>,
+ libghc-zlib-dev (<< 0.7),
+ libghc-zlib-dev (>= 0.5),
libghc-zlib-dev <!nocheck>,
-Build-Depends-Indep: ghc-doc,
+ libghc-zlib-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-base16-bytestring-doc,
libghc-base64-bytestring-doc,
libghc-cryptohash-doc,
@@ -74,13 +77,18 @@ X-Description: Hackage security library
Package: libghc-hackage-security-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}
.
@@ -88,12 +96,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hackage-security-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}
.
@@ -102,11 +115,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hackage-security-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