diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-05 22:22:10 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-05 22:22:10 -0800 |
| commit | 8a2db77de23121540770798f8939660cbd05f812 (patch) | |
| tree | 3292ce5a06d11bc22a78e33b6e350f3962e18dc6 | |
| parent | 228699fc07cf77dab68ecb24649c586bdd17573a (diff) | |
| download | pandoc-8a2db77de23121540770798f8939660cbd05f812.tar.gz | |
Tightened version bounds for pandoc-types, json.
| -rw-r--r-- | pandoc.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index b1fc1f243..a792045c2 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -210,8 +210,8 @@ Library random >= 1 && < 1.1, extensible-exceptions >= 0.1 && < 0.2, citeproc-hs >= 0.3.4 && < 0.4, - pandoc-types == 1.9.*, - json >= 0.4 && < 0.6, + pandoc-types >= 1.9.0.2 && < 1.10, + json >= 0.5 && < 0.6, tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 0.2, zlib >= 0.5 && <= 0.6, @@ -304,8 +304,8 @@ Executable pandoc random >= 1 && < 1.1, extensible-exceptions >= 0.1 && < 0.2, citeproc-hs >= 0.3.4 && < 0.4, - pandoc-types == 1.9.*, - json >= 0.4 && < 0.6, + pandoc-types >= 1.9.0.2 && < 1.10, + json >= 0.5 && < 0.6, tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 0.2, zlib >= 0.5 && <= 0.6, |
