summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-14 18:34:26 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-14 18:34:26 -0800
commit2c0054048553565d3ccdd3b7e415fc001d70859c (patch)
tree4691369fa25e881c8940918a0da5e738f89c0fee /pandoc.cabal
parent9184e1a55b60d3044e19c3a7896e55ba629219ea (diff)
Use base-compat for our custom prelude.
This should give us more complete coverage of newer base features. See #4255.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 48a43ad2b..7b8e3e623 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -626,7 +626,8 @@ test-suite test-pandoc
containers >= 0.4.2.1 && < 0.6,
executable-path >= 0.0 && < 0.1,
zip-archive >= 0.2.3.4 && < 0.4,
- xml >= 1.3.12 && < 1.4
+ xml >= 1.3.12 && < 1.4,
+ base-compat >= 0.9
if flag(old-locale)
build-depends: old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5