commit: b9bc27d13997e2f94fbae7e4d13208915719bcbc Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Nov 15 16:41:12 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Nov 15 16:41:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bc27d1
profiles/package.mask: mask dev-haskell/shuffle (and revdeps) for removal Bug: https://bugs.gentoo.org/754675 Bug: https://bugs.gentoo.org/611988 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index fbabb9b6335..edc414fa924 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Sergei Trofimovich <[email protected]> (2020-11-05) +# Does not compile against ghc-8.8: #754675, #611988 +# Masked for removal +dev-haskell/shuffle +dev-haskell/uhc-light +dev-haskell/uhc-util + # Michał Górny <[email protected]> (2020-11-15) # Fails to build. Lots of bugs filed. Not touched by maintainer # since 2018.
