diff options
Diffstat (limited to 'dev-haskell/filepath/filepath-1.1.0.2.ebuild')
-rw-r--r-- | dev-haskell/filepath/filepath-1.1.0.2.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-haskell/filepath/filepath-1.1.0.2.ebuild b/dev-haskell/filepath/filepath-1.1.0.2.ebuild deleted file mode 100644 index e980a7264c19..000000000000 --- a/dev-haskell/filepath/filepath-1.1.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.5 2010/07/01 19:23:31 jer Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit haskell-cabal - -DESCRIPTION="Library for manipulating FilePaths in a cross platform way." -HOMEPAGE="http://www-users.cs.york.ac.uk/~ndm/filepath/" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.6.1" -DEPEND="${RDEPEND} - dev-haskell/cabal" - -CABAL_CORE_LIB_GHC_PV="6.10.2 6.10.3 6.10.4" |