Avoid system-filepath-0.4.11 jmillikin/haskell-filesystem#2

This commit is contained in:
Michael Snoyman 2014-05-29 08:21:40 +03:00
parent 2376cb81c6
commit 43d339c8da

View File

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