summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web/Template/Read
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-10 12:30:58 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-10 12:30:58 +0100
commit3532d5f1001c9942f815a1d9411f51a2051a1f96 (patch)
treeec38bcfd413f8c7f854646ae6cdcc57710474096 /src/Hakyll/Web/Template/Read
parent7e05b16603748c2381914a2087242700d566843c (diff)
downloadhakyll-3532d5f1001c9942f815a1d9411f51a2051a1f96.tar.gz
Top-level module for reading templates
Diffstat (limited to 'src/Hakyll/Web/Template/Read')
-rw-r--r--src/Hakyll/Web/Template/Read/Hakyll.hs1
-rw-r--r--src/Hakyll/Web/Template/Read/Hamlet.hs4
2 files changed, 0 insertions, 5 deletions
diff --git a/src/Hakyll/Web/Template/Read/Hakyll.hs b/src/Hakyll/Web/Template/Read/Hakyll.hs
index fbbfee2..e0e10f4 100644
--- a/src/Hakyll/Web/Template/Read/Hakyll.hs
+++ b/src/Hakyll/Web/Template/Read/Hakyll.hs
@@ -6,7 +6,6 @@ module Hakyll.Web.Template.Read.Hakyll
import Data.List (isPrefixOf)
import Data.Char (isAlphaNum)
-import Data.Maybe (fromMaybe)
import Hakyll.Web.Template.Internal
diff --git a/src/Hakyll/Web/Template/Read/Hamlet.hs b/src/Hakyll/Web/Template/Read/Hamlet.hs
index 1c9bbf6..55b73f8 100644
--- a/src/Hakyll/Web/Template/Read/Hamlet.hs
+++ b/src/Hakyll/Web/Template/Read/Hamlet.hs
@@ -6,12 +6,8 @@ module Hakyll.Web.Template.Read.Hamlet
, readHamletTemplateWith
) where
-import Control.Monad.Trans (liftIO)
-import System.FilePath (takeExtension)
-
import Text.Hamlet (HamletSettings (..), defaultHamletSettings)
import Text.Hamlet.RT
-import Control.Failure
import Hakyll.Web.Template.Internal