-- 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