diff --git a/Stackage/Config.hs b/Stackage/Config.hs index d1db26df..846084ff 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -404,9 +404,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do -- https://github.com/fpco/stackage/issues/219 addRange "Michael Snoyman" "comonad" "< 4.2" - -- https://github.com/fpco/stackage/issues/222 - addRange "Michael Snoyman" "scientific" "< 0.3" - -- Requires too new a version of text when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"