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
1d9983e8
Commit
1d9983e8
authored
Jul 15, 2010
by
Ian Lynagh
Browse files
Remove some code only used with GHC 6.11.*
parent
36b95bff
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/ghc-pkg/Main.hs
View file @
1d9983e8
...
...
@@ -56,12 +56,8 @@ import Foreign.C
#
if
__GLASGOW_HASKELL__
<
612
import
System.Posix.Internals
#
if
__GLASGOW_HASKELL__
>=
611
import
GHC.IO.Handle.FD
(
fdToHandle
)
#
else
import
GHC.Handle
(
fdToHandle
)
#
endif
#
endif
#
ifdef
mingw32_HOST_OS
import
GHC.ConsoleHandler
...
...
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