diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-11 18:57:18 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:18 +0000 |
commit | df129311b6890d52f18248934cd3a2b6d6436b35 (patch) | |
tree | 91e7ed0f7d0f5487f7d57c20bfbe3b35928a150e /dev-haskell/hspec-discover | |
parent | dev-haskell/hspec-core: add 2.9.4 (diff) | |
download | gentoo-df129311b6890d52f18248934cd3a2b6d6436b35.tar.gz gentoo-df129311b6890d52f18248934cd3a2b6d6436b35.tar.bz2 gentoo-df129311b6890d52f18248934cd3a2b6d6436b35.zip |
dev-haskell/hspec-discover: add 2.9.4
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/hspec-discover')
-rw-r--r-- | dev-haskell/hspec-discover/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/hspec-discover/Manifest b/dev-haskell/hspec-discover/Manifest index 36b7c9f2d35b..d1d2a4921093 100644 --- a/dev-haskell/hspec-discover/Manifest +++ b/dev-haskell/hspec-discover/Manifest @@ -1 +1,2 @@ DIST hspec-discover-2.7.1.tar.gz 6755 BLAKE2B 009f49090de3d79c7776e8b9b22eb975f276081c39980b49e157dfd50c97f3253140b2d66c8f392f53f83976d01d4302d78afc1ec95df45cb0a61d4c7a741234 SHA512 b07e7be5bd81f2e116b63f27e307ac628b6d678cc24dfb519bed7dcc1c27f772ff5d4a18c801474a425d4450337e809b9563b4ee1ca397830dfc7f9a92d7359f +DIST hspec-discover-2.9.4.tar.gz 6829 BLAKE2B c0f3a762db63f6d50edf2af0d240c5a9ccff7092ba0f440a342c809b4cc7c7c7e9fee95ca92d426baa6956f4e459ea8da04f2d7bb2545d4ca948395d38c75cff SHA512 0c76cfbe56ee67ab14040c7252a2f1ccecf8230868435d64c9015c472c85557921f1ca30e12df6f3097866b5b791e86d06026ef5fa5e998c354f3fa26c95e5ea diff --git a/dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild b/dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild new file mode 100644 index 000000000000..d91948d6dcfb --- /dev/null +++ b/dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Automatically discover and run Hspec tests" +HOMEPAGE="https://hspec.github.io/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=">=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( ~dev-haskell/hspec-meta-2.9.3 + >=dev-haskell/mockery-0.3.5 + >=dev-haskell/quickcheck-2.7 ) +" |