dev-haskell/syb: bump up to 0.7.1
[gentoo.git] / dev-haskell / gio / gio-0.12.5.3.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 # ebuild generated by hackport 0.3.5.9999
7
8 #nocabaldep is for the fancy cabal-detection feature at build-time
9 CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep"
10 inherit haskell-cabal
11
12 DESCRIPTION="Binding to the GIO"
13 HOMEPAGE="http://projects.haskell.org/gtk2hs/"
14 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
15
16 LICENSE="LGPL-2.1"
17 SLOT="0/${PV}"
18 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
19 IUSE=""
20
21 RDEPEND=">=dev-haskell/glib-0.12.5.3:0=[profile?] <dev-haskell/glib-0.13:0=[profile?]
22         dev-haskell/mtl:=[profile?]
23         >=dev-lang/ghc-6.10.4:=
24         dev-libs/glib:2
25 "
26 DEPEND="${RDEPEND}
27         >=dev-haskell/gtk2hs-buildtools-0.12.5.1-r1:0=
28         virtual/pkgconfig
29 "