summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-01-28 00:09:45 -0500
committerjoe <joe@jerkface.net>2014-01-28 00:09:45 -0500
commitc1b96788ea4cfd26c4ff2b3e7fd190626e2ed03c (patch)
treeee5c2d519717f9199cc3ad2dc0854a033d9307b1
parent62114b3b3a35fb17a987c68e752b0597c7251761 (diff)
Fixed wheezy build.
-rw-r--r--openpgp-util.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpgp-util.cabal b/openpgp-util.cabal
index 8c0e44f..6bae74a 100644
--- a/openpgp-util.cabal
+++ b/openpgp-util.cabal
@@ -40,17 +40,17 @@ library
40 transformers, 40 transformers,
41 bytestring, 41 bytestring,
42 time >= 1.4, 42 time >= 1.4,
43 binary >= 0.5.1.1, 43 binary >= 0.5.1.0,
44 openpgp >= 0.4, 44 openpgp >= 0.4,
45 crypto-random >= 0.0.7, 45 crypto-random >= 0.0.7,
46 cryptohash >= 0.9.1, 46 cryptohash >= 0.7.5,
47 crypto-pubkey >= 0.2.3, 47 crypto-pubkey >= 0.2.3,
48 crypto-pubkey-types >= 0.4.1, 48 crypto-pubkey-types >= 0.4.1,
49 cipher-cast5 -any, 49 cipher-cast5 -any,
50 byteable, 50 byteable,
51 crypto-cipher-types >= 0.0.7, 51 crypto-cipher-types >= 0.0.7,
52 cipher-blowfish, 52 cipher-blowfish,
53 cipher-aes >= 0.2.6 53 cipher-aes >= 0.2.5
54 54
55 55
56source-repository head 56source-repository head