summaryrefslogtreecommitdiff
path: root/p/haskell-cabal-install/debian/patches/use-cryptohash
blob: 2c98197953738dac423789f46c370eedfdc4c5bc (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/cabal-install.cabal
+++ b/cabal-install.cabal
@@ -267,7 +267,7 @@
         bytestring >= 0.9      && < 1,
         Cabal      >= 1.24.2 && < 1.25,
         containers >= 0.4      && < 0.6,
-        cryptohash-sha256 >= 0.11 && < 0.12,
+        cryptohash,
         filepath   >= 1.3      && < 1.5,
         hashable   >= 1.0      && < 2,
         HTTP       >= 4000.1.5 && < 4000.4,