summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-21 23:25:55 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-21 23:31:40 +0200
commit6cfc8fdf92d58cf026a6f48c7d367b639dcb335b (patch)
tree688858086bf5470f9220a9cc8c60cdfdd3e957f8 /dev-haskell/testing-feat/testing-feat-1.1.0.0.ebuild
parentdev-haskell/testing-type-modifiers: treeclean (diff)
downloadgentoo-6cfc8fdf92d58cf026a6f48c7d367b639dcb335b.tar.gz
gentoo-6cfc8fdf92d58cf026a6f48c7d367b639dcb335b.tar.bz2
gentoo-6cfc8fdf92d58cf026a6f48c7d367b639dcb335b.zip
dev-haskell/testing-feat: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/testing-feat/testing-feat-1.1.0.0.ebuild')
-rw-r--r--dev-haskell/testing-feat/testing-feat-1.1.0.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-haskell/testing-feat/testing-feat-1.1.0.0.ebuild b/dev-haskell/testing-feat/testing-feat-1.1.0.0.ebuild
deleted file mode 100644
index b49fdd83ecf5..000000000000
--- a/dev-haskell/testing-feat/testing-feat-1.1.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.1
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Functional Enumeration of Algebraic Types"
-HOMEPAGE="https://github.com/JonasDuregard/testing-feat"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">dev-haskell/quickcheck-2:2=[profile?] <dev-haskell/quickcheck-3:2=[profile?]
- <dev-haskell/semigroups-0.19:=[profile?]
- <dev-haskell/size-based-0.2:=[profile?]
- <dev-haskell/testing-type-modifiers-0.2:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"