Merge pull request #183 from jwiegley/master

Add packages to stable configuration
This commit is contained in:
Michael Snoyman 2014-02-04 20:47:09 -08:00
commit 838cd3928a

View File

@ -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 =<<