summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-07-08 18:12:01 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-07-08 18:12:01 +0000
commit128ab7b7ccb3703a4c1e3cdcd3c5a77b3112da72 (patch)
tree304f1f04f04d08d1e42789a2ab9764dcee24bb65 /dev-haskell/filepath/filepath-1.0.ebuild
parentalpha stable wrt #174950 (diff)
downloadgentoo-2-128ab7b7ccb3703a4c1e3cdcd3c5a77b3112da72.tar.gz
gentoo-2-128ab7b7ccb3703a4c1e3cdcd3c5a77b3112da72.tar.bz2
gentoo-2-128ab7b7ccb3703a4c1e3cdcd3c5a77b3112da72.zip
Initial version.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-haskell/filepath/filepath-1.0.ebuild')
-rw-r--r--dev-haskell/filepath/filepath-1.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild
new file mode 100644
index 000000000000..18c3d1361951
--- /dev/null
+++ b/dev-haskell/filepath/filepath-1.0.ebuild
@@ -0,0 +1,18 @@
+# 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.0.ebuild,v 1.1 2007/07/08 18:12:01 dcoutts Exp $
+
+CABAL_FEATURES="haddock lib"
+inherit haskell-cabal
+
+DESCRIPTION="Utilities for filepath handling."
+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"
+
+#if possible try testing with "~ppc" and "~sparc"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=virtual/ghc-6.4"