Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
1bd2c2dc
Commit
1bd2c2dc
authored
Oct 25, 2006
by
andy@galois.com
Browse files
6.4 compatiblity
parent
d5934bbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/HeaderInfo.hs
View file @
1bd2c2dc
...
...
@@ -92,7 +92,7 @@ getImpMod (ImportDecl located_mod _ _ _ _) = located_mod
getOptionsFromFile
::
FilePath
-- input file
->
IO
[
Located
String
]
-- options, if any
getOptionsFromFile
filename
=
System
.
IO
.
bracket
=
Control
.
Exception
.
bracket
(
openBinaryFile
filename
ReadMode
)
(
hClose
)
(
\
handle
->
...
...
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