gienah 15/04/03 10:33:58 Modified: ChangeLog Added: parsec-3.1.9.ebuild Log: Bump parsec to 3.1.9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.37 dev-haskell/parsec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/parsec/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/parsec/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/parsec/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 14 Dec 2014 05:28:39 -0000 1.36 +++ ChangeLog 3 Apr 2015 10:33:58 -0000 1.37 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/parsec -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.36 2014/12/14 05:28:39 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.37 2015/04/03 10:33:58 gienah Exp $ + +*parsec-3.1.9 (03 Apr 2015) + + 03 Apr 2015; Mark Wright <[email protected]> +parsec-3.1.9.ebuild: + Bump parsec to 3.1.9 *parsec-3.1.7 (14 Dec 2014) 1.1 dev-haskell/parsec/parsec-3.1.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/parsec/parsec-3.1.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/parsec/parsec-3.1.9.ebuild?rev=1.1&content-type=text/plain Index: parsec-3.1.9.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.9.ebuild,v 1.1 2015/04/03 10:33:58 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="Monadic parser combinators" HOMEPAGE="https://github.com/aslatter/parsec" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="dev-haskell/mtl:=[profile?] >=dev-haskell/text-0.2:=[profile?] <dev-haskell/text-1.3:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 >=dev-haskell/test-framework-0.6 <dev-haskell/test-framework-0.9 >=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4 ) "
