summaryrefslogtreecommitdiff
path: root/cipher-cast5.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-01-28 00:06:56 -0500
committerjoe <joe@jerkface.net>2014-01-28 00:06:56 -0500
commit6a09ab840ecbcfc53394b102028efacadc0f68f3 (patch)
treed0c77c5c771d39e29ab2a4d7e897752a1da24381 /cipher-cast5.cabal
parent3146e835f11acd05fa905f56e6c365023f6ae0d6 (diff)
Fixed wheezy build.
Diffstat (limited to 'cipher-cast5.cabal')
-rw-r--r--cipher-cast5.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/cipher-cast5.cabal b/cipher-cast5.cabal
index fd44ea3..d5f3154 100644
--- a/cipher-cast5.cabal
+++ b/cipher-cast5.cabal
@@ -18,8 +18,8 @@ library
18 exposed-modules: Crypto.Cipher.Feistel, Crypto.Cipher.Cast5, 18 exposed-modules: Crypto.Cipher.Feistel, Crypto.Cipher.Cast5,
19 Crypto.Cipher.SBox, Crypto.Cipher.ThomasToVincent 19 Crypto.Cipher.SBox, Crypto.Cipher.ThomasToVincent
20 -- other-modules: 20 -- other-modules:
21 build-depends: base >= 4.5, bytestring >=0.9, binary >=0.5.1.1, cpu ==0.1.*, 21 build-depends: base >= 4.5, bytestring >=0.9, binary >=0.5.1.0, cpu ==0.1.*,
22 vector >=0.9, crypto-api ==0.12.*, cereal ==0.3.*, 22 vector >=0.9, crypto-api >=0.10.2, cereal ==0.3.*,
23 tagged ==0.6.*, template-haskell >=2.7, 23 tagged >=0.4.2.1, template-haskell >=2.7,
24 ghc-prim >= 0.2, primitive >= 0.4, crypto-cipher-types, 24 ghc-prim >= 0.2, primitive >= 0.4, crypto-cipher-types,
25 byteable 25 byteable