summaryrefslogtreecommitdiff
path: root/openpgp-util.cabal
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-10-13 00:02:36 -0400
committerJoe Crayne <joe@jerkface.net>2019-11-09 15:58:34 -0500
commit36601fd1d12270d1215f55e43fc8c075815fb638 (patch)
tree5632e708157340387ebcac8af50a6e364fdb487a /openpgp-util.cabal
parentbb3a9e181638fa881e2bcd8425f10cfb365533f5 (diff)
Ed25519 support.
Diffstat (limited to 'openpgp-util.cabal')
-rw-r--r--openpgp-util.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp-util.cabal b/openpgp-util.cabal
index 33b5ff6..b0d7f53 100644
--- a/openpgp-util.cabal
+++ b/openpgp-util.cabal
@@ -136,6 +136,7 @@ library
136 Data.OpenPGP.Util.Sign 136 Data.OpenPGP.Util.Sign
137 Data.OpenPGP.Util.Gen 137 Data.OpenPGP.Util.Gen
138 Data.OpenPGP.Util.DecryptSecretKey 138 Data.OpenPGP.Util.DecryptSecretKey
139 Data.OpenPGP.Util.Ed25519
139 build-depends: 140 build-depends:
140 base == 4.*, 141 base == 4.*,
141 transformers, 142 transformers,