summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-07-29 11:32:22 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-07-29 11:32:22 +0200
commit07392acd5eb521944c3b7d88b8cce6da944684c2 (patch)
treed2857efcc7e2df3adacc8893e6fbe5d21fe75c2a
parent2d4d31d542085a8884c0d846c4a6306bd4a602b3 (diff)
downloadhakyll-07392acd5eb521944c3b7d88b8cce6da944684c2.tar.gz
More liberal dependency versions
-rw-r--r--hakyll.cabal24
1 files changed, 12 insertions, 12 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index fd50370..c43366d 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -28,18 +28,18 @@ library
ghc-options: -Wall
hs-source-dirs: src
build-depends: base >= 4 && < 5,
- filepath == 1.1.*,
- directory == 1.0.*,
- containers == 0.3.*,
- pandoc == 1.5.*,
- regex-base == 0.93.*,
- regex-tdfa == 1.1.*,
- network == 2.2.*,
- mtl == 1.1.*,
- old-locale == 1.0.*,
- old-time == 1.0.*,
- time == 1.2.*,
- binary == 0.5.*
+ filepath == 1.*,
+ directory == 1.*,
+ containers == 0.*,
+ pandoc == 1.*,
+ regex-base >= 0.93,
+ regex-tdfa >= 1.1,
+ network == 2.*,
+ mtl == 1.*,
+ old-locale == 1.*,
+ old-time == 1.*,
+ time == 1.*,
+ binary >= 0.5
exposed-modules: Network.Hakyll.SimpleServer
Text.Hakyll
Text.Hakyll.Context