summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-05-03 23:08:47 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-05-03 23:08:47 +0000
commita18459b465011640afcccf3ab9929c3807652db6 (patch)
tree8f30d2da4e85d1e8f1eb351675d9d50554d1dccf /dev-haskell
parentIgnore debugging CFLAGS. Update to PDEPEND on cabal-1.1.4. Disable ALUT bindi... (diff)
downloadgentoo-2-a18459b465011640afcccf3ab9929c3807652db6.tar.gz
gentoo-2-a18459b465011640afcccf3ab9929c3807652db6.tar.bz2
gentoo-2-a18459b465011640afcccf3ab9929c3807652db6.zip
Add fix for building uing cabal-1.1.4. Remove old revision.
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/haxml/ChangeLog6
-rw-r--r--dev-haskell/haxml/haxml-1.13-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/haxml/ChangeLog b/dev-haskell/haxml/ChangeLog
index 489592111c88..26b2d6f7a465 100644
--- a/dev-haskell/haxml/ChangeLog
+++ b/dev-haskell/haxml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/haxml
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.11 2006/03/27 15:32:07 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.12 2006/05/03 23:08:47 dcoutts Exp $
+
+ 03 May 2006; Duncan Coutts <dcoutts@gentoo.org> -haxml-1.13.ebuild,
+ haxml-1.13-r1.ebuild:
+ Add fix for building uing cabal-1.1.4. Remove old revision.
27 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> haxml-1.13-r1.ebuild:
Marked ~ia64
diff --git a/dev-haskell/haxml/haxml-1.13-r1.ebuild b/dev-haskell/haxml/haxml-1.13-r1.ebuild
index ce75048c7a51..ad2bf0347d5b 100644
--- a/dev-haskell/haxml/haxml-1.13-r1.ebuild
+++ b/dev-haskell/haxml/haxml-1.13-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v 1.3 2006/03/27 15:32:07 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v 1.4 2006/05/03 23:08:47 dcoutts Exp $
CABAL_FEATURES="lib bin haddock"
inherit base haskell-cabal
@@ -36,7 +36,7 @@ src_unpack() {
echo >> "${S}/HaXml.cabal"
echo "executable: ${binary}" >> "${S}/HaXml.cabal"
echo "main-is: ${binary}.hs" >> "${S}/HaXml.cabal"
- echo "hs-source-dirs: src/tools" >> "${S}/HaXml.cabal"
+ echo "hs-source-dirs: src/tools src">> "${S}/HaXml.cabal"
echo "extensions: CPP" >> "${S}/HaXml.cabal"
done
}