summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 17:16:02 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 17:16:02 +0000
commita22ddec7cb08a32f9df458ca012458dc75a7ccdb (patch)
tree6253248177966f9bb653e360a58503dab52b16f7 /dev-haskell/filepath/filepath-1.1.0.0.ebuild
parentdel mt-daapd mask (diff)
downloadgentoo-2-a22ddec7cb08a32f9df458ca012458dc75a7ccdb.tar.gz
gentoo-2-a22ddec7cb08a32f9df458ca012458dc75a7ccdb.tar.bz2
gentoo-2-a22ddec7cb08a32f9df458ca012458dc75a7ccdb.zip
New version.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/filepath/filepath-1.1.0.0.ebuild')
-rw-r--r--dev-haskell/filepath/filepath-1.1.0.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-haskell/filepath/filepath-1.1.0.0.ebuild b/dev-haskell/filepath/filepath-1.1.0.0.ebuild
new file mode 100644
index 000000000000..214d586a7ae0
--- /dev/null
+++ b/dev-haskell/filepath/filepath-1.1.0.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 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.0.ebuild,v 1.1 2007/12/13 17:16:01 dcoutts Exp $
+
+CABAL_FEATURES="haddock lib profile"
+inherit haskell-cabal
+
+DESCRIPTION="Library for manipulating FilePath's in a cross platform way."
+HOMEPAGE="http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.4"
+
+CABAL_CORE_LIB_GHC_PV="6.8.1 6.8.2"