forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
c2hs-0.27.1.ebuild
41 lines (34 loc) · 1011 Bytes
/
c2hs-0.27.1.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
41
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.4.6.9999
CABAL_FEATURES="bin 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.4.7:= <dev-haskell/language-c-0.5:=
>=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)
}