From 5201613fc97b855bf60979ac7e2550ad08fa3798 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 10 May 2015 16:19:56 -0400 Subject: 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. --- Crypto.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Crypto.hs') 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 -- cgit v1.2.3