From a29500facd05fa277afd96a53558bc55cf10e3ae Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 21 Sep 2011 09:51:25 +0100 Subject: add a ToDo --- utils/ghc-pkg/ghc.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils') diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk index 13d0b8a39b..45b91d6e39 100644 --- a/utils/ghc-pkg/ghc.mk +++ b/utils/ghc-pkg/ghc.mk @@ -48,6 +48,9 @@ endif # (ghc-cabal is an order-only dependency, we don't need to rebuild ghc-pkg # if ghc-cabal is newer). # The binary package is not warning-clean, so we need a few -fno-warns here. +# +# ToDo: we might want to do this using ghc-cabal instead. +# utils/ghc-pkg/dist/build/$(utils/ghc-pkg_dist_PROG)$(exeext): utils/ghc-pkg/Main.hs utils/ghc-pkg/Version.hs | bootstrapping/. $$(dir $$@)/. $(GHC_CABAL_INPLACE) "$(GHC)" $(SRC_HC_OPTS) --make utils/ghc-pkg/Main.hs -o $@ \ -no-user-package-conf \ -- cgit v1.2.1