Skip to content

Commit

Permalink
dev-haskell/refserialize: bump up to 0.3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Jan 9, 2013
1 parent 8235f3d commit 5b24e4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/refserialize/Manifest
@@ -1 +1 @@
DIST RefSerialize-0.3.0.1.tar.gz 11607 SHA256 aa969e94101be81482877c8d9009d3998362a82c52041b8a3a2f5ddd4cb0f972 SHA512 fbe747c937ba12f8bb961a4dc3f914e7701270db8f311df2dc2385521b9a73783d163508fc708fa259e3a23fd554d2f45abad470208253294eecf947777544a3 WHIRLPOOL 26109708aa647968a769176c146ee4aee84a083a5c4bb35e3a2f56c62bad23c527d3683b58ec44c57cb0444c0f856b98ea92562ea525d6ed64136ffc602a8d72
DIST RefSerialize-0.3.1.0.tar.gz 11646 SHA256 78d020a8691931b7e550b89887afd40cece86ff6aae750430217765488075b46 SHA512 8703dc95c53f4db435155a4cf0fa353fcc3bc69846ea7a95d77cf3b6825cf68bbaef2688acfe2610ac51049a6c84bd3ceb8b3ff81e80f21bc7a0e01f96d8042e WHIRLPOOL 412ef1a858b67c29a9affed000dcdef986c8d79a5215812ada1a4b11b633d5d736956e7ac3336fd1388934fe4ed0859db93e53b59882a59028e7c399edfb05e0
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
EAPI=5

# ebuild generated by hackport 0.2.18.9999
# ebuild generated by hackport 0.3.2.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
Expand All @@ -17,13 +17,13 @@ HOMEPAGE="http://hackage.haskell.org/package/RefSerialize"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-haskell/binary[profile?]
>=dev-lang/ghc-6.10.1"
RDEPEND="dev-haskell/binary:=[profile?]
>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2"
>=dev-haskell/cabal-0"

S="${WORKDIR}/${MY_P}"

0 comments on commit 5b24e4b

Please sign in to comment.