diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 5027427b..3804bdcf 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -652,8 +652,9 @@ 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" ++ + words "digest zip-archive elm-compiler elm-package elm-build-lib elm-core-sources Haskelm" -- https://github.com/fpco/stackage/issues/217 addRange "Michael Snoyman" "transformers" "< 0.4"