summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-02-04 08:13:49 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-02-04 08:16:24 +0100
commit176449afb1d8375d00e9564678fe0435eab16be0 (patch)
tree6353c3405f3825e34fbe453186aa7669525e7084 /hakyll.cabal
parent28b955790b56a15f49ff11dc874386c4e9c2bf7c (diff)
downloadhakyll-176449afb1d8375d00e9564678fe0435eab16be0.tar.gz
Bump parsec dependency
See #54
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index b0a3e34..9a41882 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 3.2.5.0
+Version: 3.2.5.1
Synopsis: A static website compiler library
Description:
@@ -73,7 +73,7 @@ Library
old-locale >= 1.0 && < 2.0,
old-time >= 1.0 && < 1.3,
pandoc >= 1.6 && < 2.0,
- parsec >= 2.1 && < 3.2,
+ parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.4,
regex-base >= 0.93 && < 1.0,
regex-pcre >= 0.93 && < 1.0,