diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 354afb74..c9f28b3f 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -533,6 +533,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do mapM_ (add "Matvey Aksenov ") $ + words "hasql hasql-postgres hasql-backend postgresql-binary" ++ + words "stm-containers slave-thread partial-handler" ++ + words "base-prelude mtl-prelude" + -- https://github.com/fpco/stackage/issues/216 -- QuickCheck constraint -- when (ghcVer == GhcMajorVersion 7 6) $