summaryrefslogtreecommitdiff
path: root/openpgp-util.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-util.cabal')
-rw-r--r--openpgp-util.cabal12
1 files changed, 10 insertions, 2 deletions
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
124 exposed-modules: 124 exposed-modules:
125 Data.OpenPGP.Util 125 Data.OpenPGP.Util
126 Data.OpenPGP 126 Data.OpenPGP
127 Crypto.Cipher.Feistel
128 Crypto.Cipher.Cast5
129 Crypto.Cipher.SBox
130 Crypto.Cipher.ThomasToVincent
127 other-modules: 131 other-modules:
128 Data.OpenPGP.Internal 132 Data.OpenPGP.Internal
129 Data.OpenPGP.Util.Fingerprint 133 Data.OpenPGP.Util.Fingerprint
@@ -137,10 +141,14 @@ library
137 transformers, 141 transformers,
138 bytestring, 142 bytestring,
139 binary >= 0.5.1.0, 143 binary >= 0.5.1.0,
140 cipher-cast5,
141 utf8-string, 144 utf8-string,
142 zlib, 145 zlib,
143 bzlib 146 bzlib,
147 template-haskell >=2.7,
148 cpu ==0.1.*,
149 vector >=0.9,
150 tagged >=0.4.2.1,
151 cereal >=0.3.0
144 152
145 if flag(cryptonite) 153 if flag(cryptonite)
146 build-depends: 154 build-depends: