summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-04-17 20:06:08 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-04-17 20:06:08 +0000
commit539685cdd826d3e11b828c9191bf668e90d42681 (patch)
tree9fec4c988d8b1a27cfad976f4155852707acaa88 /dev-haskell
parentFix HOMEPAGE. (diff)
downloadgentoo-2-539685cdd826d3e11b828c9191bf668e90d42681.tar.gz
gentoo-2-539685cdd826d3e11b828c9191bf668e90d42681.tar.bz2
gentoo-2-539685cdd826d3e11b828c9191bf668e90d42681.zip
Fix build breakage on ghc-7.4 (bug #412291 by Robin Johnson)
(Portage version: 2.2.0_alpha100_p7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hxt/ChangeLog7
-rw-r--r--dev-haskell/hxt/hxt-9.1.5.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/hxt/ChangeLog b/dev-haskell/hxt/ChangeLog
index 179d2b0f5492..10243a036e49 100644
--- a/dev-haskell/hxt/ChangeLog
+++ b/dev-haskell/hxt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hxt
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.13 2011/12/04 16:59:13 slyfox Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.14 2012/04/17 20:06:08 slyfox Exp $
+
+ 17 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> hxt-9.1.5.ebuild:
+ Fix build breakage on ghc-7.4 (bug #412291 by Robin Johnson)
*hxt-9.1.5 (04 Dec 2011)
diff --git a/dev-haskell/hxt/hxt-9.1.5.ebuild b/dev-haskell/hxt/hxt-9.1.5.ebuild
index 4671b0cdcc76..97f1001d9a00 100644
--- a/dev-haskell/hxt/hxt-9.1.5.ebuild
+++ b/dev-haskell/hxt/hxt-9.1.5.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/hxt/hxt-9.1.5.ebuild,v 1.1 2011/12/04 16:59:13 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/hxt-9.1.5.ebuild,v 1.2 2012/04/17 20:06:08 slyfox Exp $
# ebuild generated by hackport 0.2.13
EAPI="3"
CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
+inherit base haskell-cabal
DESCRIPTION="A collection of tools for processing XML with Haskell."
HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html"