mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Merge branch 'master' of github.com:fpco/stackage
This commit is contained in:
commit
2944980da6
@ -633,7 +633,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
,"missing-foreign multimap parallel-io"]
|
||||
when (ghcVer >= GhcMajorVersion 7 8) $
|
||||
mapM_ (add "Emanuel Borsobom <manny@fpcomplete.com>") $ words
|
||||
"haddock-api"
|
||||
"haddock-api git-embed"
|
||||
when (not requireHP) $
|
||||
mapM_ (add "Emanuel Borsobom <manny@fpcomplete.com>") $ words
|
||||
"fuzzcheck MissingH"
|
||||
@ -660,8 +660,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
mapM_ (add "Alexander Thiemann <mail@athiemann.net>") $ words
|
||||
"graph-core reroute Spock"
|
||||
|
||||
mapM_ (add "Joey Eremondi <joey@eremondi.com>") $ words
|
||||
"prettyclass language-glsl union-find aeson-pretty QuasiText"
|
||||
mapM_ (add "Joey Eremondi <joey@eremondi.com>") $ 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 <heraldhoi@gmail.com>") $ words
|
||||
"sodium hdevtools"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user