summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/utf8-string')
-rw-r--r--dev-haskell/utf8-string/ChangeLog8
-rw-r--r--dev-haskell/utf8-string/utf8-string-0.3.7.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-haskell/utf8-string/ChangeLog b/dev-haskell/utf8-string/ChangeLog
index fb195a41aeb1..dc4515453cb0 100644
--- a/dev-haskell/utf8-string/ChangeLog
+++ b/dev-haskell/utf8-string/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/utf8-string
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.11 2011/04/10 18:59:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.12 2011/12/04 17:32:07 slyfox Exp $
+
+*utf8-string-0.3.7 (04 Dec 2011)
+
+ 04 Dec 2011; Sergei Trofimovich <slyfox@gentoo.org>
+ +utf8-string-0.3.7.ebuild:
+ Version bump.
10 Apr 2011; Fabian Groffen <grobian@gentoo.org> utf8-string-0.3.6.ebuild:
Marked ~x86-macos
diff --git a/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild b/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild
new file mode 100644
index 000000000000..fb6f310a45a9
--- /dev/null
+++ b/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 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.7.ebuild,v 1.1 2011/12/04 17:32:07 slyfox Exp $
+
+CABAL_FEATURES="lib profile haddock hscolour hoogle"
+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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6.1
+ >=dev-haskell/cabal-1.2"