forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
c2hs-0.28.3.ebuild
40 lines (33 loc) · 1000 Bytes
/
c2hs-0.28.3.ebuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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
CABAL_FEATURES="test-suite"
inherit haskell-cabal
DESCRIPTION="C->Haskell FFI tool that gives some cross-language type safety"
HOMEPAGE="https://github.com/haskell/c2hs"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="regression"
RDEPEND="dev-haskell/dlist:=
>=dev-haskell/language-c-0.7.1:= <dev-haskell/language-c-0.8:=
>=dev-lang/ghc-7.4.1:=
regression? ( >=dev-haskell/shelly-1.0:=
dev-haskell/text:=
>=dev-haskell/yaml-0.8:= )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit
dev-haskell/test-framework
dev-haskell/test-framework-hunit
dev-haskell/transformers
!regression? ( >=dev-haskell/shelly-1.0
dev-haskell/text ) )
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag regression regression)
}