# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 # ebuild generated by hackport 0.5.4.9999 #hackport: flags: -allwarnings,+usebytestrings CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Analysis and generation of C code" HOMEPAGE="http://visq.github.io/language-c/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-haskell/syb:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} dev-haskell/alex >=dev-haskell/cabal-1.8 dev-haskell/happy " src_configure() { haskell-cabal_src_configure \ --flag=-allwarnings \ --flag=usebytestrings }