summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-15 08:53:47 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-15 08:53:47 +0200
commitfbe95ce6ce53fee904c62d986897ad3b340429d7 (patch)
treea4d7e5639e78576549c324af85d2c13559eb3114 /hakyll.cabal
parent7c75227b9a1e99bd01c605408d7c0cf5e175c978 (diff)
downloadhakyll-fbe95ce6ce53fee904c62d986897ad3b340429d7.tar.gz
Add deploy command
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal31
1 files changed, 16 insertions, 15 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index ba89a6d..47b0948 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -56,28 +56,29 @@ Library
Build-Depends:
base >= 4 && < 5,
- filepath == 1.*,
- directory == 1.*,
+ binary >= 0.5,
+ blaze-html >= 0.4,
+ bytestring >= 0.9,
containers == 0.*,
- pandoc == 1.*,
- regex-base >= 0.93,
- regex-pcre >= 0.93,
+ directory == 1.*,
+ filepath == 1.*,
+ hamlet >= 0.7,
+ hopenssl >= 1.4,
+ HTTP >= 4000,
mtl >= 1,
old-locale == 1.*,
old-time == 1.*,
- time >= 1.1,
- binary >= 0.5,
- hamlet >= 0.7,
- blaze-html >= 0.4,
- snap-server >= 0.4,
+ pandoc == 1.*,
+ process >= 1.0,
+ regex-base >= 0.93,
+ regex-pcre >= 0.93,
snap-core >= 0.4,
- bytestring >= 0.9,
- utf8-string >= 0.3,
- HTTP >= 4000,
+ snap-server >= 0.4,
+ strict-concurrency >= 0.2,
tagsoup >= 0.12,
- hopenssl >= 1.4,
+ time >= 1.1,
unix >= 2.4,
- strict-concurrency >= 0.2
+ utf8-string >= 0.3
Exposed-Modules:
Hakyll