summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-10-30 00:38:50 -0400
committerjoe <joe@jerkface.net>2013-10-30 00:38:50 -0400
commit369b9b49d69cc5067fdcbc5c37e67761a130bfe2 (patch)
treed1b7fd5358ff16b1a89853ca46526893a4951b04
parent78b807cd3ef4bf15277a1873cd6d8dcbf57e8d38 (diff)
Removed Crypto.Cipher.AES.Haskell from exposed-modules list.
-rw-r--r--cipher-cast5.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher-cast5.cabal b/cipher-cast5.cabal
index 0aa5107..b343222 100644
--- a/cipher-cast5.cabal
+++ b/cipher-cast5.cabal
@@ -16,7 +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.SBox, Crypto.Cipher.AES.Haskell 19 Crypto.Cipher.SBox
20 -- other-modules: 20 -- other-modules:
21 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.*,
22 vector ==0.9.*, crypto-api ==0.12.*, cereal ==0.3.*, 22 vector ==0.9.*, crypto-api ==0.12.*, cereal ==0.3.*,