From fd9f2a18eeaa5361660caa4c23384ea38973b021 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 2 Aug 2018 17:41:48 -0400 Subject: Eliminate Data.Digest.Internal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move Data.Digest.Internal’s functions and types into more appropriate modules. There’s now a single BTLS hierarchy that contains all internal modules for the project. --- btls.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'btls.cabal') diff --git a/btls.cabal b/btls.cabal index 809e8be..acea7ae 100644 --- a/btls.cabal +++ b/btls.cabal @@ -75,11 +75,11 @@ library , BTLS.BoringSSL.HKDF , BTLS.BoringSSL.HMAC , BTLS.BoringSSL.Mem + , BTLS.BoringSSLPatterns , BTLS.Cast , BTLS.CreateWithFinalizer , BTLS.Result , BTLS.Types - , Data.Digest.Internal c-sources: cbits/btls.c -- Use special names for the BoringSSL libraries to avoid accidentally pulling -- in OpenSSL. -- cgit v1.2.3