summaryrefslogtreecommitdiff
path: root/cipher-cast5.cabal
blob: 0aa510777828503a272fc2c1c6174be19be98c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- Initial cipher-cast5.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                cipher-cast5
version:             0.1.0.0
-- synopsis:            
-- description:         
license:             BSD3
license-file:        LICENSE
author:              Joe Crayne
maintainer:          joe@jerkface.net
-- copyright:           
-- category:            
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Crypto.Cipher.Feistel, Crypto.Cipher.Cast5,
                       Crypto.Cipher.SBox, Crypto.Cipher.AES.Haskell
  -- 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.*,
                       tagged ==0.6.*, template-haskell ==2.7.*,
                       ghc-prim ==0.2.*, primitive ==0.4.*