[Pkg-haskell-commits] darcs: helium: -package haskell98 needed, it seems

Joachim Breitner mail at joachim-breitner.de
Thu Jun 2 17:25:54 UTC 2011


Thu Jun  2 17:16:43 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * -package haskell98 needed, it seems
  Ignore-this: 1b82cbc63c1ab2be364a2a2af29a391

    A ./patches/fixes-for-ghc
    M ./patches/series +1

Thu Jun  2 17:16:43 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * -package haskell98 needed, it seems
  Ignore-this: 1b82cbc63c1ab2be364a2a2af29a391
diff -rN -u old-helium//patches/fixes-for-ghc new-helium//patches/fixes-for-ghc
--- old-helium//patches/fixes-for-ghc	1970-01-01 00:00:00.000000000 +0000
+++ new-helium//patches/fixes-for-ghc	2011-06-02 17:25:54.236776233 +0000
@@ -0,0 +1,13 @@
+Index: helium-1.7~pre20090428/lvm/src/lib/makefile
+===================================================================
+--- helium-1.7~pre20090428.orig/lvm/src/lib/makefile	2011-06-02 18:38:38.000000000 +0200
++++ helium-1.7~pre20090428/lvm/src/lib/makefile	2011-06-02 18:38:45.000000000 +0200
+@@ -54,7 +54,7 @@
+ 
+ # The main target
+ $(MAIN)$(EXE): $(OBJS)
+-	  $(HC)	-package parsec -o $@ $(HC_OPTS) $(OBJS)
++	  $(HC)	-package parsec -package haskell98 -o $@ $(HC_OPTS) $(OBJS)
+ #	  $(STRIP) $@
+ 
+ common/ghc/Special.hi: common/ghc/Special.hs
diff -rN -u old-helium//patches/series new-helium//patches/series
--- old-helium//patches/series	2011-06-02 17:25:54.204773699 +0000
+++ new-helium//patches/series	2011-06-02 17:25:54.379781974 +0000
@@ -4,3 +4,4 @@
 05_fixes-for-64bit
 06_no-strip
 10_autoconf
+fixes-for-ghc





More information about the Pkg-haskell-commits mailing list