Exclude foundaiton 0.0.21 for ghc 7.10.
This commit is contained in:
parent
2437b6d10b
commit
8cea6125fb
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue