dev-haskell/colour: bump up to 2.3.5
[gentoo.git] / dev-haskell / unixutils / unixutils-1.54.1.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.4.5.9999
7
8 CABAL_FEATURES="lib profile haddock hoogle hscolour"
9 inherit haskell-cabal
10
11 MY_PN="Unixutils"
12 MY_P="${MY_PN}-${PV}"
13
14 DESCRIPTION="A crude interface between Haskell and Unix-like operating systems"
15 HOMEPAGE="https://github.com/seereason/haskell-unixutils.git"
16 SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
17
18 LICENSE="BSD"
19 SLOT="0/${PV}"
20 KEYWORDS="~amd64 ~x86"
21 IUSE=""
22
23 RDEPEND="dev-haskell/exceptions:=[profile?]
24         dev-haskell/mtl:=[profile?]
25         >=dev-haskell/process-extras-0.3:=[profile?]
26         dev-haskell/puremd5:=[profile?]
27         dev-haskell/regex-tdfa:=[profile?]
28         dev-haskell/zlib:=[profile?]
29         >=dev-lang/ghc-7.4.1:=
30         virtual/libc
31 "
32 DEPEND="${RDEPEND}
33         >=dev-haskell/cabal-1.2
34 "
35
36 S="${WORKDIR}/${MY_P}"