mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Avoid system-filepath-0.4.11 jmillikin/haskell-filesystem#2
This commit is contained in:
parent
2376cb81c6
commit
43d339c8da
@ -428,6 +428,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/231
|
||||
addRange "Michael Snoyman" "optparse-applicative" "< 0.9"
|
||||
|
||||
-- https://github.com/jmillikin/haskell-filesystem/issues/2
|
||||
addRange "Michael Snoyman" "system-filepath" "< 0.4.11 || > 0.4.11"
|
||||
|
||||
-- Requires too new a version of text
|
||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user