summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-11-15 14:16:22 -0500
committerJoe Crayne <joe@jerkface.net>2019-11-15 14:16:22 -0500
commit387491e6517fe41bd242b294ba1fe52881cac6b2 (patch)
tree613c63854e2552cec0b01df2413209603ffebedd
parent79de52bece59e84d6641a94afed6ef5f7b6f098c (diff)
Fixed test suite build.
-rw-r--r--openpgp-util.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/openpgp-util.cabal b/openpgp-util.cabal
index 055dde7..51ad99c 100644
--- a/openpgp-util.cabal
+++ b/openpgp-util.cabal
@@ -132,8 +132,8 @@ library
132 Crypto.JOSE.AESKW 132 Crypto.JOSE.AESKW
133 Crypto.XEd25519 133 Crypto.XEd25519
134 Crypto.XEd25519.FieldElement 134 Crypto.XEd25519.FieldElement
135 other-modules:
136 Data.OpenPGP.Internal 135 Data.OpenPGP.Internal
136 other-modules:
137 Data.OpenPGP.Util.Fingerprint 137 Data.OpenPGP.Util.Fingerprint
138 Data.OpenPGP.Util.Base 138 Data.OpenPGP.Util.Base
139 Data.OpenPGP.Util.Verify 139 Data.OpenPGP.Util.Verify
@@ -179,9 +179,11 @@ library
179 179
180test-suite tests 180test-suite tests
181 type: exitcode-stdio-1.0 181 type: exitcode-stdio-1.0
182 main-is: tests/suite.hs 182 main-is: suite.hs
183 hs-source-dirs: tests
183 184
184 build-depends: 185 build-depends:
186 openpgp-util,
185 base == 4.*, 187 base == 4.*,
186 bytestring, 188 bytestring,
187 utf8-string, 189 utf8-string,