Skip to content

Commit

Permalink
help nhc98 by hinting an import decl
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolm.Wallace authored and Malcolm.Wallace committed Feb 25, 2008
1 parent 9a90478 commit 41998c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distribution/Simple/Utils.hs
Expand Up @@ -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
Expand Down

0 comments on commit 41998c7

Please sign in to comment.