From 7fc6dde7b1d46a31ecb20fd167d0509ba91c50b8 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 16 Feb 2017 20:57:44 +0000 Subject: dev-haskell/hspec-discover: bump up to 2.2.4 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- .../hspec-discover/hspec-discover-2.2.4.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-haskell/hspec-discover/hspec-discover-2.2.4.ebuild (limited to 'dev-haskell/hspec-discover/hspec-discover-2.2.4.ebuild') diff --git a/dev-haskell/hspec-discover/hspec-discover-2.2.4.ebuild b/dev-haskell/hspec-discover/hspec-discover-2.2.4.ebuild new file mode 100644 index 000000000000..93a4106938d0 --- /dev/null +++ b/dev-haskell/hspec-discover/hspec-discover-2.2.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Automatically discover and run Hspec tests" +HOMEPAGE="http://hspec.github.io/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( >=dev-haskell/hspec-meta-2.2.0 ) +" -- cgit v1.2.3-65-gdbad