Skip to content
GitLab
Menu
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
bd3c90b1
Commit
bd3c90b1
authored
Dec 02, 2007
by
Ian Lynagh
Browse files
Use GHC.Exts rather than GHC.Prim
parent
951dad7b
Changes
4
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/OptimizationFuel.hs
View file @
bd3c90b1
...
...
@@ -11,7 +11,7 @@ module OptimizationFuel
)
where
import
GHC.
Prim
import
GHC.
Exts
(
State
#
)
import
Panic
import
Data.IORef
...
...
compiler/ghci/ByteCodeInstr.lhs
View file @
bd3c90b1
...
...
@@ -37,7 +37,7 @@ import SMRep
import GHC.Ptr
import Module (Module)
import GHC.
Prim
import GHC.
Exts
-- ----------------------------------------------------------------------------
...
...
compiler/ghci/ByteCodeItbls.lhs
View file @
bd3c90b1
...
...
@@ -38,7 +38,6 @@ import Data.Bits ( Bits(..), shiftR )
import GHC.Exts ( Int(I#), addr2Int# )
import GHC.Ptr ( Ptr(..) )
import GHC.Prim
import Debug.Trace
import Text.Printf
...
...
compiler/main/BreakArray.hs
View file @
bd3c90b1
...
...
@@ -26,7 +26,6 @@ module BreakArray
import
GHC.Exts
import
GHC.IOBase
import
GHC.Prim
import
GHC.Word
import
Constants
...
...
Write
Preview
Supports
Markdown
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