aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-04-11 09:45:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-04-11 09:45:17 -0700
commitdd4e8c4a7aa6274c11857f1450f8885f6615157b (patch)
tree286b54a14e7419726b3c672bc2b429e6b6dae744 /pandoc.cabal
parent782ab73aa350ca323b0b7786770e37d1a932f9a8 (diff)
downloadpandoc-dd4e8c4a7aa6274c11857f1450f8885f6615157b.tar.gz
Bump temporary upper bound to 1.4.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 512062c46..92c33b0f3 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -371,7 +371,7 @@ library
zlib >= 0.5 && < 0.7,
skylighting >= 0.5.1 && < 0.8,
data-default >= 0.4 && < 0.8,
- temporary >= 1.1 && < 1.3,
+ temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,
blaze-markup >= 0.8 && < 0.9,
yaml >= 0.8.8.2 && < 0.9,
@@ -618,7 +618,7 @@ test-suite test-pandoc
filepath >= 1.1 && < 1.5,
hslua >= 0.9.5 && < 0.9.6,
process >= 1.2.3 && < 1.7,
- temporary >= 1.1 && < 1.3,
+ temporary >= 1.1 && < 1.4,
Diff >= 0.2 && < 0.4,
tasty >= 0.11 && < 1.1,
tasty-hunit >= 0.9 && < 0.11,