slyfox 15/06/01 21:12:26 Modified: agda-lib-ffi-0.0.2.ebuild ChangeLog Log: Port to upcoming ghc-7.10. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.3 sci-mathematics/agda-lib-ffi/agda-lib-ffi-0.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda-lib-ffi/agda-lib-ffi-0.0.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda-lib-ffi/agda-lib-ffi-0.0.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda-lib-ffi/agda-lib-ffi-0.0.2.ebuild?r1=1.2&r2=1.3 Index: agda-lib-ffi-0.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/agda-lib-ffi/agda-lib-ffi-0.0.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- agda-lib-ffi-0.0.2.ebuild 10 Aug 2014 20:23:23 -0000 1.2 +++ agda-lib-ffi-0.0.2.ebuild 1 Jun 2015 21:12:26 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda-lib-ffi/agda-lib-ffi-0.0.2.ebuild,v 1.2 2014/08/10 20:23:23 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda-lib-ffi/agda-lib-ffi-0.0.2.ebuild,v 1.3 2015/06/01 21:12:26 slyfox Exp $ EAPI=5 @@ -30,5 +30,5 @@ src_prepare() { cabal_chdeps \ - 'base >= 3.0.3.1 && < 4.7' 'base >= 3.0.3.1 && < 4.8' + 'base >= 3.0.3.1 && < 4.7' 'base >= 3.0.3.1' } 1.3 sci-mathematics/agda-lib-ffi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda-lib-ffi/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda-lib-ffi/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda-lib-ffi/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/agda-lib-ffi/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 10 Aug 2014 20:23:23 -0000 1.2 +++ ChangeLog 1 Jun 2015 21:12:26 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/agda-lib-ffi -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda-lib-ffi/ChangeLog,v 1.2 2014/08/10 20:23:23 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda-lib-ffi/ChangeLog,v 1.3 2015/06/01 21:12:26 slyfox Exp $ + + 01 Jun 2015; Sergei Trofimovich <[email protected]> agda-lib-ffi-0.0.2.ebuild: + Port to upcoming ghc-7.10. 10 Aug 2014; Sergei Trofimovich <[email protected]> agda-lib-ffi-0.0.2.ebuild: QA: drop trailing '.' from DESCRIPTION
