diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-02-19 21:47:57 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-02-19 21:47:57 +0000 |
commit | 73c7a0063068416c163030843a9193219e01e1f8 (patch) | |
tree | 04fa3f0ba46997a222b1f1ca20c36b0f59c9dfd0 /dev-haskell/hpc | |
parent | Stable for arm, wrt bug #458122 (diff) | |
download | gentoo-2-73c7a0063068416c163030843a9193219e01e1f8.tar.gz gentoo-2-73c7a0063068416c163030843a9193219e01e1f8.tar.bz2 gentoo-2-73c7a0063068416c163030843a9193219e01e1f8.zip |
Added as a core lib of ghc-7.6.2 (bug #457506 by Jason Mours).
(Portage version: 2.2.0_alpha163_p4/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/hpc')
-rw-r--r-- | dev-haskell/hpc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/hpc/hpc-0.6.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/hpc/ChangeLog b/dev-haskell/hpc/ChangeLog index 3e7c66847c3a..00cb558465c0 100644 --- a/dev-haskell/hpc/ChangeLog +++ b/dev-haskell/hpc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hpc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/ChangeLog,v 1.6 2012/12/27 21:05:13 slyfox Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/ChangeLog,v 1.7 2013/02/19 21:47:57 slyfox Exp $ + + 19 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org> hpc-0.6.0.0.ebuild: + Added as a core lib of ghc-7.6.2 (bug #457506 by Jason Mours). *hpc-0.6.0.0 (27 Dec 2012) diff --git a/dev-haskell/hpc/hpc-0.6.0.0.ebuild b/dev-haskell/hpc/hpc-0.6.0.0.ebuild index cc76c656c94a..6a0388af482b 100644 --- a/dev-haskell/hpc/hpc-0.6.0.0.ebuild +++ b/dev-haskell/hpc/hpc-0.6.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/hpc-0.6.0.0.ebuild,v 1.1 2012/12/27 21:05:13 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/hpc-0.6.0.0.ebuild,v 1.2 2013/02/19 21:47:57 slyfox Exp $ EAPI=4 @@ -22,4 +22,4 @@ RDEPEND=">=dev-lang/ghc-6.10.1" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6" -CABAL_CORE_LIB_GHC_PV="7.6.1" +CABAL_CORE_LIB_GHC_PV="7.6.1 7.6.2" |