Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
58fd1877
Commit
58fd1877
authored
Dec 02, 2004
by
simonpj
Browse files
[project @ 2004-12-02 16:33:16 by simonpj]
Missing import on Windows
parent
deee51ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/Packages.lhs
View file @
58fd1877
...
...
@@ -64,6 +64,11 @@ import Data.Maybe ( fromJust, isNothing )
import System.Directory ( doesFileExist )
import Control.Monad ( when, foldM )
import Data.List ( nub, partition )
#ifdef mingw32_TARGET_OS
import Data.List ( isPrefixOf )
#endif
import FastString
import DATA_IOREF
import EXCEPTION ( throwDyn )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment