reinstating ignore-plugins-ghc-bounds#4532
Conversation
fendor
left a comment
There was a problem hiding this comment.
LGTM!
I couldn't 100% tell from the discussion, does the Gentoo project have a particular use-case for this flag?
|
Yep, the discussion was not very clear, but given the way ebuilds are structured, we need the same ebuild for every version of ghc (with a way of filtering plugins based on the version of ghc at the ebuild level). So basically, we pass the ignore-plugins-ghc-bounds so that these don’t interfere with our own filtering. Not sure I’m very clear. Thanks for approving! |
Seen from Gentoo, the ignore-plugins-ghc-bounds is useful, this patch tries to make it do something again.
gentoo-haskell/gentoo-haskell#1766