gienah 15/04/04 09:06:20 Modified: ChangeLog Added: json-0.9.1.ebuild Log: Bump json to 0.9.1 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.15 dev-haskell/json/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/json/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/json/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/json/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/json/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 5 Mar 2015 19:44:09 -0000 1.14 +++ ChangeLog 4 Apr 2015 09:06:20 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/json # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/json/ChangeLog,v 1.14 2015/03/05 19:44:09 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/json/ChangeLog,v 1.15 2015/04/04 09:06:20 gienah Exp $ + +*json-0.9.1 (04 Apr 2015) + + 04 Apr 2015; Mark Wright <[email protected]> +json-0.9.1.ebuild: + Bump json to 0.9.1 *json-0.9 (05 Mar 2015) 1.1 dev-haskell/json/json-0.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/json/json-0.9.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/json/json-0.9.1.ebuild?rev=1.1&content-type=text/plain Index: json-0.9.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/json/json-0.9.1.ebuild,v 1.1 2015/04/04 09:06:20 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.4.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Support for serialising Haskell to and from JSON" HOMEPAGE="http://hackage.haskell.org/package/json" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux" IUSE="+generic mapdict +parsec +pretty" RDEPEND="dev-haskell/mtl:=[profile?] dev-haskell/text:=[profile?] >=dev-lang/ghc-7.4.1:= generic? ( >=dev-haskell/syb-0.3.3:=[profile?] ) parsec? ( dev-haskell/parsec:=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6 " src_configure() { haskell-cabal_src_configure \ $(cabal_flag generic generic) \ $(cabal_flag mapdict mapdict) \ $(cabal_flag parsec parsec) \ $(cabal_flag pretty pretty) }
