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/cgi | |
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/cgi')
-rw-r--r-- | dev-haskell/cgi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/cgi/cgi-3001.1.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/cgi/ChangeLog b/dev-haskell/cgi/ChangeLog index 273f5674a2a7..2d2077374bef 100644 --- a/dev-haskell/cgi/ChangeLog +++ b/dev-haskell/cgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cgi # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.8 2007/12/12 13:20:47 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.9 2007/12/14 01:33:09 dcoutts Exp $ + + 14 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> cgi-3001.1.1.ebuild: + Updates for upward compatability with cabal-1.2 and ghc-6.8 12 Dec 2007; Ferris McCormick <fmccor@gentoo.org> cgi-3001.1.1.ebuild: Sparc stable --- part of Bug #201984. diff --git a/dev-haskell/cgi/cgi-3001.1.1.ebuild b/dev-haskell/cgi/cgi-3001.1.1.ebuild index 0eaff10308f4..7105db25ff46 100644 --- a/dev-haskell/cgi/cgi-3001.1.1.ebuild +++ b/dev-haskell/cgi/cgi-3001.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/cgi/cgi-3001.1.1.ebuild,v 1.4 2007/12/12 13:20:47 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.1.ebuild,v 1.5 2007/12/14 01:33:09 dcoutts Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -23,8 +23,8 @@ DEPEND=">=dev-lang/ghc-6.6 S="${WORKDIR}/ghc-${GHC_PV}/libraries/${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 } |