summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-11-19 15:12:53 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-11-19 15:12:53 +0100
commit802742cdbed1bb0afa022e072621e621d21158f6 (patch)
tree3fa7e6bd6d7bdb70257bf2f7717607a3fdf0d702 /hakyll.cabal
parent88ffd3c5bea6b5e5cb1004173130b5691a7591f6 (diff)
downloadhakyll-802742cdbed1bb0afa022e072621e621d21158f6.tar.gz
Remove hamlet, add function fields
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal6
1 files changed, 1 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 7ec9de4..23082fd 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -50,8 +50,8 @@ Data-Files:
Extra-source-files:
tests/data/example.md
tests/data/example.md.metadata
- tests/data/example.md.out
tests/data/template.html
+ tests/data/template.html.out
Source-Repository head
Type: git
@@ -82,7 +82,6 @@ Library
deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
- hamlet >= 1.0 && < 1.2,
lrucache >= 1.1.1 && < 1.2,
mtl >= 1 && < 2.2,
old-locale >= 1.0 && < 1.1,
@@ -145,8 +144,6 @@ Library
Hakyll.Core.Provider.Modified
Hakyll.Core.Rules.Internal
Hakyll.Web.Template.Internal
- Hakyll.Web.Template.Read.Hakyll
- Hakyll.Web.Template.Read.Hamlet
Paths_hakyll
If flag(previewServer)
@@ -191,7 +188,6 @@ Test-suite hakyll-tests
deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
- hamlet >= 1.0 && < 1.2,
lrucache >= 1.1.1 && < 1.2,
mtl >= 1 && < 2.2,
old-locale >= 1.0 && < 1.1,