summaryrefslogtreecommitdiff
path: root/dev-haskell/htf/htf-0.14.0.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/htf/htf-0.14.0.3.ebuild')
-rw-r--r--dev-haskell/htf/htf-0.14.0.3.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-haskell/htf/htf-0.14.0.3.ebuild b/dev-haskell/htf/htf-0.14.0.3.ebuild
deleted file mode 100644
index 25806e6a0ae1..000000000000
--- a/dev-haskell/htf/htf-0.14.0.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.9999
-
-CABAL_FEATURES="lib haddock hoogle hscolour" # test-suite: needs htfpp already installed, profile crashes cpp
-inherit haskell-cabal
-
-MY_PN="HTF"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="The Haskell Test Framework"
-HOMEPAGE="https://github.com/skogsbaer/HTF/"
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # needs stack, needs htfpp already installed
-
-RDEPEND=">=dev-haskell/aeson-0.11:=
- dev-haskell/base64-bytestring:=
- >=dev-haskell/cpphs-1.19:=
- >=dev-haskell/diff-0.3:=
- dev-haskell/haskell-src:=
- >=dev-haskell/hunit-1.2.5:=
- >=dev-haskell/lifted-base-0.1:=
- >=dev-haskell/monad-control-0.3:=
- >=dev-haskell/mtl-1.1:=
- >=dev-haskell/old-time-1.0:=
- >=dev-haskell/quickcheck-2.3:2=
- >=dev-haskell/random-1.0:=
- >=dev-haskell/regex-compat-0.92:=
- >=dev-haskell/text-0.11:=
- dev-haskell/vector:=
- >=dev-haskell/xmlgen-0.6:=
- >=dev-lang/ghc-7.6.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.0
- >=dev-haskell/cpphs-1.19
-"
-
-S="${WORKDIR}/${MY_P}"