mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-17 16:55:51 +01:00
Add packages to stable configuration
This commit is contained in:
parent
5e247eb486
commit
0bab185799
@ -289,6 +289,11 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
"hweblib"
|
"hweblib"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
mapM_ (add "John Wiegley <johnw@fpcomplete.com>") $ words =<<
|
||||||
|
[ "bindings-dsl github monad-extras numbers these hlibgit2"
|
||||||
|
, "gitlib gitlib-cmdline gitlib-libgit2 gitlib-s3 gitlib-test"
|
||||||
|
]
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/160
|
-- https://github.com/fpco/stackage/issues/160
|
||||||
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
||||||
mapM_ (add "Ketil Malde") $ words =<<
|
mapM_ (add "Ketil Malde") $ words =<<
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user