From a31daa3545c0a8cb5f95e88d66cfcee55a7ee925 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 1 Sep 2018 15:12:30 -0400 Subject: Enable error checking for HMAC computations --- btls.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'btls.cabal') diff --git a/btls.cabal b/btls.cabal index b296e3d..c75c448 100644 --- a/btls.cabal +++ b/btls.cabal @@ -90,6 +90,8 @@ library extra-libraries: btls_crypto build-depends: base >=4.9 && <4.10 , bytestring >=0.10 && <0.11 + , monad-loops >=0.4.3 && <0.5 + , transformers >=0.5.2 && <0.6 test-suite tests type: exitcode-stdio-1.0 @@ -121,6 +123,7 @@ test-suite tests -Wunused-matches -Wunused-type-variables -Wwrong-do-bind + -threaded -optl-Wl,-z,relro -optl-Wl,-z,now -optl-Wl,-s main-is: Tests.hs other-modules: Codec.Crypto.HKDFTests -- cgit v1.2.3