aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-01-09 16:05:20 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-01-09 16:05:20 -0800
commitc26fd3556b70efe9e68b4f9cd6bb847dd35017ba (patch)
treee04c02d070d0bd1fc3115fc22998fc34a05fdbd6 /pandoc.cabal
parentb9b1546ed238ca8fd4d65a6e02fa7ecbf9a4be65 (diff)
downloadpandoc-c26fd3556b70efe9e68b4f9cd6bb847dd35017ba.tar.gz
Relaxed version bounds on attoparsec, text, aeson.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 94d382c4f..8e74dc8f6 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -210,7 +210,7 @@ Library
process >= 1 && < 1.3,
directory >= 1 && < 1.3,
bytestring >= 0.9 && < 0.11,
- text >= 0.11 && < 1.1,
+ text >= 0.11 && < 1.2,
zip-archive >= 0.1.3.3 && < 0.3,
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
@@ -220,7 +220,7 @@ Library
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
pandoc-types >= 1.12.3 && < 1.13,
- aeson >= 0.6 && < 0.7,
+ aeson >= 0.6 && < 0.8,
tagsoup >= 0.12.5 && < 0.14,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.6,
@@ -229,7 +229,7 @@ Library
temporary >= 1.1 && < 1.3,
blaze-html >= 0.5 && < 0.7,
blaze-markup >= 0.5.1 && < 0.6,
- attoparsec >= 0.10 && < 0.11,
+ attoparsec >= 0.10 && < 0.12,
yaml >= 0.8.3 && < 0.9,
vector >= 0.10 && < 0.11,
hslua >= 0.3 && < 0.4,
@@ -317,11 +317,11 @@ Executable pandoc
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
network >= 2 && < 2.5,
- text >= 0.11 && < 1.1,
+ text >= 0.11 && < 1.2,
bytestring >= 0.9 && < 0.11,
extensible-exceptions >= 0.1 && < 0.2,
highlighting-kate >= 0.5.5 && < 0.6,
- aeson >= 0.6 && < 0.7,
+ aeson >= 0.6 && < 0.8,
yaml >= 0.8.3 && < 0.9,
containers >= 0.1 && < 0.6,
HTTP >= 4000.0.5 && < 4000.3
@@ -359,7 +359,7 @@ Test-Suite test-pandoc
pandoc,
pandoc-types >= 1.12.3 && < 1.13,
bytestring >= 0.9 && < 0.11,
- text >= 0.11 && < 1.1,
+ text >= 0.11 && < 1.2,
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.3,