mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-19 10:41:57 +01:00
Deal with other HP funny business
This commit is contained in:
parent
ec2b67d24f
commit
d2efa6575e
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user