summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2014-08-13 17:00:20 +0100
committerEdward Z. Yang <ezyang@cs.stanford.edu>2014-08-13 17:00:24 +0100
commit6b5ea617dcd162e682886d5843df51a2866218d3 (patch)
tree6f7bbd4efa273651c38099d58cb1a77c2d6af890
parent2272c50a61c3dc43edf35b3eeb7997cc0f47eaf3 (diff)
downloadhaskell-6b5ea617dcd162e682886d5843df51a2866218d3.tar.gz
Remove out of date TODO
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
-rw-r--r--rules/distdir-way-opts.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/distdir-way-opts.mk b/rules/distdir-way-opts.mk
index 0a6d84e951..99f7ce93cf 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))