commit: b080c687e380f8ecf151d9dd3cb29191a6f7dfcd Author: Jack Todaro <solpeth <AT> posteo <DOT> org> AuthorDate: Fri Sep 30 22:35:13 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 1 03:14:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b080c687
dev-haskell/xml-conduit: sync from ::haskell fixing configure failure Closes: https://bugs.gentoo.org/870400 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild b/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild index e2e73b0194bb..1c45577d438b 100644 --- a/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild +++ b/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild @@ -35,3 +35,5 @@ DEPEND="${RDEPEND} >=dev-haskell/hspec-1.3 dev-haskell/hunit ) " + +GHC_BOOTSTRAP_PACKAGES=( cabal-doctest )
