From fbe95ce6ce53fee904c62d986897ad3b340429d7 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 15 Jun 2011 08:53:47 +0200 Subject: Add deploy command --- hakyll.cabal | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'hakyll.cabal') 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 -- cgit v1.2.3