aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-08-12 09:26:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-08-12 09:26:39 -0700
commitebef4fb41dd9a18dc45e096f3d760b74d7669d03 (patch)
tree04af295a54480698c43ca513bf1f8a459d41dbf3 /pandoc.cabal
parent3cfcfacd728fec948d72e04bfcd64bbf97979280 (diff)
downloadpandoc-ebef4fb41dd9a18dc45e096f3d760b74d7669d03.tar.gz
Bump base-compat version so we get compatibility with base 4.12.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 66ac50ce3..bc8ea2588 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -413,7 +413,7 @@ common common-options
if impl(ghc < 8.6)
hs-source-dirs: prelude
other-modules: Prelude
- build-depends: base-compat >= 0.9
+ build-depends: base-compat >= 0.10.5
other-extensions: NoImplicitPrelude
if os(windows)