summaryrefslogtreecommitdiff
path: root/openpgp-util.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-util.cabal')
-rw-r--r--openpgp-util.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/openpgp-util.cabal b/openpgp-util.cabal
index ae8d373..132cb05 100644
--- a/openpgp-util.cabal
+++ b/openpgp-util.cabal
@@ -130,6 +130,8 @@ library
130 Crypto.Cipher.SBox 130 Crypto.Cipher.SBox
131 Crypto.Cipher.ThomasToVincent 131 Crypto.Cipher.ThomasToVincent
132 Crypto.JOSE.AESKW 132 Crypto.JOSE.AESKW
133 Crypto.XEd25519
134 Crypto.XEd25519.FieldElement
133 other-modules: 135 other-modules:
134 Data.OpenPGP.Internal 136 Data.OpenPGP.Internal
135 Data.OpenPGP.Util.Fingerprint 137 Data.OpenPGP.Util.Fingerprint
@@ -153,7 +155,8 @@ library
153 vector >=0.9, 155 vector >=0.9,
154 tagged >=0.4.2.1, 156 tagged >=0.4.2.1,
155 cereal >=0.3.0, 157 cereal >=0.3.0,
156 integer-gmp 158 integer-gmp,
159 modular-arithmetic
157 160
158 if flag(cryptonite) 161 if flag(cryptonite)
159 build-depends: 162 build-depends: