[Git][haskell-team/DHG_packages][master] hackage-security: fix Build-Depends
Clint Adams
gitlab at salsa.debian.org
Sun Apr 15 20:35:22 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
17f3094a by Clint Adams at 2018-04-15T15:34:49-04:00
hackage-security: fix Build-Depends
- - - - -
2 changed files:
- p/haskell-hackage-security/debian/changelog
- p/haskell-hackage-security/debian/control
Changes:
=====================================
p/haskell-hackage-security/debian/changelog
=====================================
--- a/p/haskell-hackage-security/debian/changelog
+++ b/p/haskell-hackage-security/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hackage-security (0.5.3.0-4) unstable; urgency=medium
+
+ * Fix Build-Depends.
+
+ -- Clint Adams <clint at debian.org> Sun, 15 Apr 2018 15:34:37 -0400
+
haskell-hackage-security (0.5.3.0-3) unstable; urgency=medium
* Patch for older tasty-QuickCheck.
=====================================
p/haskell-hackage-security/debian/control
=====================================
--- a/p/haskell-hackage-security/debian/control
+++ b/p/haskell-hackage-security/debian/control
@@ -16,8 +16,9 @@ Build-Depends:
libghc-base64-bytestring-dev (<< 1.1),
libghc-base64-bytestring-dev (>= 1.0),
libghc-base64-bytestring-prof,
- libghc-cryptohash-dev,
- libghc-cryptohash-prof,
+ libghc-cryptohash-sha256-dev (>= 0.11),
+ libghc-cryptohash-sha256-dev (<< 0.12),
+ libghc-cryptohash-sha256-prof,
libghc-ed25519-dev (<< 0.1),
libghc-ed25519-dev (>= 0.0),
libghc-ed25519-prof,
@@ -59,7 +60,7 @@ Build-Depends:
Build-Depends-Indep: ghc-doc,
libghc-base16-bytestring-doc,
libghc-base64-bytestring-doc,
- libghc-cryptohash-doc,
+ libghc-cryptohash-sha256-doc,
libghc-ed25519-doc,
libghc-mtl-doc,
libghc-network-doc,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/17f3094a3f27ba223c56ffdfcded8b4475ec421f
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/17f3094a3f27ba223c56ffdfcded8b4475ec421f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180415/dc8f3fbc/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list