summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/fgl')
-rw-r--r--dev-haskell/fgl/ChangeLog5
-rw-r--r--dev-haskell/fgl/fgl-5.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/fgl/ChangeLog b/dev-haskell/fgl/ChangeLog
index 1b3f6d5380fc..e3f78052702c 100644
--- a/dev-haskell/fgl/ChangeLog
+++ b/dev-haskell/fgl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/fgl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.16 2007/04/30 20:21:34 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.17 2007/07/08 15:35:40 dcoutts Exp $
+
+ 08 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> fgl-5.3.ebuild:
+ Use dev-lang/ghc rather than virtual/ghc.
30 Apr 2007; Marius Mauch <genone@gentoo.org> fgl-5.2.ebuild:
Replacing einfo with elog
diff --git a/dev-haskell/fgl/fgl-5.3.ebuild b/dev-haskell/fgl/fgl-5.3.ebuild
index 3160f1f277cc..58c9c901a495 100644
--- a/dev-haskell/fgl/fgl-5.3.ebuild
+++ b/dev-haskell/fgl/fgl-5.3.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-haskell/fgl/fgl-5.3.ebuild,v 1.3 2007/04/06 16:55:19 cparrott Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.3.ebuild,v 1.4 2007/07/08 15:35:40 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
-DEPEND=">=virtual/ghc-6.6
+DEPEND=">=dev-lang/ghc-6.6
dev-haskell/mtl"
S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}"