diff --git a/Stackage/Config.hs b/Stackage/Config.hs index f243b8f3..03bf12ac 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -633,7 +633,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do ,"missing-foreign multimap parallel-io"] when (ghcVer >= GhcMajorVersion 7 8) $ mapM_ (add "Emanuel Borsobom ") $ words - "haddock-api" + "haddock-api git-embed" when (not requireHP) $ mapM_ (add "Emanuel Borsobom ") $ words "fuzzcheck MissingH" @@ -660,8 +660,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do mapM_ (add "Alexander Thiemann ") $ words "graph-core reroute Spock" - mapM_ (add "Joey Eremondi ") $ words - "prettyclass language-glsl union-find aeson-pretty QuasiText" + mapM_ (add "Joey Eremondi ") $ words =<< + [ "prettyclass language-glsl union-find aeson-pretty QuasiText" + , "digest zip-archive elm-compiler elm-package elm-core-sources elm-build-lib" + ] + mapM_ (add "Arthur Fayzrakhmanov ") $ words "sodium hdevtools"