aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Digest.hs
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2018-08-02 17:08:44 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2018-08-02 17:08:44 -0400
commit2152e7728db7e0cf86ea23d29a05294af24b6898 (patch)
tree68d29e2afe6a92391350e36ef67c4f7489ed715d /src/Data/Digest.hs
parent5214c3f61d3aaaf18baff8020a066cc2160d612d (diff)
Begin cleaning up internal modules
Clarify the division between internal and external modules in the source by consolidating all internal modules except Data.Digest.Internal into a flatter BTLS directory.
Diffstat (limited to 'src/Data/Digest.hs')
-rw-r--r--src/Data/Digest.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Data/Digest.hs b/src/Data/Digest.hs
index b5c7390..2d06389 100644
--- a/src/Data/Digest.hs
+++ b/src/Data/Digest.hs
@@ -27,9 +27,9 @@ import Foreign.C.Types
import Foreign.Marshal.Unsafe (unsafeLocalState)
import Unsafe.Coerce (unsafeCoerce)
+import BTLS.BoringSSL.Base
+import BTLS.BoringSSL.Digest
import Data.Digest.Internal
-import Internal.Base
-import Internal.Digest
type LazyByteString = ByteString.Lazy.ByteString