[commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, master, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Import Data.Word w/o import-list (aa88d2c)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:34:19 UTC 2015


Repository : ssh://git@git.haskell.org/haddock

On branches: T6018-injective-type-families,adamse-D1033,ghc-head,master,wip/10268,wip/10313,wip/D538,wip/D538-1,wip/D538-2,wip/D538-3,wip/D538-4,wip/D538-5,wip/D538-6,wip/D548-master,wip/D548-master-2,wip/T10483,wip/T9840,wip/api-annot-tweaks-7.10,wip/api-annots-ghc-7.10-3,wip/orf-reboot
Link       : http://git.haskell.org/haddock.git/commitdiff/aa88d2cc920e0879481483ba427ace44199137e7

>---------------------------------------------------------------

commit aa88d2cc920e0879481483ba427ace44199137e7
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Aug 31 11:23:53 2014 +0200

    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


>---------------------------------------------------------------

aa88d2cc920e0879481483ba427ace44199137e7
 .../vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs b/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs
index eda8fd8..576dded 100644
--- a/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs
+++ b/haddock-library/vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs
@@ -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



More information about the ghc-commits mailing list