summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2012-08-07 17:12:20 -0700
committerJasper Van der Jeugt <jaspervdj@gmail.com>2012-08-07 17:12:20 -0700
commitfdc62430a6ddde912931e286b6ae76c2505ade0b (patch)
tree3d33e972cf91584231a33109ede35df333fad02b /hakyll.cabal
parent961af33e82e3f40c39b500f93adb828ad77ab2a1 (diff)
parentd49694f58b6e75f76bb4dba6f3640161aa742df5 (diff)
downloadhakyll-fdc62430a6ddde912931e286b6ae76c2505ade0b.tar.gz
Merge pull request #77 from A1kmm/master
Make Resource Provider keep list of files in a set, rather than as a list
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 2d06d28..271439c 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -60,6 +60,7 @@ Flag unixFilter
Library
Ghc-Options: -Wall
+ Ghc-Prof-Options: -auto-all -caf-all
Hs-Source-Dirs: src
Build-Depends:
@@ -84,7 +85,8 @@ Library
regex-tdfa >= 1.1 && < 1.2,
tagsoup >= 0.12.6 && < 0.13,
text >= 0.11 && < 1.12,
- time >= 1.1 && < 1.5
+ time >= 1.1 && < 1.5,
+ lrucache >= 1.1.1 && < 1.2
Exposed-Modules:
Hakyll
@@ -192,6 +194,7 @@ Test-suite hakyll-tests
tagsoup >= 0.12.6 && < 0.13,
text >= 0.11 && < 1.12,
time >= 1.1 && < 1.5,
+ lrucache >= 1.1.1 && < 1.2,
unix >= 2.4 && < 2.6
Other-modules: