diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 10499991..a7ccf922 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -223,6 +223,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do , "base16-bytestring convertible" , "compdata hybrid-vectors" , "executable-path formatting" + , "criterion" ] when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support mapM_ (add "FP Complete ") $ words =<< @@ -440,9 +441,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do addRange "Michael Snoyman" "hxt" "< 9.3.1" addRange "Michael Snoyman" "network" "< 2.4" - -- https://github.com/fpco/stackage/issues/189 - addRange "Michael Snoyman" "statistics" "< 0.11" - -- https://github.com/fpco/stackage/issues/197 when (ghcVer == GhcMajorVersion 7 6 && requireHP) $ addRange "Michael Snoyman" "parsers" "< 0.11"