summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-10-25 13:54:02 +0100
committerIan Lynagh <ian@well-typed.com>2012-10-25 13:54:02 +0100
commitb54318d3d415854c6e9b9173c2030d4622d91c87 (patch)
tree00c031488a7fa67405e32d60bf1f8f24c5de0cb1 /utils
parentdf2bcd8a51f3b4cc4879767b99f28742917e53e5 (diff)
downloadhaskell-b54318d3d415854c6e9b9173c2030d4622d91c87.tar.gz
Remove an outdated comment
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-pkg/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs
index 0f5bd1545c..90e98c769b 100644
--- a/utils/ghc-pkg/Main.hs
+++ b/utils/ghc-pkg/Main.hs
@@ -49,7 +49,7 @@ import qualified Data.Binary as Bin
import qualified Data.Binary.Get as Bin
#if defined(mingw32_HOST_OS)
--- mingw32 needs these for getExecDir, GHC <6.12 needs them for openNewFile
+-- mingw32 needs these for getExecDir
import Foreign
import Foreign.C
#endif