diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-14 09:23:47 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-14 09:23:47 -0700 |
commit | dce6a7388a5f546ebbfd192febcb1753b743b377 (patch) | |
tree | 75c9cf3104798fbfb47866a027c6ab0960a746d5 | |
parent | b8634b9f75eaa8892a58ffd0cbe0ff8d89c257c8 (diff) | |
download | pandoc-dce6a7388a5f546ebbfd192febcb1753b743b377.tar.gz |
Allow vector 0.11.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index ff10eac66..9a5b92e6f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -266,7 +266,7 @@ Library blaze-markup >= 0.5.1 && < 0.8, yaml >= 0.8.8.2 && < 0.9, scientific >= 0.2 && < 0.4, - vector >= 0.10 && < 0.11, + vector >= 0.10 && < 0.12, hslua >= 0.3 && < 0.5, binary >= 0.5 && < 0.8, SHA >= 1.6 && < 1.7, |