summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Compiler.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-04-06 17:16:33 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-04-06 17:16:33 +0200
commitb810fe38cf2eddb67b8fa9e56434ce5dbde4f22e (patch)
treee54fbaf89f48e71c40a42cc64c88723d121ff01b /src/Hakyll/Core/Compiler.hs
parente7deee7e7aad79040e791bacf323a422fbec125a (diff)
downloadhakyll-b810fe38cf2eddb67b8fa9e56434ce5dbde4f22e.tar.gz
Clean warnings
Diffstat (limited to 'src/Hakyll/Core/Compiler.hs')
-rw-r--r--src/Hakyll/Core/Compiler.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Compiler.hs b/src/Hakyll/Core/Compiler.hs
index f99f93b..ae9fbf1 100644
--- a/src/Hakyll/Core/Compiler.hs
+++ b/src/Hakyll/Core/Compiler.hs
@@ -28,7 +28,6 @@ module Hakyll.Core.Compiler
--------------------------------------------------------------------------------
-import Control.Applicative ((<$>))
import Control.Monad (when)
import Data.Binary (Binary)
import Data.ByteString.Lazy (ByteString)