From 43d339c8da79096484b062dcb25b3e2a317793c5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 29 May 2014 08:21:40 +0300 Subject: [PATCH] Avoid system-filepath-0.4.11 jmillikin/haskell-filesystem#2 --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index a316d59a..3f5fbdcc 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -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"