diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 5991b76b..46729d15 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -478,6 +478,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do "holy-project" when requireHP $ addRange "Yann Esposito " "holy-project" "< 0.1.1.1" + mapM_ (add "Paul Rouse ") $ words + "yesod-auth-hashdb" + -- https://github.com/fpco/stackage/issues/216 -- QuickCheck constraint -- when (ghcVer == GhcMajorVersion 7 6) $