[commit: ghc] master: Remove an outdated comment (b54318d)
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/b54318d3d415854c6e9b9173c2030d4622d91c87 >--------------------------------------------------------------- commit b54318d3d415854c6e9b9173c2030d4622d91c87 Author: Ian Lynagh <[email protected]> Date: Thu Oct 25 13:54:02 2012 +0100 Remove an outdated comment >--------------------------------------------------------------- utils/ghc-pkg/Main.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index 0f5bd15..90e98c7 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