summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2008-05-04 08:30:52 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2008-05-04 08:30:52 +0000
commit8a1738b2107b939ac9bdbb51c6ff70f7a133156b (patch)
treeef8180b118766bbb83cd32d1941cddfd0083a9ac /dev-haskell
parentfilter jikes (diff)
downloadgentoo-2-8a1738b2107b939ac9bdbb51c6ff70f7a133156b.tar.gz
gentoo-2-8a1738b2107b939ac9bdbb51c6ff70f7a133156b.tar.bz2
gentoo-2-8a1738b2107b939ac9bdbb51c6ff70f7a133156b.zip
Version bump dev-haskell/binary to 0.4.2.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/binary/ChangeLog9
-rw-r--r--dev-haskell/binary/binary-0.4.2.ebuild18
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-haskell/binary/ChangeLog b/dev-haskell/binary/ChangeLog
index 42ce2352da31..8a17bb4ba5f2 100644
--- a/dev-haskell/binary/ChangeLog
+++ b/dev-haskell/binary/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/binary
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.1 2007/12/15 18:37:00 dcoutts Exp $
+# 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 $
+
+*binary-0.4.2 (04 May 2008)
+
+ 04 May 2008; Lennart Kolmodin <kolmodin@gentoo.org> +binary-0.4.2.ebuild:
+ Version bump.
*binary-0.4.1 (15 Dec 2007)
diff --git a/dev-haskell/binary/binary-0.4.2.ebuild b/dev-haskell/binary/binary-0.4.2.ebuild
new file mode 100644
index 000000000000..84674a40c320
--- /dev/null
+++ b/dev-haskell/binary/binary-0.4.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.4.2.ebuild,v 1.1 2008/05/04 08:30:52 kolmodin Exp $
+
+CABAL_FEATURES="lib haddock profile"
+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=""
+
+DEPEND=">=dev-lang/ghc-6.4
+ >=dev-haskell/cabal-1.2"