summaryrefslogtreecommitdiff
path: root/openpgp-util.cabal
diff options
context:
space:
mode:
authorjoe <joe@blackbird>2014-01-04 19:38:36 -0500
committerjoe <joe@blackbird>2014-01-04 19:38:36 -0500
commit62114b3b3a35fb17a987c68e752b0597c7251761 (patch)
tree7c5657babb23747a9f8a5e045193357b364c290f /openpgp-util.cabal
parent395f75c6b7f66d313b4d44be4ed1317f9d7c7042 (diff)
Build against older libs
Diffstat (limited to 'openpgp-util.cabal')
-rw-r--r--openpgp-util.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpgp-util.cabal b/openpgp-util.cabal
index ca02709..8c0e44f 100644
--- a/openpgp-util.cabal
+++ b/openpgp-util.cabal
@@ -40,15 +40,15 @@ library
40 transformers, 40 transformers,
41 bytestring, 41 bytestring,
42 time >= 1.4, 42 time >= 1.4,
43 binary >= 0.6.4.0, 43 binary >= 0.5.1.1,
44 openpgp >= 0.6, 44 openpgp >= 0.4,
45 crypto-random >= 0.0.7, 45 crypto-random >= 0.0.7,
46 cryptohash >= 0.9.1, 46 cryptohash >= 0.9.1,
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.9, 51 crypto-cipher-types >= 0.0.7,
52 cipher-blowfish, 52 cipher-blowfish,
53 cipher-aes >= 0.2.6 53 cipher-aes >= 0.2.6
54 54