aboutsummaryrefslogtreecommitdiff
path: root/btls.cabal
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2018-09-21 14:19:10 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2018-09-21 14:19:10 -0400
commit021932a9ee2a81435b0a341030f68730dd9abd3b (patch)
treed8f41a370c3cb46750ec51e7c18a1c44ed3972f0 /btls.cabal
parentad7c615864605c8cc8eea7fc7bd6e917404e5562 (diff)
Start using base16-bytestring in btls
We’re already using it in tests, so eliminate some hand-rolled hexification code.
Diffstat (limited to 'btls.cabal')
-rw-r--r--btls.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/btls.cabal b/btls.cabal
index 1ff34f0..9d27272 100644
--- a/btls.cabal
+++ b/btls.cabal
@@ -88,6 +88,7 @@ library
-- in OpenSSL.
extra-libraries: btls_crypto
build-depends: base >=4.9 && <4.10
+ , base16-bytestring >=0.1.1.6 && <0.2
, bytestring >=0.10 && <0.11
, monad-loops >=0.4.3 && <0.5
, transformers >=0.5.2 && <0.6