aboutsummaryrefslogtreecommitdiff
path: root/Crypto.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:19:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:20:30 -0400
commit5201613fc97b855bf60979ac7e2550ad08fa3798 (patch)
treeaed27d1952cd8455aecdd501cfbc5e0b43bfbb5c /Crypto.hs
parent21b14af6904123d5c5cc1c575aee7203f65d7800 (diff)
rejigger imports for clean build with ghc 7.10's AMP changes
The explict import Prelude after import Control.Applicative is a trick to avoid a warning.
Diffstat (limited to 'Crypto.hs')
-rw-r--r--Crypto.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Crypto.hs b/Crypto.hs
index 66c27c527..1b69c98a4 100644
--- a/Crypto.hs
+++ b/Crypto.hs
@@ -35,7 +35,6 @@ module Crypto (
import qualified Data.ByteString.Lazy as L
import Data.ByteString.UTF8 (fromString)
-import Control.Applicative
import qualified Data.Map as M
import Control.Monad.IO.Class