diff options
author | 2007-07-08 16:21:46 +0000 | |
---|---|---|
committer | 2007-07-08 16:21:46 +0000 | |
commit | 89ba7ac0508dc58737416353146013d862911156 (patch) | |
tree | d8bf8e26a868d18efc2f1f34ce63be7fed235ab6 /dev-lang | |
parent | version bump (diff) | |
download | gentoo-2-89ba7ac0508dc58737416353146013d862911156.tar.gz gentoo-2-89ba7ac0508dc58737416353146013d862911156.tar.bz2 gentoo-2-89ba7ac0508dc58737416353146013d862911156.zip |
Bump dep on cabal and no longer hide ghc's built-in cabal.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.6.1.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 3abdd20b0915..667efd79fa5d 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.123 2007/07/06 16:25:01 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.124 2007/07/08 16:21:46 dcoutts Exp $ + + 08 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> ghc-6.6.1.ebuild: + Bump dep on cabal and no longer hide ghc's built-in cabal. *ghc-6.6.1 (06 Jul 2007) diff --git a/dev-lang/ghc/ghc-6.6.1.ebuild b/dev-lang/ghc/ghc-6.6.1.ebuild index 986da4e4cefe..546bccae2d63 100644 --- a/dev-lang/ghc/ghc-6.6.1.ebuild +++ b/dev-lang/ghc/ghc-6.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.1 2007/07/06 16:25:01 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.2 2007/07/08 16:21:46 dcoutts Exp $ # Brief explanation of the bootstrap logic: # @@ -72,7 +72,7 @@ DEPEND="${RDEPEND} >=dev-libs/libxslt-1.1.2 >=dev-haskell/haddock-0.8 ) )" -PDEPEND=">=dev-haskell/cabal-1.1.6.1" +PDEPEND=">=dev-haskell/cabal-1.1.6.2" append-ghc-cflags() { local flag compile assemble link @@ -333,9 +333,6 @@ src_install () { } pkg_postinst () { - ebegin "Hiding ghc's built-in cabal " - $(ghc-getghcpkg) hide Cabal > /dev/null - eend $? ghc-reregister elog "If you have dev-lang/ghc-bin installed, you might" elog "want to unmerge it. It is no longer needed." |