[Pkg-haskell-commits] darcs: helium: Disabling logger seems to be not supported any more
Joachim Breitner
mail at joachim-breitner.de
Thu Jun 2 17:25:56 UTC 2011
Thu Jun 2 17:19:45 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Disabling logger seems to be not supported any more
Ignore-this: b15a7f6cbf402882775e12785450dbd1
M ./rules -2 +2
Thu Jun 2 17:19:45 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Disabling logger seems to be not supported any more
Ignore-this: b15a7f6cbf402882775e12785450dbd1
diff -rN -u old-helium//rules new-helium//rules
--- old-helium//rules 2011-06-02 17:25:56.401274889 +0000
+++ new-helium//rules 2011-06-02 17:25:56.477274880 +0000
@@ -39,7 +39,7 @@
cd helium && ./configure --prefix=/usr \
--bindir=/usr/lib/helium/bin \
--with-ag=/usr/bin/uuagc --with-ghc=/usr/bin/ghc \
- --disable-logger $(CONFIGURE_FLAGS)
+ $(CONFIGURE_FLAGS)
touch configure-stamp
@@ -62,7 +62,7 @@
rm -f helium/config.cache helium/config.log \
helium/config.status helium/lib/Makefile \
helium/lib/simple/Makefile helium/src/Makefile \
- helium/src/Makefile.bak helium/src/utils/Logger.hs \
+ helium/src/Makefile.bak \
helium/src/utils/OSSpecific.hs lvm/src/config/makefile \
lvm/src/config/m.h lvm/src/config/s.h
rm -f helium/src/codegeneration/CodeGeneration.hs
More information about the Pkg-haskell-commits
mailing list