diff --git a/Stackage/Config.hs b/Stackage/Config.hs index b0a4a0db..1ffb98fd 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -220,7 +220,7 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do add "bloodhound" -- Too lazy to keep the test dependencies up to date - let names = + let names = words "hasql hasql-postgres hasql-backend postgresql-binary" ++ words "stm-containers focus list-t slave-thread partial-handler" ++ words "neat-interpolation cases" ++ @@ -655,10 +655,13 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do mapM_ (add "Alexander Thiemann ") $ words "graph-core reroute Spock" - + mapM_ (add "Joey Eremondi ") $ words "prettyclass" + mapM_ (add "Arthur Fayzrakhmanov ") $ words + "sodium hdevtools" + -- https://github.com/fpco/stackage/issues/217 addRange "Michael Snoyman" "transformers" "< 0.4" addRange "Michael Snoyman" "mtl" "< 2.2"