summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-04-03 22:06:09 +0000
committerMark Wright <gienah@gentoo.org>2015-04-03 22:06:09 +0000
commit65cfa64147abb1764b7bda8fb39f527c215c7235 (patch)
tree319d573f4fd371c76c6f003a351147984ba46432 /dev-haskell
parentAdd missing dependencies and clean up emul packages, bug 523150 (diff)
downloadgentoo-2-65cfa64147abb1764b7bda8fb39f527c215c7235.tar.gz
gentoo-2-65cfa64147abb1764b7bda8fb39f527c215c7235.tar.bz2
gentoo-2-65cfa64147abb1764b7bda8fb39f527c215c7235.zip
Bump word8 to 0.1.2
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/word8/ChangeLog9
-rw-r--r--dev-haskell/word8/word8-0.1.2.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-haskell/word8/ChangeLog b/dev-haskell/word8/ChangeLog
index 03dd873c326a..f506a8ce1b64 100644
--- a/dev-haskell/word8/ChangeLog
+++ b/dev-haskell/word8/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/word8
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/word8/ChangeLog,v 1.4 2014/12/14 07:10:17 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/word8/ChangeLog,v 1.5 2015/04/03 22:06:09 gienah Exp $
+
+*word8-0.1.2 (03 Apr 2015)
+
+ 03 Apr 2015; Mark Wright <gienah@gentoo.org> +word8-0.1.2.ebuild:
+ Bump word8 to 0.1.2
*word8-0.1.1 (14 Dec 2014)
diff --git a/dev-haskell/word8/word8-0.1.2.ebuild b/dev-haskell/word8/word8-0.1.2.ebuild
new file mode 100644
index 000000000000..a689e53521a6
--- /dev/null
+++ b/dev-haskell/word8/word8-0.1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/word8/word8-0.1.2.ebuild,v 1.1 2015/04/03 22:06:09 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.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-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( dev-haskell/hspec )
+"