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
814be8d9
Commit
814be8d9
authored
Oct 22, 2010
by
Ian Lynagh
Browse files
Fix unused import warning on OS X
parent
14a496fd
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/nativeGen/AsmCodeGen.lhs
View file @
814be8d9
...
...
@@ -76,7 +76,9 @@ import DynFlags
import StaticFlags ( opt_Static, opt_PIC )
#endif
import Util
#if !defined(darwin_TARGET_OS)
import Config ( cProjectVersion )
#endif
import Digraph
import qualified Pretty
...
...
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