From 9fd91da855e8c4ef7968e644ca1d69e1f94ebab4 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Fri, 3 Apr 2015 07:26:25 +0100 Subject: [PATCH] refactor AFIS import list --- Crypto/Data/AFIS.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Crypto/Data/AFIS.hs b/Crypto/Data/AFIS.hs index e7b7186..8f173ca 100644 --- a/Crypto/Data/AFIS.hs +++ b/Crypto/Data/AFIS.hs @@ -21,10 +21,10 @@ module Crypto.Data.AFIS import Crypto.Hash import Crypto.Random.Types import Crypto.Internal.Memory (Bytes) -import Crypto.Internal.ByteArray +import Crypto.Internal.ByteArray (withByteArray) import Control.Monad (forM_, foldM) -import Data.ByteString (ByteString) import Data.Byteable +import Data.ByteString (ByteString) import Data.Word import Data.Bits import Foreign.Storable