Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
8c550ede
Commit
8c550ede
authored
Oct 26, 2010
by
Ian Lynagh
Browse files
Remove unnecessary imports
parent
99768c7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
compiler/codeGen/CgMonad.lhs
View file @
8c550ede
...
...
@@ -73,9 +73,7 @@ import Id
import VarEnv
import OrdList
import Unique
import Util()
import UniqSupply
import FastString()
import Outputable
import Control.Monad
...
...
compiler/codeGen/StgCmmExpr.hs
View file @
8c550ede
...
...
@@ -29,7 +29,6 @@ import StgSyn
import
MkZipCfgCmm
import
BlockId
import
Cmm
()
import
CmmExpr
import
CoreSyn
import
DataCon
...
...
compiler/codeGen/StgCmmMonad.hs
View file @
8c550ede
...
...
@@ -63,7 +63,6 @@ import Id
import
VarEnv
import
OrdList
import
Unique
import
Util
()
import
UniqSupply
import
FastString
(
sLit
)
import
Outputable
...
...
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