summaryrefslogtreecommitdiff
path: root/dev-haskell/ifelse/ifelse-0.85.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/ifelse/ifelse-0.85.ebuild')
-rw-r--r--dev-haskell/ifelse/ifelse-0.85.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-haskell/ifelse/ifelse-0.85.ebuild b/dev-haskell/ifelse/ifelse-0.85.ebuild
deleted file mode 100644
index a54cf2302aff..000000000000
--- a/dev-haskell/ifelse/ifelse-0.85.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# ebuild generated by hackport 0.2.17.9999
-
-EAPI=4
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="IfElse"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Anaphoric and miscellaneous useful control-flow"
-HOMEPAGE="https://hackage.haskell.org/package/IfElse"
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="dev-haskell/mtl[profile?]
- >=dev-lang/ghc-6.8.2"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.2"
-
-S="${WORKDIR}/${MY_P}"