sys-freebsd: Merge "Fix multiple Security Advisory and Errata"
[gentoo.git] / dev-haskell / regex-applicative / regex-applicative-0.3.3.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 # ebuild generated by hackport 0.4.6.9999
8
9 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
10 inherit haskell-cabal
11
12 DESCRIPTION="Regex-based parsing with applicative interface"
13 HOMEPAGE="https://github.com/feuerbach/regex-applicative"
14 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
15
16 LICENSE="MIT"
17 SLOT="0/${PV}"
18 KEYWORDS="~amd64 ~x86"
19 IUSE=""
20
21 RDEPEND="dev-haskell/transformers:=[profile?]
22         >=dev-lang/ghc-7.4.1:=
23 "
24 DEPEND="${RDEPEND}
25         >=dev-haskell/cabal-1.10
26         test? ( >=dev-haskell/smallcheck-1.0
27                 dev-haskell/tasty
28                 dev-haskell/tasty-hunit
29                 dev-haskell/tasty-smallcheck )
30 "