Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
9d1566e3
Commit
9d1566e3
authored
Aug 10, 2006
by
Ross Paterson
Browse files
repair Distribution.Compat.Map for non-GHC
parent
62e54ca4
Changes
1
Show whitespace changes
Inline
Side-by-side
Distribution/Compat/Map.hs
View file @
9d1566e3
...
...
@@ -11,7 +11,7 @@ module Distribution.Compat.Map (
import
Prelude
hiding
(
lookup
)
#
if
__GLASGOW_HASKELL__
>=
603
#
if
__GLASGOW_HASKELL__
>=
603
||
!
__GLASGOW_HASKELL__
import
Data.Map
#
else
import
Data.FiniteMap
...
...
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