aboutsummaryrefslogtreecommitdiff
path: root/btls.cabal
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2018-09-01 15:12:30 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2018-09-04 11:47:56 -0500
commita31daa3545c0a8cb5f95e88d66cfcee55a7ee925 (patch)
tree9c10af070163f12fe369c185e1b7681db492e5a1 /btls.cabal
parent92a90ad43381f6897a93503027d67ac0b1032f3e (diff)
Enable error checking for HMAC computations
Diffstat (limited to 'btls.cabal')
-rw-r--r--btls.cabal3
1 files changed, 3 insertions, 0 deletions
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