Relax version bounds for pandoc-types to 1.8.*.

This commit is contained in:
John MacFarlane 2011-08-01 10:53:00 -07:00
parent 70b8d2b130
commit f9f3c195f7

View file

@ -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,