gienah      14/12/14 05:28:39

  Modified:             ChangeLog
  Added:                parsec-3.1.7.ebuild
  Log:
  Bump parsec to 3.1.7
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.36                 dev-haskell/parsec/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/parsec/ChangeLog?rev=1.36&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/parsec/ChangeLog?rev=1.36&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/parsec/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   5 Mar 2014 10:40:39 -0000       1.35
+++ ChangeLog   14 Dec 2014 05:28:39 -0000      1.36
@@ -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.35 
2014/03/05 10:40:39 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.36 
2014/12/14 05:28:39 gienah Exp $
+
+*parsec-3.1.7 (14 Dec 2014)
+
+  14 Dec 2014; Mark Wright <[email protected]> +parsec-3.1.7.ebuild:
+  Bump parsec to 3.1.7
 
 *parsec-3.1.5 (05 Mar 2014)
 



1.1                  dev-haskell/parsec/parsec-3.1.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/parsec/parsec-3.1.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/parsec/parsec-3.1.7.ebuild?rev=1.1&content-type=text/plain

Index: parsec-3.1.7.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.7.ebuild,v 1.1 
2014/12/14 05:28:39 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="http://www.cs.uu.nl/~daan/parsec.html";
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 )
"




Reply via email to