From 22b58e03dbf030d7fa0c34f5677bda341405fe07 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 26 Jan 2018 21:33:25 -0500 Subject: Implement MD5 --- btls.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'btls.cabal') 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 -- cgit v1.2.3