summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-07-27 16:36:47 -0400
committerjoe <joe@jerkface.net>2014-07-27 16:36:47 -0400
commit35e67efa234ca51c4fd8153b28c50d8f7c47bc4a (patch)
tree48608e92875ac7ad49303cb1eb3ea754ce90aa9f
parent6a09ab840ecbcfc53394b102028efacadc0f68f3 (diff)
relaxed cereal version requirement
-rw-r--r--cipher-cast5.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher-cast5.cabal b/cipher-cast5.cabal
index d5f3154..917e925 100644
--- a/cipher-cast5.cabal
+++ b/cipher-cast5.cabal
@@ -19,7 +19,7 @@ library
19 Crypto.Cipher.SBox, Crypto.Cipher.ThomasToVincent 19 Crypto.Cipher.SBox, Crypto.Cipher.ThomasToVincent
20 -- other-modules: 20 -- other-modules:
21 build-depends: base >= 4.5, bytestring >=0.9, binary >=0.5.1.0, cpu ==0.1.*, 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.*, 22 vector >=0.9, crypto-api >=0.10.2, cereal >=0.3.0,
23 tagged >=0.4.2.1, template-haskell >=2.7, 23 tagged >=0.4.2.1, template-haskell >=2.7,
24 ghc-prim >= 0.2, primitive >= 0.4, crypto-cipher-types, 24 ghc-prim >= 0.2, primitive >= 0.4, crypto-cipher-types,
25 byteable 25 byteable