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
bcdfdfb0
Commit
bcdfdfb0
authored
Feb 25, 2008
by
Malcolm.Wallace
Browse files
help nhc98 by hinting an import decl
parent
13e12e34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/Simple/Utils.hs
View file @
bcdfdfb0
...
...
@@ -109,7 +109,7 @@ import Data.List
import
Data.Char
as
Char
(
toLower
,
chr
,
ord
)
import
Data.Bits
(
(
.|.
),
(
.&.
),
shiftL
,
shiftR
)
(
Bits
(
(
.|.
),
(
.&.
),
shiftL
,
shiftR
)
)
import
System.Directory
(
getDirectoryContents
,
getCurrentDirectory
,
doesDirectoryExist
...
...
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