Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
68e1e6e1
Commit
68e1e6e1
authored
May 26, 1997
by
sof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 1997-05-26 01:02:40 by sof]
Updated to reflect move of PprStyle to Outputable
parent
02a0a5e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
ghc/compiler/utils/UniqFM.lhs
ghc/compiler/utils/UniqFM.lhs
+1
-2
ghc/compiler/utils/UniqSet.lhs
ghc/compiler/utils/UniqSet.lhs
+1
-2
No files found.
ghc/compiler/utils/UniqFM.lhs
View file @
68e1e6e1
...
...
@@ -62,8 +62,7 @@ IMP_Ubiq()
import Unique ( Unique, u2i, mkUniqueGrimily )
import Util
import Pretty ( Doc )
import Outputable ( Outputable(..) )
import PprStyle ( PprStyle )
import Outputable ( PprStyle, Outputable(..) )
import SrcLoc ( SrcLoc )
#if ! OMIT_NATIVE_CODEGEN
...
...
ghc/compiler/utils/UniqSet.lhs
View file @
68e1e6e1
...
...
@@ -26,9 +26,8 @@ import Maybes ( maybeToBool )
import UniqFM
import Unique ( Unique )
import SrcLoc ( SrcLoc )
import Outputable ( Outputable(..) )
import Outputable (
PprStyle,
Outputable(..) )
import Pretty ( Doc )
import PprStyle ( PprStyle )
import Util ( Ord3(..) )
#if ! OMIT_NATIVE_CODEGEN
...
...
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