summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-20 10:46:16 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-20 10:46:16 +0200
commit47521b3893fd3684400014c393d9914796b4b274 (patch)
tree908459bfceb36ac87ed6ec9851c28fa77a7488af /hakyll.cabal
parent3674ff8dfa38ca29132cd7404e9e46684fa43946 (diff)
downloadhakyll-47521b3893fd3684400014c393d9914796b4b274.tar.gz
Clean cabal file, migrate to serveDirectoryWith
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal45
1 files changed, 21 insertions, 24 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 9446fe5..46379a0 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -55,30 +55,27 @@ Library
Hs-Source-Dirs: src
Build-Depends:
- base >= 4 && < 5,
- binary >= 0.5,
- blaze-html >= 0.4,
- bytestring >= 0.9,
- containers == 0.*,
- directory == 1.*,
- filepath == 1.*,
- hamlet >= 0.7,
- hopenssl >= 1.4,
- HTTP >= 4000,
- mtl >= 1,
- old-locale == 1.*,
- old-time == 1.*,
- pandoc == 1.*,
- process >= 1.0,
- regex-base >= 0.93,
- regex-pcre >= 0.93,
- snap-core >= 0.4,
- snap-server >= 0.4,
- strict-concurrency >= 0.2,
- tagsoup >= 0.12,
- time >= 1.1,
- unix >= 2.4,
- utf8-string >= 0.3
+ base >= 4 && < 5,
+ binary >= 0.5 && < 1.0,
+ blaze-html >= 0.4 && < 0.6,
+ bytestring >= 0.9 && < 1.0,
+ containers >= 0.3 && < 1.0,
+ directory >= 1.0 && < 1.3,
+ filepath >= 1.0 && < 2.0,
+ hamlet >= 0.7 && < 0.9,
+ hopenssl >= 1.4 && < 1.7,
+ mtl >= 1 && < 3.0,
+ old-locale >= 1.0 && < 2.0,
+ old-time >= 1.0 && < 1.3,
+ pandoc >= 1.6 && < 2.0,
+ process >= 1.0 && < 1.4,
+ regex-base >= 0.93 && < 1.0,
+ regex-pcre >= 0.93 && < 1.0,
+ snap-core >= 0.5.1 && < 0.6,
+ snap-server >= 0.5.1 && < 0.6,
+ tagsoup >= 0.12 && < 0.13,
+ time >= 1.1 && < 1.3,
+ unix >= 2.4 && < 2.6
Exposed-Modules:
Hakyll