Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
9c068843
Commit
9c068843
authored
Mar 20, 2000
by
panne
Browse files
[project @ 2000-03-20 15:32:10 by panne]
Bootstrapping fix, this time for slurpFile
parent
90a6918a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/utils/StringBuffer.lhs
View file @
9c068843
...
@@ -75,7 +75,11 @@ import Char ( chr )
...
@@ -75,7 +75,11 @@ import Char ( chr )
#include "../lib/std/cbits/stgerror.h"
#include "../lib/std/cbits/stgerror.h"
#if __GLASGOW_HASKELL__ >= 303
#if __GLASGOW_HASKELL__ >= 303
import IO ( openFile, slurpFile )
import IO ( openFile
#if __GLASGOW_HASKELL__ < 407
, slurpFile -- comes from PrelHandle or IOExts now
#endif
)
import PrelIOBase
import PrelIOBase
import PrelHandle
import PrelHandle
import Addr
import Addr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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