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)