diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 17:58:29 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 17:58:29 +0000 |
commit | 7454a5360d074ba9a9922602507f47aaec607c26 (patch) | |
tree | 17d891c14883dedc091032a7e565c34bfc509bd1 /dev-haskell/arrows/arrows-0.2.1.ebuild | |
parent | Fixes for compatability with cabal-1.2 and ghc-6.8. (diff) | |
download | gentoo-2-7454a5360d074ba9a9922602507f47aaec607c26.tar.gz gentoo-2-7454a5360d074ba9a9922602507f47aaec607c26.tar.bz2 gentoo-2-7454a5360d074ba9a9922602507f47aaec607c26.zip |
Fixes for compatability with cabal-1.2 and ghc-6.8.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/arrows/arrows-0.2.1.ebuild')
-rw-r--r-- | dev-haskell/arrows/arrows-0.2.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-haskell/arrows/arrows-0.2.1.ebuild b/dev-haskell/arrows/arrows-0.2.1.ebuild index 0db20a9cf93d..7d17b8f105f3 100644 --- a/dev-haskell/arrows/arrows-0.2.1.ebuild +++ b/dev-haskell/arrows/arrows-0.2.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/arrows/arrows-0.2.1.ebuild,v 1.6 2007/12/12 13:09:24 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/arrows/arrows-0.2.1.ebuild,v 1.7 2007/12/13 17:58:29 dcoutts Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -20,8 +20,7 @@ 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 } |