summaryrefslogtreecommitdiff
path: root/cipher-cast5.cabal.unmaintained
diff options
context:
space:
mode:
Diffstat (limited to 'cipher-cast5.cabal.unmaintained')
-rw-r--r--cipher-cast5.cabal.unmaintained25
1 files changed, 25 insertions, 0 deletions
diff --git a/cipher-cast5.cabal.unmaintained b/cipher-cast5.cabal.unmaintained
new file mode 100644
index 0000000..917e925
--- /dev/null
+++ b/cipher-cast5.cabal.unmaintained
@@ -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.SBox, Crypto.Cipher.ThomasToVincent
20 -- other-modules:
21 build-depends: base >= 4.5, bytestring >=0.9, binary >=0.5.1.0, cpu ==0.1.*,
22 vector >=0.9, crypto-api >=0.10.2, cereal >=0.3.0,
23 tagged >=0.4.2.1, template-haskell >=2.7,
24 ghc-prim >= 0.2, primitive >= 0.4, crypto-cipher-types,
25 byteable