diff options
Diffstat (limited to 'dev-haskell/tar/tar-0.3.1.0.ebuild')
-rw-r--r-- | dev-haskell/tar/tar-0.3.1.0.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-haskell/tar/tar-0.3.1.0.ebuild b/dev-haskell/tar/tar-0.3.1.0.ebuild index 3fc3de93bfa0..475b0be33463 100644 --- a/dev-haskell/tar/tar-0.3.1.0.ebuild +++ b/dev-haskell/tar/tar-0.3.1.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/tar-0.3.1.0.ebuild,v 1.3 2011/11/29 10:08:52 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/tar-0.3.1.0.ebuild,v 1.4 2012/01/23 07:53:02 gienah Exp $ # ebuild generated by hackport 0.2.13 EAPI="3" -CABAL_FEATURES="lib profile haddock hscolour" -inherit haskell-cabal +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit base haskell-cabal DESCRIPTION="Reading, writing and manipulating .tar archive files." HOMEPAGE="http://hackage.haskell.org/package/tar" @@ -21,3 +21,5 @@ IUSE="" RDEPEND=">=dev-lang/ghc-6.10.1" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.2" + +PATCHES=("${FILESDIR}/${PN}-0.3.1.0-ghc-7.4.patch") |