summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-08-01 15:32:54 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-08-01 15:32:54 +0000
commite387603f3322d146f9431fbbc135a2daadb39e6a (patch)
tree9b5490854825d229d9e9b16b762b054f149920d0 /dev-haskell/filepath/filepath-1.1.0.2.ebuild
parentRemove "real" use flag mask, as it's in base (diff)
downloadhistorical-e387603f3322d146f9431fbbc135a2daadb39e6a.tar.gz
historical-e387603f3322d146f9431fbbc135a2daadb39e6a.tar.bz2
historical-e387603f3322d146f9431fbbc135a2daadb39e6a.zip
Version bump dev-haskell/filepath
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/filepath/filepath-1.1.0.2.ebuild')
-rw-r--r--dev-haskell/filepath/filepath-1.1.0.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-haskell/filepath/filepath-1.1.0.2.ebuild b/dev-haskell/filepath/filepath-1.1.0.2.ebuild
new file mode 100644
index 000000000000..f3f7813bb408
--- /dev/null
+++ b/dev-haskell/filepath/filepath-1.1.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 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.1 2009/08/01 15:32:54 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Library for manipulating FilePath's 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 ~hppa ~ia64 ~ppc ~sparc ~x86"
+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"