diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-08-12 09:26:39 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-08-12 09:26:39 -0700 |
commit | ebef4fb41dd9a18dc45e096f3d760b74d7669d03 (patch) | |
tree | 04af295a54480698c43ca513bf1f8a459d41dbf3 | |
parent | 3cfcfacd728fec948d72e04bfcd64bbf97979280 (diff) | |
download | pandoc-ebef4fb41dd9a18dc45e096f3d760b74d7669d03.tar.gz |
Bump base-compat version so we get compatibility with base 4.12.
-rw-r--r-- | pandoc.cabal | 2 |
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) |