summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-05-28 14:12:29 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2017-05-28 18:53:11 +0100
commit06579777ca6afd9ff80fb95d2fa96654a878698a (patch)
treef01984cccef4a17e05e4f0350ea3956d8534d492 /dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild
parentdev-haskell/microlens: new package, a depend of dev-haskell/stack (diff)
downloadgentoo-06579777ca6afd9ff80fb95d2fa96654a878698a.tar.gz
gentoo-06579777ca6afd9ff80fb95d2fa96654a878698a.tar.bz2
gentoo-06579777ca6afd9ff80fb95d2fa96654a878698a.zip
dev-haskell/hspec-smallcheck: new package, a depend of dev-haskell/stack
SmallCheck support for the Hspec testing framework Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild')
-rw-r--r--dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild b/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild
new file mode 100644
index 000000000000..c985caa6d77b
--- /dev/null
+++ b/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.1.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="SmallCheck support for the Hspec testing framework"
+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-haskell/hspec-core-2:=[profile?] <dev-haskell/hspec-core-3:=[profile?]
+ >=dev-haskell/smallcheck-1.0:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( dev-haskell/hspec
+ dev-haskell/quickcheck )
+"