dev-haskell/hspec-smallcheck: new package, a depend of dev-haskell/stack
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 28 May 2017 13:12:29 +0000 (14:12 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 28 May 2017 17:53:11 +0000 (18:53 +0100)
SmallCheck support for the Hspec testing framework

Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-haskell/hspec-smallcheck/Manifest [new file with mode: 0644]
dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild [new file with mode: 0644]
dev-haskell/hspec-smallcheck/metadata.xml [new file with mode: 0644]

diff --git a/dev-haskell/hspec-smallcheck/Manifest b/dev-haskell/hspec-smallcheck/Manifest
new file mode 100644 (file)
index 0000000..dbda51a
--- /dev/null
@@ -0,0 +1 @@
+DIST hspec-smallcheck-0.4.1.tar.gz 1861 SHA256 c5ddd014ad58679554d2726a4442a124d7a3a9fad04c928c610cdc46773fc0f5 SHA512 bdb8dc6432d085dd192af77d34ae4188e002a419025006680abc076bea1216f0481c629a1c6025382de963d1ee351913f9f3159ed92fbedd0972363f27bded27 WHIRLPOOL ac197e8681771a8fa962418467398e8b44facb9081cfc4ea94476beee8acb59e11f547c2e402754f64bd0ab87745c2ea153b655e2de8287a865d1c10f2f51230
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 (file)
index 0000000..c985caa
--- /dev/null
@@ -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 )
+"
diff --git a/dev-haskell/hspec-smallcheck/metadata.xml b/dev-haskell/hspec-smallcheck/metadata.xml
new file mode 100644 (file)
index 0000000..f9940a6
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>haskell@gentoo.org</email>
+               <name>Gentoo Haskell</name>
+       </maintainer>
+       <longdescription>
+               SmallCheck support for the Hspec testing framework
+       </longdescription>
+</pkgmetadata>