diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-29 11:52:10 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:00:15 +0100 |
commit | 7619a959f2783dbee240e96fa44994fa84868075 (patch) | |
tree | b98a38b446e92e218853c8b65adaefcca6058121 /dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.1.1.ebuild | |
parent | dev-haskell/generic-deriving: bump up to 1.13.1 (diff) | |
download | gentoo-7619a959f2783dbee240e96fa44994fa84868075.tar.gz gentoo-7619a959f2783dbee240e96fa44994fa84868075.tar.bz2 gentoo-7619a959f2783dbee240e96fa44994fa84868075.zip |
dev-haskell/tasty-quickcheck: bump up to 0.10.1.1
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/tasty-quickcheck/tasty-quickcheck-0.10.1.1.ebuild')
-rw-r--r-- | dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.1.1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.1.1.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.1.1.ebuild new file mode 100644 index 000000000000..c5e7fb3b375a --- /dev/null +++ b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.10.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="QuickCheck support for the Tasty test framework" +HOMEPAGE="https://github.com/feuerbach/tasty" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/optparse-applicative:=[profile?] + >=dev-haskell/quickcheck-2.10:2=[profile?] + dev-haskell/random:=[profile?] + dev-haskell/tagged:=[profile?] + >=dev-haskell/tasty-1.0.1:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/pcre-light + dev-haskell/tasty-hunit ) +" |