From 5610389a6880a82947582842db2d762a353b1f33 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Apr 2015 10:54:12 -0400 Subject: switch to using cryptohash for MAC --- Crypto.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Crypto.hs') diff --git a/Crypto.hs b/Crypto.hs index 4e3741715..66c27c527 100644 --- a/Crypto.hs +++ b/Crypto.hs @@ -34,7 +34,7 @@ module Crypto ( ) where import qualified Data.ByteString.Lazy as L -import Data.ByteString.Lazy.UTF8 (fromString) +import Data.ByteString.UTF8 (fromString) import Control.Applicative import qualified Data.Map as M import Control.Monad.IO.Class -- cgit v1.2.3