[commit: ghc] master: Remove out of date TODO (6b5ea61)
git at git.haskell.org
git at git.haskell.org
Wed Aug 13 16:00:37 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6b5ea617dcd162e682886d5843df51a2866218d3/ghc
>---------------------------------------------------------------
commit 6b5ea617dcd162e682886d5843df51a2866218d3
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Wed Aug 13 17:00:20 2014 +0100
Remove out of date TODO
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
6b5ea617dcd162e682886d5843df51a2866218d3
rules/distdir-way-opts.mk | 2 --
1 file changed, 2 deletions(-)
diff --git a/rules/distdir-way-opts.mk b/rules/distdir-way-opts.mk
index 0a6d84e..99f7ce9 100644
--- a/rules/distdir-way-opts.mk
+++ b/rules/distdir-way-opts.mk
@@ -87,8 +87,6 @@ $4_USE_PACKAGE_KEY=NO
endif
endif
-# ToDo: It would be more accurate to version test this against what version of
-# GHC we're using to see if it understands package-key
ifeq "$($4_USE_PACKAGE_KEY)" "NO"
$1_$2_$4_DEP_OPTS = \
$$(foreach pkg,$$($1_$2_DEPS),-package $$(pkg))
More information about the ghc-commits
mailing list