summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-21 23:50:13 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-21 23:51:03 +0200
commit479b6e7a8084ccfa0fa20500843630f022187154 (patch)
treeb8e8dcbc091929fbee48579305cad2364c678341 /dev-haskell/monadlib/monadlib-3.10.ebuild
parentdev-haskell/monadplus: treeclean (diff)
downloadgentoo-479b6e7a8084ccfa0fa20500843630f022187154.tar.gz
gentoo-479b6e7a8084ccfa0fa20500843630f022187154.tar.bz2
gentoo-479b6e7a8084ccfa0fa20500843630f022187154.zip
dev-haskell/monadlib: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/monadlib/monadlib-3.10.ebuild')
-rw-r--r--dev-haskell/monadlib/monadlib-3.10.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/monadlib/monadlib-3.10.ebuild b/dev-haskell/monadlib/monadlib-3.10.ebuild
deleted file mode 100644
index af1edb68c810..000000000000
--- a/dev-haskell/monadlib/monadlib-3.10.ebuild
+++ /dev/null
@@ -1,29 +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.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="monadLib"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A collection of monad transformers"
-HOMEPAGE="https://wiki.github.com/yav/monadlib"
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-8.0.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.24.0.0
-"
-
-S="${WORKDIR}/${MY_P}"