mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-01 06:24:38 +01:00
Merge pull request #366 from JoeyEremondi/master
Add Elm packages and remaining dependencies
This commit is contained in:
commit
b3c264d2a5
@ -657,8 +657,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
mapM_ (add "Alexander Thiemann <mail@athiemann.net>") $ words
|
mapM_ (add "Alexander Thiemann <mail@athiemann.net>") $ words
|
||||||
"graph-core reroute Spock"
|
"graph-core reroute Spock"
|
||||||
|
|
||||||
mapM_ (add "Joey Eremondi <joey@eremondi.com>") $ words
|
mapM_ (add "Joey Eremondi <joey@eremondi.com>") $ words =<<
|
||||||
"prettyclass language-glsl union-find aeson-pretty QuasiText"
|
[ "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 <heraldhoi@gmail.com>") $ words
|
mapM_ (add "Arthur Fayzrakhmanov <heraldhoi@gmail.com>") $ words
|
||||||
"sodium hdevtools"
|
"sodium hdevtools"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user