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
commit3ba6e95f7d361dd536c4a6485942cf7b62e437a7 (patch)
tree082dc7bc88c853988e9273910fb8b06bd1aa257f /dev-haskell
parentIgnore debugging CFLAGS. Update to PDEPEND on cabal-1.1.4. Disable ALUT bindi... (diff)
downloadhistorical-3ba6e95f7d361dd536c4a6485942cf7b62e437a7.tar.gz
historical-3ba6e95f7d361dd536c4a6485942cf7b62e437a7.tar.bz2
historical-3ba6e95f7d361dd536c4a6485942cf7b62e437a7.zip
Add fix for building uing cabal-1.1.4. Remove old revision.
Package-Manager: portage-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
}