summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-04-27 00:30:20 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-01 09:19:54 -0400
commitfb351f6af7685987614438e146f66d4ec89e7885 (patch)
tree2acfcef80a2eddc9d5e721a45f1481a706d05d14
parentb78f7c78c3a6bcc2fddf3603336ccfc7c5e8ea50 (diff)
Reduce binary dependency.
-rw-r--r--openpgp-util.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-util.cabal b/openpgp-util.cabal
index debc84e..b62195b 100644
--- a/openpgp-util.cabal
+++ b/openpgp-util.cabal
@@ -159,7 +159,7 @@ test-suite tests
159 base == 4.*, 159 base == 4.*,
160 bytestring, 160 bytestring,
161 utf8-string, 161 utf8-string,
162 binary >= 0.6.4.0, 162 binary >= 0.5.1.0,
163 zlib, 163 zlib,
164 bzlib, 164 bzlib,
165 HUnit, 165 HUnit,