From 61bf169b2dd40f9e2870b2e93a0d4861fbbac606 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 27 Apr 2009 14:44:06 +0000 Subject: [PATCH] remove ticket todos --- ghc.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ghc.mk b/ghc.mk index 7381a80..053432e 100644 --- a/ghc.mk +++ b/ghc.mk @@ -33,15 +33,9 @@ # # Tickets we can now close, or fix and close: # -# * 2744 check for presence of hsc2hs in ./configure # * 2966 make sure --with-gcc does the right thing (#2966) -# * 3115 make ghc.cabal read-only -# * 2107 install the docs by default # * 1693 make distclean # * 2689 make maintainer-clean -# * 2619 bootstrapping using a newer GHC shouldn't fail -# for bogus reasons (picking the wrong version of the ghc package) -# * 2770 check which version of gcc we require # * 3173 make install with DESTDIR # Possible cleanups: -- 1.7.10.4