Add th-orphans and th-reify-many

This commit is contained in:
Michael Sloan 2014-11-19 02:42:15 -08:00
parent d073c5f795
commit e5e7969c34

View File

@ -542,6 +542,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
"hakyll"
-}
mapM_ (add "Michael Sloan <mgsloan@gmail.com") $ words
"th-orphans th-reify-many"
when (ghcVer == GhcMajorVersion 7 8 && not requireHP) $
mapM_ (add "Michael Snoyman") $ words =<<
[ "repa repa-io repa-algorithms repa-devil JuicyPixels-repa"