diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-19 10:54:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-19 10:54:12 -0400 |
commit | 5610389a6880a82947582842db2d762a353b1f33 (patch) | |
tree | ce55379c7116f293aa5eb99621c1c9a827417f66 /Crypto.hs | |
parent | 42c4cf332ce09d11b66d48ed3d39df7990882ecb (diff) |
switch to using cryptohash for MAC
Diffstat (limited to 'Crypto.hs')
-rw-r--r-- | Crypto.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |