aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Digest.chs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Internal/Digest.chs')
-rw-r--r--src/Internal/Digest.chs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Internal/Digest.chs b/src/Internal/Digest.chs
index 4708c47..bd331a7 100644
--- a/src/Internal/Digest.chs
+++ b/src/Internal/Digest.chs
@@ -13,7 +13,6 @@
-- the License.
{-# OPTIONS_GHC -Wno-missing-methods #-}
-{-# OPTIONS_GHC -Wno-orphans #-}
module Internal.Digest
( evpMD5, evpSHA1, evpSHA224, evpSHA256, evpSHA384, evpSHA512
@@ -22,9 +21,7 @@ module Internal.Digest
, evpMaxMDSize
) where
-import Foreign
- (FinalizerPtr, ForeignPtr, Ptr, Storable(alignment, sizeOf),
- addForeignPtrFinalizer, mallocForeignPtr, withForeignPtr)
+import Foreign (FinalizerPtr, ForeignPtr, Ptr, Storable(alignment, sizeOf))
import Foreign.C.Types
import Foreign.Ptr.Cast (asVoidPtr)