Skip to content

Commit

Permalink
Merge pull request #59 from hvr/pr-ghc-base
Browse files Browse the repository at this point in the history
Use explicit import-list for `GHC.Base` import
  • Loading branch information
kolmodin committed Sep 25, 2014
2 parents 8287e4d + 37daf32 commit 2fa8b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Binary/Builder/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import qualified Data.ByteString.Lazy.Internal as L
#endif

#if defined(__GLASGOW_HASKELL__) && !defined(__HADDOCK__)
import GHC.Base
import GHC.Base (ord,Int(..),uncheckedShiftRL#)
import GHC.Word (Word32(..),Word16(..),Word64(..))
# if WORD_SIZE_IN_BITS < 64
import GHC.Word (uncheckedShiftRL64#)
Expand Down

0 comments on commit 2fa8b1f

Please sign in to comment.