summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@blackbird>2014-01-04 06:49:35 -0500
committerjoe <joe@blackbird>2014-01-04 06:49:35 -0500
commit4321065899a47b087d3e6f08f40706d6e45b4bae (patch)
treeec9552339ad06d75c81c10fe8eb9bdf44d9b89a7
parent369b9b49d69cc5067fdcbc5c37e67761a130bfe2 (diff)
Changed dependency requirements to build debian package for jessie.
-rw-r--r--cipher-cast5.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/cipher-cast5.cabal b/cipher-cast5.cabal
index b343222..383a813 100644
--- a/cipher-cast5.cabal
+++ b/cipher-cast5.cabal
@@ -18,7 +18,7 @@ library
18 exposed-modules: Crypto.Cipher.Feistel, Crypto.Cipher.Cast5, 18 exposed-modules: Crypto.Cipher.Feistel, Crypto.Cipher.Cast5,
19 Crypto.Cipher.SBox 19 Crypto.Cipher.SBox
20 -- other-modules: 20 -- other-modules:
21 build-depends: base ==4.5.*, bytestring ==0.9.*, binary ==0.7.*, cpu ==0.1.*, 21 build-depends: base >= 4.5, bytestring >=0.9, binary >=0.5.1.1, cpu ==0.1.*,
22 vector ==0.9.*, crypto-api ==0.12.*, cereal ==0.3.*, 22 vector >=0.9, crypto-api ==0.12.*, cereal ==0.3.*,
23 tagged ==0.6.*, template-haskell ==2.7.*, 23 tagged ==0.6.*, template-haskell >=2.7,
24 ghc-prim ==0.2.*, primitive ==0.4.* 24 ghc-prim >= 0.2, primitive >= 0.4