summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-03-28 19:10:05 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-03-28 19:10:05 +0000
commit27244ed3deb264464c1b564f5a24512310676ba2 (patch)
tree3f0aa6db9c00e5619f1526610e206567fc300ee4 /dev-haskell/utf8-string/utf8-string-0.3.6.ebuild
parentmake repoman happy (diff)
downloadgentoo-2-27244ed3deb264464c1b564f5a24512310676ba2.tar.gz
gentoo-2-27244ed3deb264464c1b564f5a24512310676ba2.tar.bz2
gentoo-2-27244ed3deb264464c1b564f5a24512310676ba2.zip
Version bump of dev-haskell/utf8-string.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/utf8-string/utf8-string-0.3.6.ebuild')
-rw-r--r--dev-haskell/utf8-string/utf8-string-0.3.6.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild b/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild
new file mode 100644
index 000000000000..8199d60a1396
--- /dev/null
+++ b/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild,v 1.1 2010/03/28 19:10:05 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Support for reading and writing UTF8 Strings"
+HOMEPAGE="http://github.com/glguy/utf8-string/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.6.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"