summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-15 22:48:15 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-15 22:48:15 +0100
commit03fb17ec6d7dc625e4faecdd4fdc778c998262c9 (patch)
tree31951c7a59da2a9bea5f45c0bd31756a953c787d /src
parenta5438d8d9284ba2855934fc13f318c8f2dff6db9 (diff)
downloadhakyll-03fb17ec6d7dc625e4faecdd4fdc778c998262c9.tar.gz
defaultApplyTemplate → applyTemplateCompiler
Diffstat (limited to 'src')
-rw-r--r--src/Hakyll/Web.hs18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Hakyll/Web.hs b/src/Hakyll/Web.hs
deleted file mode 100644
index 482cf6d..0000000
--- a/src/Hakyll/Web.hs
+++ /dev/null
@@ -1,18 +0,0 @@
--- | Module exporting commonly used web-related functions
---
-module Hakyll.Web
- ( defaultApplyTemplate
- ) where
-
-import Control.Arrow ((>>^))
-
-import Hakyll.Core.Compiler
-import Hakyll.Core.Writable
-import Hakyll.Core.Identifier
-import Hakyll.Core.ResourceProvider
-import Hakyll.Web.Page
-import Hakyll.Web.Template
-
-defaultApplyTemplate :: Identifier -- ^ Template
- -> Compiler (Page String) (Page String) -- ^ Compiler
-defaultApplyTemplate identifier = require identifier (flip applyTemplate)