diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-30 16:03:26 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-31 05:10:14 +0100 |
commit | 2901f1ab840066a96f3cd634aec2354482c7f07b (patch) | |
tree | 5cf65a4d8332f358198e50b9aa28bf9b86cadf6d /dev-haskell/tasty-hunit | |
parent | dev-haskell/commonmark: drop 0.1.1.4 (diff) | |
download | gentoo-2901f1ab840066a96f3cd634aec2354482c7f07b.tar.gz gentoo-2901f1ab840066a96f3cd634aec2354482c7f07b.tar.bz2 gentoo-2901f1ab840066a96f3cd634aec2354482c7f07b.zip |
dev-haskell/tasty-hunit: drop 0.10.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/tasty-hunit')
-rw-r--r-- | dev-haskell/tasty-hunit/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/tasty-hunit/tasty-hunit-0.10.0.2.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-haskell/tasty-hunit/Manifest b/dev-haskell/tasty-hunit/Manifest index d5039698e49a..0a5a9c5fdac1 100644 --- a/dev-haskell/tasty-hunit/Manifest +++ b/dev-haskell/tasty-hunit/Manifest @@ -1,2 +1 @@ -DIST tasty-hunit-0.10.0.2.tar.gz 7403 BLAKE2B 04813c3d35635ee296e28e19d76136f59e3d196a8e6a9c4410f6a7ee20996178f4c10aacdf985a73b989914099a86b1b1ab930e21584e714150e041b401e3179 SHA512 82f70cd7813affeb756de89842a77070e688169eb35a386fbc4db36b65d8c960bca7b923294918e10b65281d3265820f9592398550af8af92027960d48562fd0 DIST tasty-hunit-0.10.0.3.tar.gz 7885 BLAKE2B a8e8af2b1fcf575646620ccb4d822e6cbf688372dacf0686a7c3760ad693f2a7d88f280ef9e43eb9cd757f89d2771368adf567a9390b1a35f9b1db5aae7c5d81 SHA512 29adbf499b8079c12c756e031c3bebffa1c312cf623ff77d4fb2e85d3462ac6e71aa8a13c3e161ef04ad5bbf910c3bb5f4b62bc3825a030b690a90eea812b85a diff --git a/dev-haskell/tasty-hunit/tasty-hunit-0.10.0.2.ebuild b/dev-haskell/tasty-hunit/tasty-hunit-0.10.0.2.ebuild deleted file mode 100644 index fc1555ed3146..000000000000 --- a/dev-haskell/tasty-hunit/tasty-hunit-0.10.0.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="HUnit support for the Tasty test framework" -HOMEPAGE="https://github.com/UnkindPartition/tasty" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/call-stack:=[profile?] - >=dev-haskell/tasty-1.2.2:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" |