Deal with other HP funny business

This commit is contained in:
Michael Snoyman 2014-12-04 12:29:55 +02:00
parent ec2b67d24f
commit d2efa6575e

View File

@ -622,13 +622,16 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-} -}
mapM_ (add "Emanuel Borsobom <manny@fpcomplete.com>") $ words =<< mapM_ (add "Emanuel Borsobom <manny@fpcomplete.com>") $ words =<<
["text-binary BoundedChan MissingH bytestring-lexing bytestring-trie" ["text-binary BoundedChan bytestring-lexing bytestring-trie"
,"data-accessor data-accessor-mtl file-location fuzzcheck here" ,"data-accessor data-accessor-mtl file-location here"
,"hlibgit2 hostname-validate interpolatedstring-perl6 iproute" ,"hlibgit2 hostname-validate interpolatedstring-perl6 iproute"
,"missing-foreign multimap parallel-io"] ,"missing-foreign multimap parallel-io"]
when (ghcVer >= GhcMajorVersion 7 8) $ when (ghcVer >= GhcMajorVersion 7 8) $
mapM_ (add "Emanuel Borsobom <manny@fpcomplete.com>") $ words mapM_ (add "Emanuel Borsobom <manny@fpcomplete.com>") $ words
"haddock-api" "haddock-api"
when (not requireHP) $
mapM_ (add "Emanuel Borsobom <manny@fpcomplete.com>") $ words
"fuzzcheck MissingH"
mapM_ (add "Michael Sloan <mgsloan@gmail.com") $ words mapM_ (add "Michael Sloan <mgsloan@gmail.com") $ words
"th-orphans th-reify-many" "th-orphans th-reify-many"