summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-10 17:05:09 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-10 17:05:29 +0100
commitc56669ec39b741f8b14f16603294e27415576510 (patch)
tree82fb34487731419071242a819bf84106bb41e1aa
parent072e5a7d202ab81f84028458625e4ca255707f8e (diff)
Allow vector 0.12.0.0.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 7ed26820f..f02299363 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -282,7 +282,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.12,
+ vector >= 0.10 && < 0.13,
hslua >= 0.3 && < 0.5,
binary >= 0.5 && < 0.9,
SHA >= 1.6 && < 1.7,