summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 13:23:31 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commit64dbd2820fb5377088cf79ca15802a12863038e7 (patch)
tree65e70a0b7257ea13b515ffee18aa4573789f9608 /dev-haskell/foldl/foldl-1.0.5.ebuild
parentdev-haskell/free: drop old (diff)
downloadgentoo-64dbd2820fb5377088cf79ca15802a12863038e7.tar.gz
gentoo-64dbd2820fb5377088cf79ca15802a12863038e7.tar.bz2
gentoo-64dbd2820fb5377088cf79ca15802a12863038e7.zip
dev-haskell/foldl: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/foldl/foldl-1.0.5.ebuild')
-rw-r--r--dev-haskell/foldl/foldl-1.0.5.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/foldl/foldl-1.0.5.ebuild b/dev-haskell/foldl/foldl-1.0.5.ebuild
deleted file mode 100644
index 076a53138cc7..000000000000
--- a/dev-haskell/foldl/foldl-1.0.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Composable, streaming, and efficient left folds"
-HOMEPAGE="http://hackage.haskell.org/package/foldl"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="<dev-haskell/primitive-0.6:=[profile?]
- >=dev-haskell/text-0.11.2.0:=[profile?] <dev-haskell/text-1.2:=[profile?]
- >=dev-haskell/transformers-0.2.0.0:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
- >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.11:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8.0.2
-"