From 369b9b49d69cc5067fdcbc5c37e67761a130bfe2 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 30 Oct 2013 00:38:50 -0400 Subject: Removed Crypto.Cipher.AES.Haskell from exposed-modules list. --- cipher-cast5.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 library exposed-modules: Crypto.Cipher.Feistel, Crypto.Cipher.Cast5, - Crypto.Cipher.SBox, Crypto.Cipher.AES.Haskell + Crypto.Cipher.SBox -- other-modules: build-depends: base ==4.5.*, bytestring ==0.9.*, binary ==0.7.*, cpu ==0.1.*, vector ==0.9.*, crypto-api ==0.12.*, cereal ==0.3.*, -- cgit v1.2.3