projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
246183c
)
Remove commented out imports
author
Ian Lynagh
<igloo@earth.li>
Sun, 1 May 2011 17:04:21 +0000
(18:04 +0100)
committer
Ian Lynagh
<igloo@earth.li>
Sat, 7 May 2011 16:31:21 +0000
(17:31 +0100)
compiler/main/DriverPipeline.hs
patch
|
blob
|
history
diff --git
a/compiler/main/DriverPipeline.hs
b/compiler/main/DriverPipeline.hs
index
a832034
..
de864f7
100644
(file)
--- a/
compiler/main/DriverPipeline.hs
+++ b/
compiler/main/DriverPipeline.hs
@@
-52,11
+52,9
@@
import FastString
import LlvmCodeGen ( llvmFixupAsm )
import MonadUtils
--- import Data.Either
import Exception
import Data.IORef ( readIORef )
import Distribution.System
--- import GHC.Exts ( Int(..) )
import System.Directory
import System.FilePath
import System.IO