Skip to content
Snippets Groups Projects
Commit aa88d2cc authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing: Committed by Mateusz Kowalczyk
Browse files

Import Data.Word w/o import-list

This is needed to keep the compilation warning free (and thus pass GHC's
./validate) regardless of whether Word is re-exported from Prelude or not

See https://ghc.haskell.org/trac/ghc/ticket/9531 for more details
parent b455abf0
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ import Data.Bits (Bits, (.|.), shiftL)
import Data.ByteString.Internal (c2w, w2c)
import Data.Int (Int8, Int16, Int32, Int64)
import Data.String (IsString(..))
import Data.Word (Word8, Word16, Word32, Word64, Word)
import Data.Word
import Prelude hiding (takeWhile)
import qualified Data.Attoparsec.ByteString as A
import qualified Data.Attoparsec.ByteString.Internal as I
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment