summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/happy/happy-1.19.12.ebuild')
-rw-r--r--dev-haskell/happy/happy-1.19.12.ebuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-haskell/happy/happy-1.19.12.ebuild b/dev-haskell/happy/happy-1.19.12.ebuild
index 46639787fa6a..6990fb9bf15d 100644
--- a/dev-haskell/happy/happy-1.19.12.ebuild
+++ b/dev-haskell/happy/happy-1.19.12.ebuild
@@ -18,19 +18,8 @@ SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="doc"
-# Re: LLVM blocker - ghc-9.0.2 generates IR that crashes LLVM opt
-# for two test cases. Unsure yet if this is a bug in the GHC LLVM
-# backend or in LLVM itself. Tracked in
-# https://github.com/llvm/llvm-project/issues/57393
-#
-# Must be in RDEPEND or pkgcheck complains about MisplaceWeakBlocker.
-# Although in theory it's possible to enable USE=llvm on an arch with
-# native codegen, there is no reason to do so, so in practice this should
-# block USE=test exclusively on arches that support registerised GHC
-# through the LLVM backend only.
RDEPEND=">=dev-haskell/mtl-2.2.1:=
>=dev-lang/ghc-7.4.1:=
- test? ( !dev-lang/ghc[llvm(-)] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8