diff options
author | 2020-09-12 22:36:10 +0100 | |
---|---|---|
committer | 2020-09-12 22:40:41 +0100 | |
commit | 76139e64d0a02862a8ad034904ccfeaa62600b8c (patch) | |
tree | aba4083da4c91311542e7ea8bde5d9ec402e71d3 /dev-haskell/monadplus | |
parent | dev-haskell/monadcatchio-transformers: drop old (diff) | |
download | gentoo-76139e64d0a02862a8ad034904ccfeaa62600b8c.tar.gz gentoo-76139e64d0a02862a8ad034904ccfeaa62600b8c.tar.bz2 gentoo-76139e64d0a02862a8ad034904ccfeaa62600b8c.zip |
dev-haskell/monadplus: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/monadplus')
-rw-r--r-- | dev-haskell/monadplus/monadplus-1.4.2.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-haskell/monadplus/monadplus-1.4.2.ebuild b/dev-haskell/monadplus/monadplus-1.4.2.ebuild deleted file mode 100644 index 4d8c002c8d4a..000000000000 --- a/dev-haskell/monadplus/monadplus-1.4.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Haskell98 partial maps and filters over MonadPlus" -HOMEPAGE="https://hackage.haskell.org/package/monadplus" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" |