From 8d7d0ff6ee2af8ce687d457c4d86438be86ef4d0 Mon Sep 17 00:00:00 2001 From: ijones <ijones@syntaxpolice.org> Date: Sat, 16 Jul 2005 23:19:33 +0000 Subject: [PATCH] slight makefile tweaks --- GNUmakefile | 1 + TODO | 3 +++ 2 files changed, 4 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 7a52296519..a54cdc7ce6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -72,6 +72,7 @@ clean-cabal: -rm -f Distribution/*.o Distribution/*.hi -rm -f Distribution/Simple/*.o Distribution/Simple/*.hi -rm -f Compat/*.o Compat/*.hi + -rm -f darcs* out.build *~ semantic.cache* x*.html -rm -f library-infrastructure--darcs.tar.gz -rm -rf setup *.o *.hi moduleTest dist installed-pkg-config -rm -f build-stamp diff --git a/TODO b/TODO index 9cf18045b3..ca3ad92fad 100644 --- a/TODO +++ b/TODO @@ -24,6 +24,9 @@ helpful. I hope this can sneak into the Cabal release, but don't worry if not. +* add a haskell-version field? +* ignore unknown fields? (--force?) + -= 1.0 =- * Install libraries in $libdir/ghc-$ghc_version/ rather than $libdir. -- GitLab