aboutsummaryrefslogtreecommitdiff
path: root/btls.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'btls.cabal')
-rw-r--r--btls.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/btls.cabal b/btls.cabal
index 7008631..6b389fc 100644
--- a/btls.cabal
+++ b/btls.cabal
@@ -33,6 +33,7 @@ library
-Wno-safe -Wno-unsafe
-optl-Wl,-z,relro -optl-Wl,-z,now -optl-Wl,-s
exposed-modules: Data.Digest
+ , Data.Digest.Md5
, Data.Digest.Sha1
, Data.Digest.Sha2
other-modules: Cleanse
@@ -58,6 +59,7 @@ test-suite tests
-optl-Wl,-z,relro -optl-Wl,-z,now -optl-Wl,-s
main-is: Tests.hs
other-modules: Data.Digest.HashTests
+ , Data.Digest.Md5Tests
, Data.Digest.Sha1Tests
, Data.Digest.Sha2Tests
build-depends: base >=4.9 && <4.10