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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
1269e055
Commit
1269e055
authored
Oct 21, 2011
by
Ian Lynagh
Browse files
Follow change in FFI import decls
Now need to import constructors for Foreign.C.Types types
parent
60bbfc08
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
1269e055
...
...
@@ -108,7 +108,7 @@ import SrcLoc
import
FastString
import
Outputable
#
ifdef
GHCI
import
Foreign.C
(
CInt
)
import
Foreign.C
(
CInt
(
..
)
)
#
endif
import
{-#
SOURCE
#-
}
ErrUtils
(
Severity
(
..
),
Message
,
mkLocMessage
)
...
...
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