From a90b1f609d8a559694ad31ea0b28ec6309a8b661 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 26 Aug 2016 02:40:02 -0400 Subject: Drop dependency on Thamas's crypto-api package. --- openpgp-util.cabal | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'openpgp-util.cabal') diff --git a/openpgp-util.cabal b/openpgp-util.cabal index 45248d4..28513ad 100644 --- a/openpgp-util.cabal +++ b/openpgp-util.cabal @@ -124,6 +124,10 @@ library exposed-modules: Data.OpenPGP.Util Data.OpenPGP + Crypto.Cipher.Feistel + Crypto.Cipher.Cast5 + Crypto.Cipher.SBox + Crypto.Cipher.ThomasToVincent other-modules: Data.OpenPGP.Internal Data.OpenPGP.Util.Fingerprint @@ -137,10 +141,14 @@ library transformers, bytestring, binary >= 0.5.1.0, - cipher-cast5, utf8-string, zlib, - bzlib + bzlib, + template-haskell >=2.7, + cpu ==0.1.*, + vector >=0.9, + tagged >=0.4.2.1, + cereal >=0.3.0 if flag(cryptonite) build-depends: -- cgit v1.2.3