diff --git a/Crypto/Cipher/Types/GF.hs b/Crypto/Cipher/Types/GF.hs index 26cf885..ab77dbd 100644 --- a/Crypto/Cipher/Types/GF.hs +++ b/Crypto/Cipher/Types/GF.hs @@ -13,12 +13,11 @@ module Crypto.Cipher.Types.GF xtsGFMul ) where -import Control.Applicative +import Crypto.Internal.Imports import Crypto.Internal.ByteArray (ByteArray, withByteArray) import qualified Crypto.Internal.ByteArray as B import Foreign.Storable import Foreign.Ptr -import Data.Word import Data.Bits -- block size need to be 128 bits. diff --git a/QA.hs b/QA.hs index 8d25790..456bcb3 100644 --- a/QA.hs +++ b/QA.hs @@ -25,6 +25,7 @@ perModuleAllowedExtensions = , ("Crypto/Internal/Memory.hs", [MagicHash, UnboxedTuples]) , ("Crypto/Internal/Compat.hs", [CPP]) , ("Crypto/Internal/CompatPrim.hs", [CPP,MagicHash]) + , ("Crypto/Internal/Endian.hs", [CPP]) ] disallowedModules =