summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-08-01 10:53:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-08-01 10:53:00 -0700
commitf9f3c195f7256e32d6a7728f654bb104a9a8d4a0 (patch)
tree630e1379245346ecb9d847f4373f952e3aa2a89e /pandoc.cabal
parent70b8d2b130473c48820a09ada1fededc8a8fe60f (diff)
Relax version bounds for pandoc-types to 1.8.*.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 653c43dcb..757254c36 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -207,7 +207,7 @@ Library
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
citeproc-hs >= 0.3.1 && < 0.4,
- pandoc-types == 1.8.0.2,
+ pandoc-types == 1.8.*,
json >= 0.4 && < 0.5,
dlist >= 0.4 && < 0.6,
tagsoup >= 0.12 && < 0.13,
@@ -293,7 +293,7 @@ Executable pandoc
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
citeproc-hs >= 0.3.1 && < 0.4,
- pandoc-types == 1.8.0.2,
+ pandoc-types == 1.8.*,
json >= 0.4 && < 0.5,
dlist >= 0.4 && < 0.6,
tagsoup >= 0.12 && < 0.13,