diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-09-21 09:51:25 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-09-21 09:53:10 +0100 |
commit | a29500facd05fa277afd96a53558bc55cf10e3ae (patch) | |
tree | b100d5be40375d020dfa0f9a993419a46dcfa47d /utils | |
parent | fc80c8700eb9b4c2e8b93d14710353852a46bfbd (diff) | |
download | haskell-a29500facd05fa277afd96a53558bc55cf10e3ae.tar.gz |
add a ToDo
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-pkg/ghc.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |