mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +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"
|
||||
#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
|
||||
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
||||
mapM_ (add "Ketil Malde") $ words =<<
|
||||
|
||||
Loading…
Reference in New Issue
Block a user