summaryrefslogtreecommitdiff
path: root/p/haskell-crypto-random-api
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 15:38:52 -0400
committerClint Adams <clint@debian.org>2016-10-14 15:38:52 -0400
commita6d597af59e661bb59b380868a3ae325b9a92390 (patch)
tree89c6482bb2ca886abd64e3c41ff9e1e08548c21c /p/haskell-crypto-random-api
parent70259b2b49233986eef7c2ea204684d1bd921cb1 (diff)
downloadDHG_packages-a6d597af59e661bb59b380868a3ae325b9a92390.tar.gz
crypto-random-api: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-crypto-random-api')
-rw-r--r--p/haskell-crypto-random-api/debian/changelog8
-rw-r--r--p/haskell-crypto-random-api/debian/control38
2 files changed, 21 insertions, 25 deletions
diff --git a/p/haskell-crypto-random-api/debian/changelog b/p/haskell-crypto-random-api/debian/changelog
index abb3bd0dc..20d5978d3 100644
--- a/p/haskell-crypto-random-api/debian/changelog
+++ b/p/haskell-crypto-random-api/debian/changelog
@@ -1,13 +1,13 @@
-haskell-crypto-random-api (0.2.0-7) UNRELEASED; urgency=medium
+haskell-crypto-random-api (0.2.0-7) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:03 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 15:38:39 -0400
haskell-crypto-random-api (0.2.0-6) unstable; urgency=medium
diff --git a/p/haskell-crypto-random-api/debian/control b/p/haskell-crypto-random-api/debian/control
index f2a57714e..28de749f5 100644
--- a/p/haskell-crypto-random-api/debian/control
+++ b/p/haskell-crypto-random-api/debian/control
@@ -3,28 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Clint Adams <clint@debian.org>
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-entropy-dev,
libghc-entropy-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-entropy-doc,
+Build-Depends-Indep: ghc-doc, libghc-entropy-doc
Standards-Version: 3.9.8
Homepage: http://github.com/vincenthz/hs-crypto-random-api
-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-crypto-random-api
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-crypto-random-api-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: simple random generators API for cryptography related code${haskell:ShortBlurb}
This provides a class of Cryptographic Secure Random generator.
.
@@ -43,11 +41,10 @@ Description: simple random generators API for cryptography related code${haskell
Package: libghc-crypto-random-api-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: simple random generators API for crypto-related code${haskell:ShortBlurb}
This provides a class of Cryptographic Secure Random generator.
.
@@ -67,10 +64,9 @@ Description: simple random generators API for crypto-related code${haskell:Short
Package: libghc-crypto-random-api-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: simple random generators API for cryptography related code${haskell:ShortBlurb}
This provides a class of Cryptographic Secure Random generator.
.