diff options
author | 2014-07-02 15:20:00 +0000 | |
---|---|---|
committer | 2014-07-02 15:20:00 +0000 | |
commit | 1ae3cf39952324ec7c5eac8abd1515209a0a586a (patch) | |
tree | f3571d2e89caa3d7ebbf11c65a5ed5bd3d2fb06c /dev-haskell | |
parent | Add yesod-auth-hashd (diff) | |
download | gentoo-2-1ae3cf39952324ec7c5eac8abd1515209a0a586a.tar.gz gentoo-2-1ae3cf39952324ec7c5eac8abd1515209a0a586a.tar.bz2 gentoo-2-1ae3cf39952324ec7c5eac8abd1515209a0a586a.zip |
Bump hpc to 0.6.0.1
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hpc/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/hpc/hpc-0.6.0.1.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-haskell/hpc/ChangeLog b/dev-haskell/hpc/ChangeLog index 01f06a451d96..ee3905407e7d 100644 --- a/dev-haskell/hpc/ChangeLog +++ b/dev-haskell/hpc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hpc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/ChangeLog,v 1.8 2013/06/05 18:28:52 slyfox Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/ChangeLog,v 1.9 2014/07/02 15:20:00 gienah Exp $ + +*hpc-0.6.0.1 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <gienah@gentoo.org> +hpc-0.6.0.1.ebuild: + Bump hpc to 0.6.0.1 *hpc-0.6.0.0-r1 (05 Jun 2013) diff --git a/dev-haskell/hpc/hpc-0.6.0.1.ebuild b/dev-haskell/hpc/hpc-0.6.0.1.ebuild new file mode 100644 index 000000000000..a5476441a6dc --- /dev/null +++ b/dev-haskell/hpc/hpc-0.6.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 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.1.ebuild,v 1.1 2014/07/02 15:20:00 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Code Coverage Library for Haskell" +HOMEPAGE="http://hackage.haskell.org/package/hpc" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" +CABAL_CORE_LIB_GHC_PV="7.8.2" |