summaryrefslogtreecommitdiff
path: root/openpgp-util.cabal
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-07-03 04:42:43 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-03 04:42:43 -0400
commiteba3661ee3007c5e9e5444020b38333ef60fb88b (patch)
treec3ab6893eeac6cb811b4b18334b303d919fa8230 /openpgp-util.cabal
parenta35b7f7517b6d4c351d95acba3b87aa786c90f05 (diff)
Big-num optimization.
Diffstat (limited to 'openpgp-util.cabal')
-rw-r--r--openpgp-util.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/openpgp-util.cabal b/openpgp-util.cabal
index 28513ad..33b5ff6 100644
--- a/openpgp-util.cabal
+++ b/openpgp-util.cabal
@@ -148,7 +148,8 @@ library
148 cpu ==0.1.*, 148 cpu ==0.1.*,
149 vector >=0.9, 149 vector >=0.9,
150 tagged >=0.4.2.1, 150 tagged >=0.4.2.1,
151 cereal >=0.3.0 151 cereal >=0.3.0,
152 integer-gmp
152 153
153 if flag(cryptonite) 154 if flag(cryptonite)
154 build-depends: 155 build-depends: