commit: f5f2246f9d6096723587e7e65c1ae2b8a77d92c8 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sun Aug 28 18:17:32 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 31 21:31:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f2246f
profiles: mask additional revdepless haskell packages See: https://gist.github.com/zeldin/82b27e412f6ee61c67de3f00da18e0e8 Thanks-to: Marcus Comstedt <marcus <AT> mc.pp.se> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 25aefda66525..746ae1127393 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -133,6 +133,9 @@ dev-haskell/either dev-haskell/filelock dev-haskell/filepattern dev-haskell/fsnotify +dev-haskell/genvalidity +dev-haskell/genvalidity-hspec +dev-haskell/genvalidity-property dev-haskell/ghc-lib-parser dev-haskell/ghc-lib-parser-ex dev-haskell/githash @@ -173,6 +176,7 @@ dev-haskell/open-browser dev-haskell/openssl-streams dev-haskell/optparse-simple dev-haskell/pantry +dev-haskell/path dev-haskell/path-io dev-haskell/pointed dev-haskell/polyparse @@ -199,6 +203,7 @@ dev-haskell/th-expand-syns dev-haskell/th-orphans dev-haskell/th-reify-many dev-haskell/threads +dev-haskell/validity dev-haskell/vector-builder dev-haskell/vector-instances dev-haskell/weigh
