# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.7.1.1.9999 #hackport: flags: -llvm CABAL_FEATURES="" inherit haskell-cabal DESCRIPTION="Examples using the gloss library" HOMEPAGE="https://gloss.ouroborus.net" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" CABAL_CHDEPS=( 'bytestring >= 0.10 && < 0.12' 'bytestring >= 0.10' 'vector >= 0.11 && < 0.13' 'vector >= 0.11' ) RDEPEND=">=dev-haskell/bmp-1.2:= =dev-haskell/gloss-1.13:= =dev-haskell/gloss-algorithms-1.13:= =dev-haskell/gloss-raster-1.13:= =dev-haskell/random-1.2:= =dev-haskell/repa-3.4:= =dev-haskell/repa-algorithms-3.4:= =dev-haskell/repa-io-3.4:= =dev-haskell/vector-0.11:= >=dev-lang/ghc-8.4.3:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-2.2.0.1 " src_configure() { haskell-cabal_src_configure \ --flag=-llvm }