summaryrefslogtreecommitdiff
path: root/cipher-cast5.cabal
diff options
context:
space:
mode:
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