mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-24 05:01:56 +01:00
Merge pull request #183 from jwiegley/master
Add packages to stable configuration
This commit is contained in:
commit
838cd3928a
@ -286,6 +286,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