From 387491e6517fe41bd242b294ba1fe52881cac6b2 Mon Sep 17 00:00:00 2001 From: Joe Crayne Date: Fri, 15 Nov 2019 14:16:22 -0500 Subject: Fixed test suite build. --- openpgp-util.cabal | 6 ++++-- 1 file 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 Crypto.JOSE.AESKW Crypto.XEd25519 Crypto.XEd25519.FieldElement - other-modules: Data.OpenPGP.Internal + other-modules: Data.OpenPGP.Util.Fingerprint Data.OpenPGP.Util.Base Data.OpenPGP.Util.Verify @@ -179,9 +179,11 @@ library test-suite tests type: exitcode-stdio-1.0 - main-is: tests/suite.hs + main-is: suite.hs + hs-source-dirs: tests build-depends: + openpgp-util, base == 4.*, bytestring, utf8-string, -- cgit v1.2.3