summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2005-10-24 15:03:06 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2005-10-24 15:03:06 +0000
commitf1395244cd90897e52aff2ed66cb43bd18084c96 (patch)
tree38a8fe48e290f6ffd2ec3f093dc31a4ed812f69d /dev-haskell/harp/harp-0.2.ebuild
parentmerge with upstream (diff)
downloadhistorical-f1395244cd90897e52aff2ed66cb43bd18084c96.tar.gz
historical-f1395244cd90897e52aff2ed66cb43bd18084c96.tar.bz2
historical-f1395244cd90897e52aff2ed66cb43bd18084c96.zip
Added new package Harp
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-haskell/harp/harp-0.2.ebuild')
-rw-r--r--dev-haskell/harp/harp-0.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-haskell/harp/harp-0.2.ebuild b/dev-haskell/harp/harp-0.2.ebuild
new file mode 100644
index 000000000000..8230c1b1193a
--- /dev/null
+++ b/dev-haskell/harp/harp-0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/harp-0.2.ebuild,v 1.1 2005/10/24 15:03:06 araujo Exp $
+
+CABAL_FEATURES="haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Functions that simulate the behavior of regular patterns using a Match monad for parsing lists"
+HOMEPAGE="http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/"
+SRC_URI="http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/haskell-src-exts-${PV}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/ghc"
+
+S=${WORKDIR}/haskell-src-exts/src/harp
+