diff options
Diffstat (limited to 'dev-haskell/concatenative/concatenative-1.0.1.ebuild')
-rw-r--r-- | dev-haskell/concatenative/concatenative-1.0.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-haskell/concatenative/concatenative-1.0.1.ebuild b/dev-haskell/concatenative/concatenative-1.0.1.ebuild deleted file mode 100644 index 61f3f5ec..00000000 --- a/dev-haskell/concatenative/concatenative-1.0.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Library for postfix control flow" -HOMEPAGE="http://hackage.haskell.org/package/union-find" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" |