summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/testing-feat')
-rw-r--r--dev-haskell/testing-feat/Manifest1
-rw-r--r--dev-haskell/testing-feat/metadata.xml23
-rw-r--r--dev-haskell/testing-feat/testing-feat-0.4.0.3.ebuild27
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-haskell/testing-feat/Manifest b/dev-haskell/testing-feat/Manifest
deleted file mode 100644
index 79cc2777616e..000000000000
--- a/dev-haskell/testing-feat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST testing-feat-0.4.0.3.tar.gz 17864 BLAKE2B ff57b181e3ed34a5e9794b9c3830122e2bd36a8199a641e2025cd5a2e467dae15cfc5d9cb4e21f198cdb667d7b9b6a5f88850f68c69d00da016200c5a12c33ce SHA512 0dabd9129472d9cf91b87a31aec9265369cdf58ec47fe74997df08097d4e93edb4f4bf52050bbca0c345e5993c12d0fcf755b94dd80093a33ba8fef366b08516
diff --git a/dev-haskell/testing-feat/metadata.xml b/dev-haskell/testing-feat/metadata.xml
deleted file mode 100644
index 665eeb0f74e3..000000000000
--- a/dev-haskell/testing-feat/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- Feat (Functional Enumeration of Abstract Types) provides
- enumerations as functions from natural numbers to values
- (similar to @toEnum@ but for any algebraic data type). This
- can be used for SmallCheck-style systematic testing,
- QuickCheck style random testing, and hybrids of the two.
-
- The enumerators are defined in a very boilerplate manner
- and there is a Template Haskell script for deriving the
- class instance for most types.
- "Test.Feat" contain a subset of the other modules that
- should be sufficient for most test usage. There
- are some small and large example in the tar
- ball.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/testing-feat/testing-feat-0.4.0.3.ebuild b/dev-haskell/testing-feat/testing-feat-0.4.0.3.ebuild
deleted file mode 100644
index c68813325e1e..000000000000
--- a/dev-haskell/testing-feat/testing-feat-0.4.0.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.4.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Functional Enumeration of Algebraic Types"
-HOMEPAGE="https://hackage.haskell.org/package/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/mtl-1:=[profile?] <dev-haskell/mtl-3:=[profile?]
- >dev-haskell/quickcheck-2:2=[profile?] <dev-haskell/quickcheck-3:2=[profile?]
- <dev-haskell/tagshare-0.1:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"