summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cipher-cast5.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/cipher-cast5.cabal b/cipher-cast5.cabal
index 6362e7b..0aa5107 100644
--- a/cipher-cast5.cabal
+++ b/cipher-cast5.cabal
@@ -16,8 +16,7 @@ cabal-version: >=1.8
16 16
17library 17library
18 exposed-modules: Crypto.Cipher.Feistel, Crypto.Cipher.Cast5, 18 exposed-modules: Crypto.Cipher.Feistel, Crypto.Cipher.Cast5,
19 Crypto.Cipher.Blowfish, Crypto.Cipher.SBox, 19 Crypto.Cipher.SBox, Crypto.Cipher.AES.Haskell
20 Crypto.Cipher.AES.Haskell
21 -- other-modules: 20 -- other-modules:
22 build-depends: base ==4.5.*, bytestring ==0.9.*, binary ==0.7.*, cpu ==0.1.*, 21 build-depends: base ==4.5.*, bytestring ==0.9.*, binary ==0.7.*, cpu ==0.1.*,
23 vector ==0.9.*, crypto-api ==0.12.*, cereal ==0.3.*, 22 vector ==0.9.*, crypto-api ==0.12.*, cereal ==0.3.*,