From 92a90ad43381f6897a93503027d67ac0b1032f3e Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 31 Aug 2018 19:00:53 -0400 Subject: Begin wrapping BoringSSL’s error type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- btls.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'btls.cabal') diff --git a/btls.cabal b/btls.cabal index f544a6e..b296e3d 100644 --- a/btls.cabal +++ b/btls.cabal @@ -39,6 +39,7 @@ custom-setup library hs-source-dirs: src default-language: Haskell2010 + other-extensions: CApiFFI build-tools: c2hs include-dirs: third_party/boringssl/src/include ghc-options: -Werror @@ -73,6 +74,7 @@ library , System.Random.Crypto other-modules: BTLS.BoringSSL.Base , BTLS.BoringSSL.Digest + , BTLS.BoringSSL.Err , BTLS.BoringSSL.HKDF , BTLS.BoringSSL.HMAC , BTLS.BoringSSL.Mem -- cgit v1.2.3