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
commit936e83eaa69001131280e4a645aae62025ec67c4 (patch)
tree5f434557f07f25b6dffe6ebca61989089d0fec08 /dev-haskell/filepath/filepath-1.1.0.2.ebuild
parentRemove "real" use flag mask, as its already in base (diff)
downloadgentoo-2-936e83eaa69001131280e4a645aae62025ec67c4.tar.gz
gentoo-2-936e83eaa69001131280e4a645aae62025ec67c4.tar.bz2
gentoo-2-936e83eaa69001131280e4a645aae62025ec67c4.zip
Version bump dev-haskell/filepath
(Portage version: 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"