diff options
author | 2016-09-11 10:26:36 +0100 | |
---|---|---|
committer | 2016-09-11 11:01:27 +0100 | |
commit | 1ba6b8c4eb80f3debe1a556202b10bb28deeec59 (patch) | |
tree | 75be402dcf42d73204b8e170b3f9d8d5ac57594f /dev-haskell/htf/htf-0.13.1.0.ebuild | |
parent | dev-haskell/xmlgen: XML generation library, a depend of dev-haskell/htf (diff) | |
download | gentoo-1ba6b8c4eb80f3debe1a556202b10bb28deeec59.tar.gz gentoo-1ba6b8c4eb80f3debe1a556202b10bb28deeec59.tar.bz2 gentoo-1ba6b8c4eb80f3debe1a556202b10bb28deeec59.zip |
dev-haskell/htf: haskell test framework, a depend of dev-haskell/argparser
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-haskell/htf/htf-0.13.1.0.ebuild')
-rw-r--r-- | dev-haskell/htf/htf-0.13.1.0.ebuild | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/dev-haskell/htf/htf-0.13.1.0.ebuild b/dev-haskell/htf/htf-0.13.1.0.ebuild new file mode 100644 index 000000000000..758bbc02f343 --- /dev/null +++ b/dev-haskell/htf/htf-0.13.1.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2016 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 lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +MY_PN="HTF" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="The Haskell Test Framework" +HOMEPAGE="https://github.com/skogsbaer/HTF/" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] + dev-haskell/base64-bytestring:=[profile?] + >=dev-haskell/cpphs-1.19:=[profile?] + >=dev-haskell/diff-0.3:=[profile?] + dev-haskell/haskell-src:=[profile?] + >=dev-haskell/hunit-1.2.5:=[profile?] + >=dev-haskell/lifted-base-0.1:=[profile?] + >=dev-haskell/monad-control-0.3:=[profile?] + >=dev-haskell/mtl-1.1:=[profile?] + >=dev-haskell/old-time-1.0:=[profile?] + >=dev-haskell/quickcheck-2.3:2=[profile?] + >=dev-haskell/random-1.0:=[profile?] + >=dev-haskell/regex-compat-0.92:=[profile?] + >=dev-haskell/text-0.11:=[profile?] + dev-haskell/vector:=[profile?] + >=dev-haskell/xmlgen-0.6:=[profile?] + >=dev-lang/ghc-7.6.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.16.0 + test? ( dev-haskell/aeson-pretty + >=dev-haskell/temporary-1.1 + >=dev-haskell/unordered-containers-0.2 ) +" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + epatch "${FILESDIR}"/${P}-aeson-pretty-0.8.patch +} |