diff options
author | 2007-12-20 02:40:04 +0000 | |
---|---|---|
committer | 2007-12-20 02:40:04 +0000 | |
commit | 450db00c0a853b7410cd891182b02a7bed9abc75 (patch) | |
tree | 255468c18d681388ea16d79b7763bc09da751be9 /dev-haskell/regex-posix/regex-posix-0.72.0.2.ebuild | |
parent | New version. Released with ghc-6.8 but works with ghc-6.6. (diff) | |
download | gentoo-2-450db00c0a853b7410cd891182b02a7bed9abc75.tar.gz gentoo-2-450db00c0a853b7410cd891182b02a7bed9abc75.tar.bz2 gentoo-2-450db00c0a853b7410cd891182b02a7bed9abc75.zip |
New version. Released with ghc-6.8 but works with ghc-6.6.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/regex-posix/regex-posix-0.72.0.2.ebuild')
-rw-r--r-- | dev-haskell/regex-posix/regex-posix-0.72.0.2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-haskell/regex-posix/regex-posix-0.72.0.2.ebuild b/dev-haskell/regex-posix/regex-posix-0.72.0.2.ebuild new file mode 100644 index 000000000000..2e6d0c00b3c6 --- /dev/null +++ b/dev-haskell/regex-posix/regex-posix-0.72.0.2.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/regex-posix/regex-posix-0.72.0.2.ebuild,v 1.1 2007/12/20 02:40:03 dcoutts Exp $ + +CABAL_FEATURES="lib profile haddock" +CABAL_MIN_VERSION=1.2 +inherit haskell-cabal + +DESCRIPTION="Replaces/Enhances Text.Regex" +HOMEPAGE="http://sourceforge.net/projects/lazy-regex" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/ghc-6.6 + =dev-haskell/regex-base-0.7*" |