summaryrefslogtreecommitdiff
path: root/Crypto.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-19 10:54:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-19 10:54:12 -0400
commit5610389a6880a82947582842db2d762a353b1f33 (patch)
treece55379c7116f293aa5eb99621c1c9a827417f66 /Crypto.hs
parent42c4cf332ce09d11b66d48ed3d39df7990882ecb (diff)
switch to using cryptohash for MAC
Diffstat (limited to 'Crypto.hs')
-rw-r--r--Crypto.hs2
1 files changed, 1 insertions, 1 deletions
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