diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-14 01:34:59 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-14 01:34:59 +0000 |
commit | 2a1adc0d254797153826fda4a82f258d5ceebcd0 (patch) | |
tree | 5438574d459d9f215138d3386084071a73f0d120 /dev-haskell/glut | |
parent | This version of lhs2tex needs cabal-1.1.6.x, does not work with cabal-1.2 or ... (diff) | |
download | historical-2a1adc0d254797153826fda4a82f258d5ceebcd0.tar.gz historical-2a1adc0d254797153826fda4a82f258d5ceebcd0.tar.bz2 historical-2a1adc0d254797153826fda4a82f258d5ceebcd0.zip |
Updates for upward compatability with cabal-1.2 and ghc-6.8
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-haskell/glut')
-rw-r--r-- | dev-haskell/glut/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/glut/glut-2.1.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/glut/ChangeLog b/dev-haskell/glut/ChangeLog index a5f8f1e81119..14cb3e6b6add 100644 --- a/dev-haskell/glut/ChangeLog +++ b/dev-haskell/glut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/glut # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.4 2007/12/12 13:46:21 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.5 2007/12/14 01:34:59 dcoutts Exp $ + + 14 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> glut-2.1.1.ebuild: + Updates for upward compatability with cabal-1.2 and ghc-6.8 12 Dec 2007; Ferris McCormick <fmccor@gentoo.org> glut-2.1.1.ebuild: Add ~sparc keyword (completeness with bug #201984) diff --git a/dev-haskell/glut/glut-2.1.1.ebuild b/dev-haskell/glut/glut-2.1.1.ebuild index 858f2265810f..29ccd3ce25f4 100644 --- a/dev-haskell/glut/glut-2.1.1.ebuild +++ b/dev-haskell/glut/glut-2.1.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-haskell/glut/glut-2.1.1.ebuild,v 1.4 2007/12/12 13:46:21 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.ebuild,v 1.5 2007/12/14 01:34:59 dcoutts Exp $ CABAL_FEATURES="haddock lib profile" inherit haskell-cabal @@ -26,8 +26,8 @@ DEPEND=">=dev-lang/ghc-6.6 S="${WORKDIR}/ghc-${GHC_PV}/libraries/${MY_PN}" -# Sadly Setup.hs in the ghc-6.6.1 extralibs was not tested with Cabal-1.1.6.x src_unpack() { unpack "${A}" - sed -i -e "/type Hook/ s/UserHooks/Maybe UserHooks/" "${S}/Setup.hs" + + cabal-mksetup } |