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
b7790955
Commit
b7790955
authored
Aug 09, 2006
by
ei@vuokko.info
Browse files
Fix Array imports
parent
bc49cbd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/utils/Digraph.lhs
View file @
b7790955
...
...
@@ -44,7 +44,9 @@ import Array
import List
import Outputable
#if __GLASGOW_HASKELL__ >= 504
#if __GLASGOW_HASKELL__ > 604
import Data.Array.ST
#elif __GLASGOW_HASKELL__ >= 504
import Data.Array.ST hiding ( indices, bounds )
#else
import ST
...
...
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