summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Rules/Internal.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/Rules/Internal.hs
parente7deee7e7aad79040e791bacf323a422fbec125a (diff)
downloadhakyll-b810fe38cf2eddb67b8fa9e56434ce5dbde4f22e.tar.gz
Clean warnings
Diffstat (limited to 'src/Hakyll/Core/Rules/Internal.hs')
-rw-r--r--src/Hakyll/Core/Rules/Internal.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Hakyll/Core/Rules/Internal.hs b/src/Hakyll/Core/Rules/Internal.hs
index a7c2059..0641dcf 100644
--- a/src/Hakyll/Core/Rules/Internal.hs
+++ b/src/Hakyll/Core/Rules/Internal.hs
@@ -12,12 +12,10 @@ module Hakyll.Core.Rules.Internal
--------------------------------------------------------------------------------
-import Control.Applicative (Applicative, (<$>))
import Control.Monad.Reader (ask)
import Control.Monad.RWS (RWST, runRWST)
import Control.Monad.Trans (liftIO)
import qualified Data.Map as M
-import Data.Monoid (Monoid, mappend, mempty)
import Data.Set (Set)