summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-12-15 22:04:27 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-12-15 22:04:27 +0000
commit4de5aab609e974ba97e5f5f6d152bbecc70418b8 (patch)
tree473d5aba57b80f42360d0d2d03431f32a573748d /dev-haskell
parentFix mixup of DEPEND / RDEPEND in x11-misc/xmobar-0.9.2. (diff)
downloadgentoo-2-4de5aab609e974ba97e5f5f6d152bbecc70418b8.tar.gz
gentoo-2-4de5aab609e974ba97e5f5f6d152bbecc70418b8.tar.bz2
gentoo-2-4de5aab609e974ba97e5f5f6d152bbecc70418b8.zip
Version bump dev-haskell/binary.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/binary/ChangeLog9
-rw-r--r--dev-haskell/binary/binary-0.5.0.2.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-haskell/binary/ChangeLog b/dev-haskell/binary/ChangeLog
index 8a17bb4ba5f2..9edef44621db 100644
--- a/dev-haskell/binary/ChangeLog
+++ b/dev-haskell/binary/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/binary
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.2 2008/05/04 08:30:52 kolmodin Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.3 2009/12/15 22:04:27 kolmodin Exp $
+
+*binary-0.5.0.2 (15 Dec 2009)
+
+ 15 Dec 2009; <kolmodin@gentoo.org> +binary-0.5.0.2.ebuild:
+ Version bump.
*binary-0.4.2 (04 May 2008)
diff --git a/dev-haskell/binary/binary-0.5.0.2.ebuild b/dev-haskell/binary/binary-0.5.0.2.ebuild
new file mode 100644
index 000000000000..0dce69e2ae01
--- /dev/null
+++ b/dev-haskell/binary/binary-0.5.0.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.0.2.ebuild,v 1.1 2009/12/15 22:04:27 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Binary serialisation for Haskell values using lazy ByteStrings"
+HOMEPAGE="http://code.haskell.org/binary/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.6.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"