summaryrefslogtreecommitdiff
path: root/cipher-cast5.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'cipher-cast5.cabal')
-rw-r--r--cipher-cast5.cabal25
1 files changed, 25 insertions, 0 deletions
diff --git a/cipher-cast5.cabal b/cipher-cast5.cabal
new file mode 100644
index 0000000..6362e7b
--- /dev/null
+++ b/cipher-cast5.cabal
@@ -0,0 +1,25 @@
1-- Initial cipher-cast5.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: cipher-cast5
5version: 0.1.0.0
6-- synopsis:
7-- description:
8license: BSD3
9license-file: LICENSE
10author: Joe Crayne
11maintainer: joe@jerkface.net
12-- copyright:
13-- category:
14build-type: Simple
15cabal-version: >=1.8
16
17library
18 exposed-modules: Crypto.Cipher.Feistel, Crypto.Cipher.Cast5,
19 Crypto.Cipher.Blowfish, Crypto.Cipher.SBox,
20 Crypto.Cipher.AES.Haskell
21 -- other-modules:
22 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.*,
24 tagged ==0.6.*, template-haskell ==2.7.*,
25 ghc-prim ==0.2.*, primitive ==0.4.*