Skip to content

Commit

Permalink
fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwebs committed Dec 8, 2011
1 parent 65ec2e6 commit 28bc7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blaze/ByteString/Builder/Word.hs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import Blaze.ByteString.Builder.Internal.UncheckedShifts
import Foreign import Foreign


#if defined(__GLASGOW_HASKELL__) && !defined(__HADDOCK__) #if defined(__GLASGOW_HASKELL__) && !defined(__HADDOCK__)
import GHC.Word (Word32(..),Word16(..),Word64(..)) import GHC.Word ( )
#else #else
import Data.Word import Data.Word
#endif #endif
Expand Down

0 comments on commit 28bc7fd

Please sign in to comment.