summaryrefslogtreecommitdiff
path: root/cipher-cast5.cabal
blob: 917e925099f5de559af6117928e33cf489d9641f (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
25
-- 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.ThomasToVincent
  -- other-modules:       
  build-depends:       base >= 4.5, bytestring >=0.9, binary >=0.5.1.0, cpu ==0.1.*,
                       vector >=0.9, crypto-api >=0.10.2, cereal >=0.3.0,
                       tagged >=0.4.2.1, template-haskell >=2.7,
                       ghc-prim >= 0.2, primitive >= 0.4, crypto-cipher-types,
                       byteable