Bump base-compat version so we get compatibility with base 4.12.

This commit is contained in:
John MacFarlane 2021-08-12 09:26:39 -07:00
parent 3cfcfacd72
commit ebef4fb41d

View file

@ -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)