summaryrefslogtreecommitdiff
path: root/cipher-cast5.cabal.unmaintained
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-08-26 02:39:26 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-01 09:19:55 -0400
commitf1a0772d5fb17f4460bdf996e06bb0983cf7a530 (patch)
tree43351e7b2411095e744512c0d1edfbeff4202174 /cipher-cast5.cabal.unmaintained
parent7909c13a18e260af68819be7444829f799cb7c38 (diff)
Merge external cipher-cast5 code into this library.
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