summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-10-20 02:21:30 +0000
committerMark Wright <gienah@gentoo.org>2013-10-20 02:21:30 +0000
commitce908820d6383c14859fe59e9261d31bdad1caea (patch)
tree549648431096910276569f03a43a678f90ea8d67 /dev-haskell
parentPatch httpd-shed to fix Ambiguous occurrence 'sClose' with recent network ver... (diff)
downloadgentoo-2-ce908820d6383c14859fe59e9261d31bdad1caea.tar.gz
gentoo-2-ce908820d6383c14859fe59e9261d31bdad1caea.tar.bz2
gentoo-2-ce908820d6383c14859fe59e9261d31bdad1caea.zip
Bump word8 to 0.0.4
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/word8/ChangeLog7
-rw-r--r--dev-haskell/word8/word8-0.0.4.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/word8/ChangeLog b/dev-haskell/word8/ChangeLog
index 10231db61204..abce0cff98c0 100644
--- a/dev-haskell/word8/ChangeLog
+++ b/dev-haskell/word8/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/word8
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/word8/ChangeLog,v 1.1 2013/08/26 11:48:10 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/word8/ChangeLog,v 1.2 2013/10/20 02:21:30 gienah Exp $
+
+*word8-0.0.4 (20 Oct 2013)
+
+ 20 Oct 2013; Mark Wright <gienah@gentoo.org> +word8-0.0.4.ebuild:
+ Bump word8 to 0.0.4
*word8-0.0.3 (26 Aug 2013)
diff --git a/dev-haskell/word8/word8-0.0.4.ebuild b/dev-haskell/word8/word8-0.0.4.ebuild
new file mode 100644
index 000000000000..ed2296c599c2
--- /dev/null
+++ b/dev-haskell/word8/word8-0.0.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/word8/word8-0.0.4.ebuild,v 1.1 2013/10/20 02:21:30 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Word8 library"
+HOMEPAGE="http://hackage.haskell.org/package/word8"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( dev-haskell/hspec )
+"