diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-31 07:40:02 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:03:40 +0100 |
commit | cf3a46db9cd0c2e1e9debc759f2cd6c25b4fa246 (patch) | |
tree | 9c9880f5b965104c17b7b44fca98a09becfd875d /dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild | |
parent | dev-haskell/sandi: bump up to 0.5 (diff) | |
download | gentoo-cf3a46db9cd0c2e1e9debc759f2cd6c25b4fa246.tar.gz gentoo-cf3a46db9cd0c2e1e9debc759f2cd6c25b4fa246.tar.bz2 gentoo-cf3a46db9cd0c2e1e9debc759f2cd6c25b4fa246.zip |
dev-haskell/hspec-contrib: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild')
-rw-r--r-- | dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild b/dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild new file mode 100644 index 000000000000..1ca03547f198 --- /dev/null +++ b/dev-haskell/hspec-contrib/hspec-contrib-0.5.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.5.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite" +inherit haskell-cabal + +DESCRIPTION="Contributed functionality for Hspec" +HOMEPAGE="http://hspec.github.io/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # test-suite fails to build + +RDEPEND=">=dev-haskell/hspec-core-2.5.0:=[profile?] + dev-haskell/hunit:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10" +# test? ( dev-haskell/hspec +# dev-haskell/quickcheck ) +# " |