Exclude foundaiton 0.0.21 for ghc 7.10.

This commit is contained in:
John MacFarlane 2018-07-12 21:59:25 -07:00
parent 2437b6d10b
commit 8cea6125fb

View file

@ -390,9 +390,10 @@ library
HsYAML >= 0.1.1.1 && < 0.2 HsYAML >= 0.1.1.1 && < 0.2
if impl(ghc < 8.0) if impl(ghc < 8.0)
build-depends: semigroups == 0.18.*, build-depends: semigroups == 0.18.*,
-- basement 0.0.8 drops support for ghc 7.10 -- basement 0.0.8 and foundation 0.0.21, transitive
-- and it is a transitive dependency: -- dependencies, drop support for ghc 7.10:
basement < 0.0.8 basement < 0.0.8,
foundation < 0.0.21
if impl(ghc < 8.4) if impl(ghc < 8.4)
hs-source-dirs: prelude hs-source-dirs: prelude
other-modules: Prelude other-modules: Prelude