dev-qt/qtpositioning: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / dev-haskell / language-c / language-c-0.4.2.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 # ebuild generated by hackport 0.2.17.9999
5
6 EAPI=4
7
8 CABAL_FEATURES="lib profile haddock hoogle hscolour"
9 inherit haskell-cabal
10
11 DESCRIPTION="Analysis and generation of C code"
12 HOMEPAGE="https://visq.github.io/language-c/"
13 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
14
15 LICENSE="BSD"
16 SLOT="0"
17 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
18 IUSE=""
19
20 RDEPEND="dev-haskell/syb[profile?]
21                 >=dev-lang/ghc-6.10.1"
22 DEPEND="${RDEPEND}
23                 dev-haskell/alex
24                 >=dev-haskell/cabal-1.6
25                 dev-haskell/happy"
26
27 src_prepare() {
28         rm -vf "${S}"/dist/build/Language/C/Parser/{Lexer,Parser}.hs
29 }