summaryrefslogtreecommitdiff
path: root/p/haskell-hackage-security/debian/patches/use-cryptohash
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-hackage-security/debian/patches/use-cryptohash')
-rw-r--r--p/haskell-hackage-security/debian/patches/use-cryptohash11
1 files changed, 11 insertions, 0 deletions
diff --git a/p/haskell-hackage-security/debian/patches/use-cryptohash b/p/haskell-hackage-security/debian/patches/use-cryptohash
new file mode 100644
index 000000000..4158fe483
--- /dev/null
+++ b/p/haskell-hackage-security/debian/patches/use-cryptohash
@@ -0,0 +1,11 @@
+--- a/hackage-security.cabal
++++ b/hackage-security.cabal
+@@ -107,7 +107,7 @@
+ mtl >= 2.2 && < 2.3,
+ parsec >= 3.1 && < 3.2,
+ pretty >= 1.0 && < 1.2,
+- cryptohash-sha256 >= 0.11 && < 0.12,
++ cryptohash,
+ -- 0.4.2 introduces TarIndex, 0.4.4 introduces more
+ -- functionality, 0.5.0 changes type of serialise
+ tar >= 0.5 && < 0.6,