diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2011-07-28 15:42:39 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-28 15:42:39 -0700 |
| commit | 4919b49f1ccf41c81b54295fcee486a51d2a4a77 (patch) | |
| tree | 08fcbd4ebba0df1bad61a1806e6a326d3a7e01bd | |
| parent | 4d246f90385e4c29afb6ee3e3055bb0dc1adc137 (diff) | |
| download | pandoc-4919b49f1ccf41c81b54295fcee486a51d2a4a77.tar.gz | |
Depend on same version of pandoc-types as citeproc-hs, for now.
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 20b4518e8..d741efedf 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.*, + pandoc-types == 1.8.0.2, 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.*, + pandoc-types == 1.8.0.2, json >= 0.4 && < 0.5, dlist >= 0.4 && < 0.6, tagsoup >= 0.12 && < 0.13, |
