Build #1 for encoding-0.8.1
| Package | encoding-0.8.1 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2016-07-31 20:41:14.84992 UTC |
|---|---|
| Compiler | ghc-8.0.1.20160701 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | HaXml-1.25.3, array-0.5.1.1, base-4.9.0.0, binary-0.7.6.1, bytestring-0.10.8.1, containers-0.5.7.1, extensible-exceptions-0.1.1.4, ghc-prim-0.5.0.0, mtl-2.2.1, regex-compat-0.95.1 |
| Flags | systemencoding splitbase |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-19348/binary-0.7.6.1'
Configuring binary-0.7.6.1...
Building binary-0.7.6.1...
Preprocessing library binary-0.7.6.1...
[1 of 9] Compiling Data.Binary.Builder.Base ( src/Data/Binary/Builder/Base.hs, dist/build/Data/Binary/Builder/Base.o )
src/Data/Binary/Builder/Base.hs:193:37: warning: [-Wdeprecations]
In the use of ‘inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
src/Data/Binary/Builder/Base.hs:511:1: warning: [-Winline-rule-shadowing]
Rule "flush/flush" may never fire
because ‘flush’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘flush’
[2 of 9] Compiling Data.Binary.Builder.Internal ( src/Data/Binary/Builder/Internal.hs, dist/build/Data/Binary/Builder/Internal.o )
[3 of 9] Compiling Data.Binary.Builder ( src/Data/Binary/Builder.hs, dist/build/Data/Binary/Builder.o )
[4 of 9] Compiling Data.Binary.Get.Internal ( src/Data/Binary/Get/Internal.hs, dist/build/Data/Binary/Get/Internal.o )
src/Data/Binary/Get/Internal.hs:417:21: warning: [-Wdeprecations]
In the use of ‘inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
[5 of 9] Compiling Data.Binary.Get ( src/Data/Binary/Get.hs, dist/build/Data/Binary/Get.o )
src/Data/Binary/Get.hs:416:1: warning: [-Winline-rule-shadowing]
Rule "getWord8/readN" may never fire
because ‘getWord8’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘getWord8’
src/Data/Binary/Get.hs:417:1: warning: [-Winline-rule-shadowing]
Rule "getWord16be/readN" may never fire
because ‘getWord16be’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘getWord16be’
src/Data/Binary/Get.hs:418:1: warning: [-Winline-rule-shadowing]
Rule "getWord16le/readN" may never fire
because ‘getWord16le’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘getWord16le’
src/Data/Binary/Get.hs:419:1: warning: [-Winline-rule-shadowing]
Rule "getWord32be/readN" may never fire
because ‘getWord32be’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘getWord32be’
src/Data/Binary/Get.hs:420:1: warning: [-Winline-rule-shadowing]
Rule "getWord32le/readN" may never fire
because ‘getWord32le’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘getWord32le’
src/Data/Binary/Get.hs:421:1: warning: [-Winline-rule-shadowing]
Rule "getWord64be/readN" may never fire
because ‘getWord64be’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘getWord64be’
src/Data/Binary/Get.hs:422:1: warning: [-Winline-rule-shadowing]
Rule "getWord64le/readN" may never fire
because ‘getWord64le’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘getWord64le’
[6 of 9] Compiling Data.Binary.Put ( src/Data/Binary/Put.hs, dist/build/Data/Binary/Put.o )
[7 of 9] Compiling Data.Binary.Class ( src/Data/Binary/Class.hs, dist/build/Data/Binary/Class.o )
src/Data/Binary/Class.hs:245:1: warning: [-Wredundant-constraints]
• Redundant constraint: Num a
• In the type signature for:
unroll :: (Integral a, Num a, Bits a) => a -> [Word8]
src/Data/Binary/Class.hs:251:1: warning: [-Wredundant-constraints]
• Redundant constraint: Num a
• In the type signature for:
roll :: (Integral a, Num a, Bits a) => [Word8] -> a
[8 of 9] Compiling Data.Binary.Generic ( src/Data/Binary/Generic.hs, dist/build/Data/Binary/Generic.o )
src/Data/Binary/Generic.hs:101:10: warning: [-Wredundant-constraints]
• Redundant constraints: (GBinary a, GBinary b)
• In the instance declaration for ‘GSum (a :+: b)’
[9 of 9] Compiling Data.Binary ( src/Data/Binary.hs, dist/build/Data/Binary.o )
Running Haddock for binary-0.7.6.1...
Running hscolour for binary-0.7.6.1...
Preprocessing library binary-0.7.6.1...
Preprocessing library binary-0.7.6.1...
src/Data/Binary/Builder/Base.hs:193:37: warning: [-Wdeprecations]
In the use of ‘inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
src/Data/Binary/Get/Internal.hs:417:21: warning: [-Wdeprecations]
In the use of ‘inlinePerformIO’
(imported from Data.ByteString.Internal):
Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
src/Data/Binary/Class.hs:245:1: warning: [-Wredundant-constraints]
• Redundant constraint: Num a
• In the type signature for:
unroll :: (Integral a, Num a, Bits a) => a -> [Word8]
src/Data/Binary/Class.hs:251:1: warning: [-Wredundant-constraints]
• Redundant constraint: Num a
• In the type signature for:
roll :: (Integral a, Num a, Bits a) => [Word8] -> a
src/Data/Binary/Generic.hs:101:10: warning: [-Wredundant-constraints]
• Redundant constraints: (GBinary a, GBinary b)
• In the instance declaration for ‘GSum (a :+: b)’
Haddock coverage:
100% ( 31 / 31) in 'Data.Binary.Builder.Base'
100% ( 4 / 4) in 'Data.Binary.Builder.Internal'
100% ( 28 / 28) in 'Data.Binary.Builder'
71% ( 20 / 28) in 'Data.Binary.Get.Internal'
Missing documentation for:
Module header
Get (src/Data/Binary/Get/Internal.hs:86)
runCont (src/Data/Binary/Get/Internal.hs:86)
readNWith (src/Data/Binary/Get/Internal.hs:415)
withInputChunks (src/Data/Binary/Get/Internal.hs:227)
Consume (src/Data/Binary/Get/Internal.hs:225)
failOnEOF (src/Data/Binary/Get/Internal.hs:240)
label (src/Data/Binary/Get/Internal.hs:331)
96% ( 47 / 49) in 'Data.Binary.Get'
Missing documentation for:
Get (src/Data/Binary/Get/Internal.hs:86)
label (src/Data/Binary/Get/Internal.hs:331)
96% ( 26 / 27) in 'Data.Binary.Put'
Missing documentation for:
putBuilder (src/Data/Binary/Put.hs:114)
80% ( 4 / 5) in 'Data.Binary.Class'
Missing documentation for:
GBinary (src/Data/Binary/Class.hs:92)
100% ( 1 / 1) in 'Data.Binary.Generic'
91% ( 21 / 23) in 'Data.Binary'
Missing documentation for:
GBinary (src/Data/Binary/Class.hs:92)
Get (src/Data/Binary/Get/Internal.hs:86)
Warning: Data.Binary.Get.Internal: could not find link destinations for:
Success
Warning: Data.Binary.Put: could not find link destinations for:
PairS
Documentation created: dist/doc/html/binary/index.html,
dist/doc/html/binary/binary.txt
Creating package registration file:
/tmp/pkgConf-binary-0.7.62145174067468703135.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/binary-0.7.6.1-CYh4FPs8AwtFPKualYrHgm
Registering binary-0.7.6.1...
cabal: Leaving directory '/tmp/cabal-tmp-19348/binary-0.7.6.1'
Installed binary-0.7.6.1
cabal: Entering directory '/tmp/cabal-tmp-19348/extensible-exceptions-0.1.1.4'
Configuring extensible-exceptions-0.1.1.4...
Building extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
[1 of 1] Compiling Control.Exception.Extensible ( Control/Exception/Extensible.hs, dist/build/Control/Exception/Extensible.o )
Running Haddock for extensible-exceptions-0.1.1.4...
Running hscolour for extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
Haddock coverage:
100% ( 2 / 2) in 'Control.Exception.Extensible'
Documentation created: dist/doc/html/extensible-exceptions/index.html,
dist/doc/html/extensible-exceptions/extensible-exceptions.txt
Creating package registration file:
/tmp/pkgConf-extensible-exceptions-0.1.1111537764338888228.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/extensible-exceptions-0.1.1.4-3h0ykvvAO915cRhUyj3rRV
Registering extensible-exceptions-0.1.1.4...
cabal: Leaving directory '/tmp/cabal-tmp-19348/extensible-exceptions-0.1.1.4'
Installed extensible-exceptions-0.1.1.4
cabal: Entering directory '/tmp/cabal-tmp-19348/mtl-2.2.1'
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
75% ( 3 / 4) in 'Control.Monad.Writer.Class'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
100% ( 5 / 5) in 'Control.Monad.State.Class'
100% ( 3 / 3) in 'Control.Monad.Reader.Class'
80% ( 4 / 5) in 'Control.Monad.RWS.Class'
Missing documentation for:
MonadRWS (Control/Monad/RWS/Class.hs:44)
100% ( 4 / 4) in 'Control.Monad.Identity'
100% ( 3 / 3) in 'Control.Monad.Error.Class'
50% ( 1 / 2) in 'Control.Monad.Cont.Class'
Missing documentation for:
MonadCont (Control/Monad/Cont/Class.hs:73)
100% ( 3 / 3) in 'Control.Monad.Trans'
93% ( 14 / 15) in 'Control.Monad.Error'
Missing documentation for:
runErrorT
100% ( 19 / 19) in 'Control.Monad.Except'
100% ( 5 / 5) in 'Control.Monad.List'
95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
Missing documentation for:
runRWST
100% ( 2 / 2) in 'Control.Monad.RWS'
96% ( 22 / 23) in 'Control.Monad.Reader'
Missing documentation for:
runReaderT
95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
Missing documentation for:
runRWST
96% ( 24 / 25) in 'Control.Monad.State.Lazy'
Missing documentation for:
runStateT
100% ( 2 / 2) in 'Control.Monad.State'
96% ( 24 / 25) in 'Control.Monad.State.Strict'
Missing documentation for:
runStateT
89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
runWriterT
100% ( 2 / 2) in 'Control.Monad.Writer'
94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
91% ( 20 / 22) in 'Control.Monad.Cont'
Missing documentation for:
MonadCont (Control/Monad/Cont/Class.hs:73)
runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.210125029541272469786.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
Registering mtl-2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-19348/mtl-2.2.1'
Installed mtl-2.2.1
cabal: Entering directory '/tmp/cabal-tmp-19348/random-1.1'
Configuring random-1.1...
Building random-1.1...
Preprocessing library random-1.1...
[1 of 1] Compiling System.Random ( System/Random.hs, dist/build/System/Random.o )
System/Random.hs:43:1: warning: [-Wtabs]
Tab character found here, and in 74 further locations.
Please use spaces instead.
Running Haddock for random-1.1...
Running hscolour for random-1.1...
Preprocessing library random-1.1...
Preprocessing library random-1.1...
System/Random.hs:43:1: warning: [-Wtabs]
Tab character found here, and in 74 further locations.
Please use spaces instead.
Haddock coverage:
Cannot find documentation for: $intro
100% ( 16 / 16) in 'System.Random'
Documentation created: dist/doc/html/random/index.html,
dist/doc/html/random/random.txt
Creating package registration file: /tmp/pkgConf-random-12419096101051858969.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/random-1.1-54KmMHXjttlERYcr1mvsAe
Registering random-1.1...
cabal: Leaving directory '/tmp/cabal-tmp-19348/random-1.1'
Installed random-1.1
cabal: Entering directory '/tmp/cabal-tmp-19348/text-1.2.2.1'
Configuring text-1.2.2.1...
Building text-1.2.2.1...
Preprocessing library text-1.2.2.1...
[ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )
[ 2 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 3 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 4 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 5 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )
[ 6 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 7 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 8 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 9 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[10 of 44] Compiling Data.Text.Array ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[18 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[19 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[20 of 44] Compiling Data.Text.Show ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[21 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[22 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[24 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[25 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[26 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 44] Compiling Data.Text ( Data/Text.hs, dist/build/Data/Text.o )
Data/Text.hs:587:1: warning: [-Winline-rule-shadowing]
Rule "TEXT compareN/length -> compareLength" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:592:1: warning: [-Winline-rule-shadowing]
Rule "TEXT ==N/length -> compareLength/==EQ" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:597:1: warning: [-Winline-rule-shadowing]
Rule "TEXT /=N/length -> compareLength//=EQ" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:602:1: warning: [-Winline-rule-shadowing]
Rule "TEXT <N/length -> compareLength/==LT" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:607:1: warning: [-Winline-rule-shadowing]
Rule "TEXT <=N/length -> compareLength//=GT" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:612:1: warning: [-Winline-rule-shadowing]
Rule "TEXT >N/length -> compareLength/==GT" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
Data/Text.hs:617:1: warning: [-Winline-rule-shadowing]
Rule "TEXT >=N/length -> compareLength//=LT" may never fire
because ‘length’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
[29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[30 of 44] Compiling Data.Text.IO ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )
[36 of 44] Compiling Data.Text.Lazy ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )
[37 of 44] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o )
Data/Text/Internal/Builder.hs:324:1: warning: [-Winline-rule-shadowing]
Rule "flush/flush" may never fire
because ‘flush’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘flush’
[38 of 44] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[39 of 44] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o )
[40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )
[41 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[42 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )
[43 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[44 of 44] Compiling Data.Text.Read ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )
Running Haddock for text-1.2.2.1...
Running hscolour for text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Haddock coverage:
14% ( 1 / 7) in 'Data.Text.Internal.Read'
Missing documentation for:
IReader (Data/Text/Internal/Read.hs:26)
IParser (Data/Text/Internal/Read.hs:28)
T (Data/Text/Internal/Read.hs:48)
digitToInt (Data/Text/Internal/Read.hs:61)
hexDigitToInt (Data/Text/Internal/Read.hs:55)
perhaps (Data/Text/Internal/Read.hs:50)
50% ( 1 / 2) in 'Data.Text.Internal.Encoding.Utf32'
Missing documentation for:
validate (Data/Text/Internal/Encoding/Utf32.hs:24)
50% ( 1 / 2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
Missing documentation for:
roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17)
0% ( 0 / 2) in 'Data.Text.Internal.Builder.Int.Digits'
Missing documentation for:
Module header
digits (Data/Text/Internal/Builder/Int/Digits.hs:21)
100% ( 12 / 12) in 'Data.Text.Encoding.Error'
100% ( 2 / 2) in 'Data.Text.Internal.Unsafe.Shift'
25% ( 1 / 4) in 'Data.Text.Internal.Encoding.Utf16'
Missing documentation for:
chr2 (Data/Text/Internal/Encoding/Utf16.hs:29)
validate1 (Data/Text/Internal/Encoding/Utf16.hs:38)
validate2 (Data/Text/Internal/Encoding/Utf16.hs:42)
100% ( 2 / 2) in 'Data.Text.Internal.Functions'
100% ( 3 / 3) in 'Data.Text.Internal.Unsafe'
100% ( 16 / 16) in 'Data.Text.Array'
33% ( 2 / 6) in 'Data.Text.Internal.Unsafe.Char'
Missing documentation for:
ord (Data/Text/Internal/Unsafe/Char.hs:39)
unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43)
unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47)
unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51)
95% ( 19 / 20) in 'Data.Text.Internal'
Missing documentation for:
textP (Data/Text/Internal.hs:97)
38% ( 5 / 13) in 'Data.Text.Internal.Fusion.Size'
Missing documentation for:
Size (Data/Text/Internal/Fusion/Size.hs:40)
exactly (Data/Text/Internal/Fusion/Size.hs:44)
exactSize (Data/Text/Internal/Fusion/Size.hs:49)
maxSize (Data/Text/Internal/Fusion/Size.hs:57)
betweenSize (Data/Text/Internal/Fusion/Size.hs:65)
unknownSize (Data/Text/Internal/Fusion/Size.hs:74)
compareSize (Data/Text/Internal/Fusion/Size.hs:143)
isEmpty (Data/Text/Internal/Fusion/Size.hs:151)
88% ( 7 / 8) in 'Data.Text.Internal.Fusion.Types'
Missing documentation for:
Stream (Data/Text/Internal/Fusion/Types.hs:83)
0% ( 0 / 5) in 'Data.Text.Internal.Fusion.CaseMapping'
Missing documentation for:
Module header
upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13)
lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220)
titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225)
foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324)
89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
Missing documentation for:
singleton (Data/Text/Internal/Fusion/Common.hs:119)
streamList (Data/Text/Internal/Fusion/Common.hs:125)
unstreamList (Data/Text/Internal/Fusion/Common.hs:131)
intercalate (Data/Text/Internal/Fusion/Common.hs:577)
justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479)
scanl (Data/Text/Internal/Fusion/Common.hs:656)
replicateCharI (Data/Text/Internal/Fusion/Common.hs:671)
replicateI (Data/Text/Internal/Fusion/Common.hs:682)
93% ( 13 / 14) in 'Data.Text.Unsafe'
Missing documentation for:
Iter (Data/Text/Unsafe.hs:62)
33% ( 1 / 3) in 'Data.Text.Internal.Private'
Missing documentation for:
runText (Data/Text/Internal/Private.hs:33)
span_ (Data/Text/Internal/Private.hs:23)
91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
Missing documentation for:
Stream (Data/Text/Internal/Fusion/Types.hs:83)
length (Data/Text/Internal/Fusion.hs:127)
100% ( 4 / 4) in 'Data.Text.Show'
33% ( 2 / 6) in 'Data.Text.Internal.Encoding.Fusion.Common'
Missing documentation for:
restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63)
restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39)
restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106)
restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87)
17% ( 2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
Missing documentation for:
ord2 (Data/Text/Internal/Encoding/Utf8.hs:58)
ord3 (Data/Text/Internal/Encoding/Utf8.hs:69)
ord4 (Data/Text/Internal/Encoding/Utf8.hs:81)
chr2 (Data/Text/Internal/Encoding/Utf8.hs:94)
chr3 (Data/Text/Internal/Encoding/Utf8.hs:103)
chr4 (Data/Text/Internal/Encoding/Utf8.hs:114)
validate1 (Data/Text/Internal/Encoding/Utf8.hs:128)
validate2 (Data/Text/Internal/Encoding/Utf8.hs:132)
validate3 (Data/Text/Internal/Encoding/Utf8.hs:136)
validate4 (Data/Text/Internal/Encoding/Utf8.hs:153)
91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
Missing documentation for:
streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
100% ( 33 / 33) in 'Data.Text.Encoding'
100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
100% ( 2 / 2) in 'Data.Text.Internal.Search'
100% ( 18 / 18) in 'Data.Text.Foreign'
100% (127 /127) in 'Data.Text'
100% ( 3 / 3) in 'Data.Text.Internal.IO'
100% ( 20 / 20) in 'Data.Text.IO'
93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
Missing documentation for:
Text (Data/Text/Internal/Lazy.hs:47)
100% ( 8 / 8) in 'Data.Text.Internal.Lazy.Fusion'
100% ( 2 / 2) in 'Data.Text.Internal.Lazy.Search'
100% ( 2 / 2) in 'Data.Text.Lazy.Internal'
89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
Missing documentation for:
encodeUtf8 (Data/Text/Lazy/Encoding.hs:148)
encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162)
encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167)
99% (128 /129) in 'Data.Text.Lazy'
Missing documentation for:
Text (Data/Text/Internal/Lazy.hs:47)
94% ( 16 / 17) in 'Data.Text.Internal.Builder'
Missing documentation for:
append' (Data/Text/Internal/Builder.hs:301)
100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
100% ( 3 / 3) in 'Data.Text.Internal.Builder.Functions'
0% ( 0 / 3) in 'Data.Text.Lazy.Builder.Int'
Missing documentation for:
Module header
decimal (Data/Text/Lazy/Builder/Int.hs:52)
hexadecimal (Data/Text/Lazy/Builder/Int.hs:162)
100% ( 19 / 19) in 'Data.Text.Lazy.IO'
100% ( 7 / 7) in 'Data.Text.Lazy.Read'
75% ( 3 / 4) in 'Data.Text.Lazy.Builder.RealFloat'
Missing documentation for:
formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
100% ( 7 / 7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
findIndicesI
Warning: Data.Text: could not find link destinations for:
replicateChar countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
replicateChar dropWords splitAtWord countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
empty append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file:
/tmp/pkgConf-text-1.2.2802205057427355115.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/text-1.2.2.1-FbzXyK3oIkZHTygOesd9Au
Registering text-1.2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-19348/text-1.2.2.1'
Installed text-1.2.2.1
cabal: Entering directory '/tmp/cabal-tmp-19348/regex-base-0.93.2'
Configuring regex-base-0.93.2...
Building regex-base-0.93.2...
Preprocessing library regex-base-0.93.2...
[1 of 4] Compiling Text.Regex.Base.RegexLike ( Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o )
[2 of 4] Compiling Text.Regex.Base.Context ( Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o )
[3 of 4] Compiling Text.Regex.Base ( Text/Regex/Base.hs, dist/build/Text/Regex/Base.o )
Text/Regex/Base.hs:55:13: warning: [-Wdeprecations]
In the use of ‘versionTags’ (imported from Data.Version):
Deprecated: "See GHC ticket #2496"
[4 of 4] Compiling Text.Regex.Base.Impl ( Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o )
Running Haddock for regex-base-0.93.2...
Running hscolour for regex-base-0.93.2...
Preprocessing library regex-base-0.93.2...
Preprocessing library regex-base-0.93.2...
Text/Regex/Base.hs:55:13: warning: [-Wdeprecations]
In the use of ‘versionTags’ (imported from Data.Version):
Deprecated: "See GHC ticket #2496"
Haddock coverage:
94% ( 17 / 18) in 'Text.Regex.Base.RegexLike'
Missing documentation for:
MatchText (Text/Regex/Base/RegexLike.hs:55)
100% ( 1 / 1) in 'Text.Regex.Base.Context'
75% ( 3 / 4) in 'Text.Regex.Base'
Missing documentation for:
getVersion_Text_Regex_Base (Text/Regex/Base.hs:52)
33% ( 1 / 3) in 'Text.Regex.Base.Impl'
Missing documentation for:
polymatch (Text/Regex/Base/Impl.hs:50)
polymatchM (Text/Regex/Base/Impl.hs:56)
Documentation created: dist/doc/html/regex-base/index.html,
dist/doc/html/regex-base/regex-base.txt
Creating package registration file:
/tmp/pkgConf-regex-base-0.931692713933379366797.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/regex-base-0.93.2-71isvdwnRNrGKtKYo9rpQd
Registering regex-base-0.93.2...
cabal: Leaving directory '/tmp/cabal-tmp-19348/regex-base-0.93.2'
Installed regex-base-0.93.2
cabal: Entering directory '/tmp/cabal-tmp-19348/polyparse-1.12'
Configuring polyparse-1.12...
Building polyparse-1.12...
Preprocessing library polyparse-1.12...
[ 1 of 18] Compiling Text.ParserCombinators.Poly.Result ( src/Text/ParserCombinators/Poly/Result.hs, dist/build/Text/ParserCombinators/Poly/Result.o )
src/Text/ParserCombinators/Poly/Result.hs:3:15: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
[ 2 of 18] Compiling Text.ParserCombinators.Poly.Base ( src/Text/ParserCombinators/Poly/Base.hs, dist/build/Text/ParserCombinators/Poly/Base.o )
src/Text/ParserCombinators/Poly/Base.hs:3:19: warning: [-Wtabs]
Tab character found here, and in 14 further locations.
Please use spaces instead.
[ 3 of 18] Compiling Text.ParserCombinators.Poly.Parser ( src/Text/ParserCombinators/Poly/Parser.hs, dist/build/Text/ParserCombinators/Poly/Parser.o )
src/Text/ParserCombinators/Poly/Parser.hs:7:14: warning: [-Wtabs]
Tab character found here, and in 8 further locations.
Please use spaces instead.
[ 4 of 18] Compiling Text.ParserCombinators.Poly.Lazy ( src/Text/ParserCombinators/Poly/Lazy.hs, dist/build/Text/ParserCombinators/Poly/Lazy.o )
src/Text/ParserCombinators/Poly/Lazy.hs:4:14: warning: [-Wtabs]
Tab character found here, and in 8 further locations.
Please use spaces instead.
[ 5 of 18] Compiling Text.ParserCombinators.Poly.StateParser ( src/Text/ParserCombinators/Poly/StateParser.hs, dist/build/Text/ParserCombinators/Poly/StateParser.o )
src/Text/ParserCombinators/Poly/StateParser.hs:7:14: warning: [-Wtabs]
Tab character found here, and in 7 further locations.
Please use spaces instead.
[ 6 of 18] Compiling Text.ParserCombinators.Poly.State ( src/Text/ParserCombinators/Poly/State.hs, dist/build/Text/ParserCombinators/Poly/State.o )
src/Text/ParserCombinators/Poly/State.hs:3:14: warning: [-Wtabs]
Tab character found here, and in 8 further locations.
Please use spaces instead.
[ 7 of 18] Compiling Text.ParserCombinators.Poly.StateLazy ( src/Text/ParserCombinators/Poly/StateLazy.hs, dist/build/Text/ParserCombinators/Poly/StateLazy.o )
src/Text/ParserCombinators/Poly/StateLazy.hs:4:14: warning: [-Wtabs]
Tab character found here, and in 8 further locations.
Please use spaces instead.
[ 8 of 18] Compiling Text.ParserCombinators.Poly.Lex ( src/Text/ParserCombinators/Poly/Lex.hs, dist/build/Text/ParserCombinators/Poly/Lex.o )
src/Text/ParserCombinators/Poly/Lex.hs:89:18: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
[ 9 of 18] Compiling Text.ParserCombinators.Poly.ByteString ( src/Text/ParserCombinators/Poly/ByteString.hs, dist/build/Text/ParserCombinators/Poly/ByteString.o )
[10 of 18] Compiling Text.ParserCombinators.Poly.ByteStringChar ( src/Text/ParserCombinators/Poly/ByteStringChar.hs, dist/build/Text/ParserCombinators/Poly/ByteStringChar.o )
[11 of 18] Compiling Text.Parse.ByteString ( src/Text/Parse/ByteString.hs, dist/build/Text/Parse/ByteString.o )
src/Text/Parse/ByteString.hs:5:15: warning: [-Wtabs]
Tab character found here, and in 13 further locations.
Please use spaces instead.
[12 of 18] Compiling Text.ParserCombinators.Poly.Text ( src/Text/ParserCombinators/Poly/Text.hs, dist/build/Text/ParserCombinators/Poly/Text.o )
[13 of 18] Compiling Text.ParserCombinators.Poly.StateText ( src/Text/ParserCombinators/Poly/StateText.hs, dist/build/Text/ParserCombinators/Poly/StateText.o )
[14 of 18] Compiling Text.ParserCombinators.Poly.Plain ( src/Text/ParserCombinators/Poly/Plain.hs, dist/build/Text/ParserCombinators/Poly/Plain.o )
src/Text/ParserCombinators/Poly/Plain.hs:3:14: warning: [-Wtabs]
Tab character found here, and in 9 further locations.
Please use spaces instead.
[15 of 18] Compiling Text.ParserCombinators.Poly ( src/Text/ParserCombinators/Poly.hs, dist/build/Text/ParserCombinators/Poly.o )
[16 of 18] Compiling Text.Parse ( src/Text/Parse.hs, dist/build/Text/Parse.o )
src/Text/Parse.hs:4:15: warning: [-Wtabs]
Tab character found here, and in 12 further locations.
Please use spaces instead.
[17 of 18] Compiling Text.ParserCombinators.HuttonMeijerWallace ( src/Text/ParserCombinators/HuttonMeijerWallace.hs, dist/build/Text/ParserCombinators/HuttonMeijerWallace.o )
[18 of 18] Compiling Text.ParserCombinators.HuttonMeijer ( src/Text/ParserCombinators/HuttonMeijer.hs, dist/build/Text/ParserCombinators/HuttonMeijer.o )
Running Haddock for polyparse-1.12...
Running hscolour for polyparse-1.12...
Preprocessing library polyparse-1.12...
Preprocessing library polyparse-1.12...
src/Text/ParserCombinators/Poly/Result.hs:3:15: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
src/Text/ParserCombinators/Poly/Base.hs:3:19: warning: [-Wtabs]
Tab character found here, and in 14 further locations.
Please use spaces instead.
src/Text/ParserCombinators/Poly/Parser.hs:7:14: warning: [-Wtabs]
Tab character found here, and in 8 further locations.
Please use spaces instead.
src/Text/ParserCombinators/Poly/Lazy.hs:4:14: warning: [-Wtabs]
Tab character found here, and in 8 further locations.
Please use spaces instead.
src/Text/ParserCombinators/Poly/StateParser.hs:7:14: warning: [-Wtabs]
Tab character found here, and in 7 further locations.
Please use spaces instead.
src/Text/ParserCombinators/Poly/State.hs:3:14: warning: [-Wtabs]
Tab character found here, and in 8 further locations.
Please use spaces instead.
src/Text/ParserCombinators/Poly/StateLazy.hs:4:14: warning: [-Wtabs]
Tab character found here, and in 8 further locations.
Please use spaces instead.
src/Text/ParserCombinators/Poly/Lex.hs:89:18: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
src/Text/Parse/ByteString.hs:5:15: warning: [-Wtabs]
Tab character found here, and in 13 further locations.
Please use spaces instead.
src/Text/ParserCombinators/Poly/Plain.hs:3:14: warning: [-Wtabs]
Tab character found here, and in 9 further locations.
Please use spaces instead.
src/Text/Parse.hs:4:15: warning: [-Wtabs]
Tab character found here, and in 12 further locations.
Please use spaces instead.
Haddock coverage:
75% ( 3 / 4) in 'Text.ParserCombinators.Poly.Result'
Missing documentation for:
Module header
96% ( 23 / 24) in 'Text.ParserCombinators.Poly.Base'
Missing documentation for:
Module header
100% ( 12 / 12) in 'Text.ParserCombinators.Poly.Parser'
94% ( 15 / 16) in 'Text.ParserCombinators.Poly.Lazy'
Missing documentation for:
Module header
100% ( 15 / 15) in 'Text.ParserCombinators.Poly.StateParser'
95% ( 18 / 19) in 'Text.ParserCombinators.Poly.State'
Missing documentation for:
Module header
90% ( 18 / 20) in 'Text.ParserCombinators.Poly.StateLazy'
Missing documentation for:
Module header
manyFinally (src/Text/ParserCombinators/Poly/StateLazy.hs:139)
100% ( 16 / 16) in 'Text.ParserCombinators.Poly.Lex'
94% ( 16 / 17) in 'Text.ParserCombinators.Poly.ByteString'
Missing documentation for:
Module header
94% ( 16 / 17) in 'Text.ParserCombinators.Poly.ByteStringChar'
Missing documentation for:
Module header
97% ( 31 / 32) in 'Text.Parse.ByteString'
Missing documentation for:
Module header
94% ( 17 / 18) in 'Text.ParserCombinators.Poly.Text'
Missing documentation for:
Module header
95% ( 21 / 22) in 'Text.ParserCombinators.Poly.StateText'
Missing documentation for:
Module header
94% ( 15 / 16) in 'Text.ParserCombinators.Poly.Plain'
Missing documentation for:
Module header
50% ( 1 / 2) in 'Text.ParserCombinators.Poly'
Missing documentation for:
Module header
77% ( 23 / 30) in 'Text.Parse'
Missing documentation for:
Module header
parseSigned (src/Text/Parse.hs:229)
parseInt (src/Text/Parse.hs:234)
parseDec (src/Text/Parse.hs:242)
parseOct (src/Text/Parse.hs:242)
parseHex (src/Text/Parse.hs:242)
parseFloat (src/Text/Parse.hs:247)
77% ( 24 / 31) in 'Text.ParserCombinators.HuttonMeijerWallace'
Missing documentation for:
Parser (src/Text/ParserCombinators/HuttonMeijerWallace.hs:66)
chainl (src/Text/ParserCombinators/HuttonMeijerWallace.hs:220)
chainl1 (src/Text/ParserCombinators/HuttonMeijerWallace.hs:224)
chainr (src/Text/ParserCombinators/HuttonMeijerWallace.hs:230)
chainr1 (src/Text/ParserCombinators/HuttonMeijerWallace.hs:234)
ops (src/Text/ParserCombinators/HuttonMeijerWallace.hs:243)
bracket (src/Text/ParserCombinators/HuttonMeijerWallace.hs:246)
6% ( 2 / 36) in 'Text.ParserCombinators.HuttonMeijer'
Missing documentation for:
item (src/Text/ParserCombinators/HuttonMeijer.hs:83)
first (src/Text/ParserCombinators/HuttonMeijer.hs:88)
papply (src/Text/ParserCombinators/HuttonMeijer.hs:93)
+++ (src/Text/ParserCombinators/HuttonMeijer.hs:100)
sat (src/Text/ParserCombinators/HuttonMeijer.hs:103)
many (src/Text/ParserCombinators/HuttonMeijer.hs:109)
many1 (src/Text/ParserCombinators/HuttonMeijer.hs:113)
sepby (src/Text/ParserCombinators/HuttonMeijer.hs:116)
sepby1 (src/Text/ParserCombinators/HuttonMeijer.hs:119)
chainl (src/Text/ParserCombinators/HuttonMeijer.hs:122)
chainl1 (src/Text/ParserCombinators/HuttonMeijer.hs:125)
chainr (src/Text/ParserCombinators/HuttonMeijer.hs:131)
chainr1 (src/Text/ParserCombinators/HuttonMeijer.hs:134)
ops (src/Text/ParserCombinators/HuttonMeijer.hs:140)
bracket (src/Text/ParserCombinators/HuttonMeijer.hs:143)
char (src/Text/ParserCombinators/HuttonMeijer.hs:150)
digit (src/Text/ParserCombinators/HuttonMeijer.hs:153)
lower (src/Text/ParserCombinators/HuttonMeijer.hs:156)
upper (src/Text/ParserCombinators/HuttonMeijer.hs:159)
letter (src/Text/ParserCombinators/HuttonMeijer.hs:162)
alphanum (src/Text/ParserCombinators/HuttonMeijer.hs:165)
string (src/Text/ParserCombinators/HuttonMeijer.hs:168)
ident (src/Text/ParserCombinators/HuttonMeijer.hs:172)
nat (src/Text/ParserCombinators/HuttonMeijer.hs:175)
int (src/Text/ParserCombinators/HuttonMeijer.hs:180)
spaces (src/Text/ParserCombinators/HuttonMeijer.hs:187)
comment (src/Text/ParserCombinators/HuttonMeijer.hs:190)
junk (src/Text/ParserCombinators/HuttonMeijer.hs:200)
skip (src/Text/ParserCombinators/HuttonMeijer.hs:203)
token (src/Text/ParserCombinators/HuttonMeijer.hs:206)
natural (src/Text/ParserCombinators/HuttonMeijer.hs:213)
integer (src/Text/ParserCombinators/HuttonMeijer.hs:216)
symbol (src/Text/ParserCombinators/HuttonMeijer.hs:219)
identifier (src/Text/ParserCombinators/HuttonMeijer.hs:222)
Warning: Text.ParserCombinators.HuttonMeijerWallace: could not find link destinations for:
ParseResult
Warning: Text.ParserCombinators.HuttonMeijer: could not find link destinations for:
Token
Documentation created: dist/doc/html/polyparse/index.html,
dist/doc/html/polyparse/polyparse.txt
Creating package registration file:
/tmp/pkgConf-polyparse-116846774181845636353.12
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/polyparse-1.12-KFRq17hx5OB9FHQFhhqXpe
Registering polyparse-1.12...
cabal: Leaving directory '/tmp/cabal-tmp-19348/polyparse-1.12'
Installed polyparse-1.12
cabal: Entering directory '/tmp/cabal-tmp-19348/regex-posix-0.95.2'
Configuring regex-posix-0.95.2...
Building regex-posix-0.95.2...
Preprocessing library regex-posix-0.95.2...
[1 of 6] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.o )
[2 of 6] Compiling Text.Regex.Posix.String ( Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.o )
[3 of 6] Compiling Text.Regex.Posix.Sequence ( Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.o )
[4 of 6] Compiling Text.Regex.Posix.ByteString ( Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.o )
[5 of 6] Compiling Text.Regex.Posix.ByteString.Lazy ( Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.o )
[6 of 6] Compiling Text.Regex.Posix ( Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.o )
Text/Regex/Posix.hs:72:13: warning: [-Wdeprecations]
In the use of ‘versionTags’ (imported from Data.Version):
Deprecated: "See GHC ticket #2496"
Running Haddock for regex-posix-0.95.2...
Running hscolour for regex-posix-0.95.2...
Preprocessing library regex-posix-0.95.2...
Preprocessing library regex-posix-0.95.2...
Text/Regex/Posix.hs:72:13: warning: [-Wdeprecations]
In the use of ‘versionTags’ (imported from Data.Version):
Deprecated: "See GHC ticket #2496"
Haddock coverage:
40% ( 17 / 42) in 'Text.Regex.Posix.Wrap'
Missing documentation for:
RegOffsetT (Text/Regex/Posix/Wrap.hsc:166)
=~ (Text/Regex/Posix/Wrap.hsc:320)
=~~ (Text/Regex/Posix/Wrap.hsc:322)
wrapCompile (Text/Regex/Posix/Wrap.hsc:298)
wrapTest (Text/Regex/Posix/Wrap.hsc:303)
wrapCount (Text/Regex/Posix/Wrap.hsc:317)
unusedRegOffset (Text/Regex/Posix/Wrap.hsc:291)
compExtended (Text/Regex/Posix/Wrap.hsc:416)
compIgnoreCase (Text/Regex/Posix/Wrap.hsc:418)
compNoSub (Text/Regex/Posix/Wrap.hsc:420)
compNewline (Text/Regex/Posix/Wrap.hsc:422)
execNotBOL (Text/Regex/Posix/Wrap.hsc:411)
execNotEOL (Text/Regex/Posix/Wrap.hsc:413)
retBadbr (Text/Regex/Posix/Wrap.hsc:427)
retBadpat (Text/Regex/Posix/Wrap.hsc:429)
retBadrpt (Text/Regex/Posix/Wrap.hsc:431)
retEcollate (Text/Regex/Posix/Wrap.hsc:433)
retEctype (Text/Regex/Posix/Wrap.hsc:435)
retEescape (Text/Regex/Posix/Wrap.hsc:437)
retEsubreg (Text/Regex/Posix/Wrap.hsc:439)
retEbrack (Text/Regex/Posix/Wrap.hsc:441)
retEparen (Text/Regex/Posix/Wrap.hsc:443)
retEbrace (Text/Regex/Posix/Wrap.hsc:445)
retErange (Text/Regex/Posix/Wrap.hsc:447)
retEspace (Text/Regex/Posix/Wrap.hsc:449)
68% ( 17 / 25) in 'Text.Regex.Posix.String'
Missing documentation for:
unusedOffset (Text/Regex/Posix/String.hs:63)
compile (Text/Regex/Posix/String.hs:87)
compExtended (Text/Regex/Posix/Wrap.hsc:416)
compIgnoreCase (Text/Regex/Posix/Wrap.hsc:418)
compNoSub (Text/Regex/Posix/Wrap.hsc:420)
compNewline (Text/Regex/Posix/Wrap.hsc:422)
execNotBOL (Text/Regex/Posix/Wrap.hsc:411)
execNotEOL (Text/Regex/Posix/Wrap.hsc:413)
67% ( 16 / 24) in 'Text.Regex.Posix.Sequence'
Missing documentation for:
unusedOffset (Text/Regex/Posix/Sequence.hs:67)
compile (Text/Regex/Posix/Sequence.hs:91)
compExtended (Text/Regex/Posix/Wrap.hsc:416)
compIgnoreCase (Text/Regex/Posix/Wrap.hsc:418)
compNoSub (Text/Regex/Posix/Wrap.hsc:420)
compNewline (Text/Regex/Posix/Wrap.hsc:422)
execNotBOL (Text/Regex/Posix/Wrap.hsc:411)
execNotEOL (Text/Regex/Posix/Wrap.hsc:413)
68% ( 17 / 25) in 'Text.Regex.Posix.ByteString'
Missing documentation for:
unusedOffset (Text/Regex/Posix/ByteString.hs:143)
regexec (Text/Regex/Posix/ByteString.hs:124)
compExtended (Text/Regex/Posix/Wrap.hsc:416)
compIgnoreCase (Text/Regex/Posix/Wrap.hsc:418)
compNoSub (Text/Regex/Posix/Wrap.hsc:420)
compNewline (Text/Regex/Posix/Wrap.hsc:422)
execNotBOL (Text/Regex/Posix/Wrap.hsc:411)
execNotEOL (Text/Regex/Posix/Wrap.hsc:413)
68% ( 17 / 25) in 'Text.Regex.Posix.ByteString.Lazy'
Missing documentation for:
unusedOffset (Text/Regex/Posix/ByteString/Lazy.hs:140)
regexec (Text/Regex/Posix/ByteString/Lazy.hs:128)
compExtended (Text/Regex/Posix/Wrap.hsc:416)
compIgnoreCase (Text/Regex/Posix/Wrap.hsc:418)
compNoSub (Text/Regex/Posix/Wrap.hsc:420)
compNewline (Text/Regex/Posix/Wrap.hsc:422)
execNotBOL (Text/Regex/Posix/Wrap.hsc:411)
execNotEOL (Text/Regex/Posix/Wrap.hsc:413)
80% ( 4 / 5) in 'Text.Regex.Posix'
Missing documentation for:
getVersion_Text_Regex_Posix (Text/Regex/Posix.hs:69)
Warning: Text.Regex.Posix.Wrap: could not find link destinations for:
retNoMatch
Warning: Text.Regex.Posix.String: could not find link destinations for:
retNoMatch
Warning: Text.Regex.Posix.Sequence: could not find link destinations for:
retNoMatch
Warning: Text.Regex.Posix.ByteString: could not find link destinations for:
retNoMatch
Warning: Text.Regex.Posix.ByteString.Lazy: could not find link destinations for:
retNoMatch
Documentation created: dist/doc/html/regex-posix/index.html,
dist/doc/html/regex-posix/regex-posix.txt
Creating package registration file:
/tmp/pkgConf-regex-posix-0.9515089765051160063179.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/regex-posix-0.95.2-BbcuFE4RwTG3oQUmzAVjm
Registering regex-posix-0.95.2...
cabal: Leaving directory '/tmp/cabal-tmp-19348/regex-posix-0.95.2'
Installed regex-posix-0.95.2
cabal: Entering directory '/tmp/cabal-tmp-19348/HaXml-1.25.3'
Configuring HaXml-1.25.3...
Building HaXml-1.25.3...
Preprocessing library HaXml-1.25.3...
[ 1 of 42] Compiling Text.XML.HaXml.Xtract.Lex ( src/Text/XML/HaXml/Xtract/Lex.hs, dist/build/Text/XML/HaXml/Xtract/Lex.o )
src/Text/XML/HaXml/Xtract/Lex.hs:21:19: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
[ 2 of 42] Compiling Text.XML.HaXml.Posn ( src/Text/XML/HaXml/Posn.hs, dist/build/Text/XML/HaXml/Posn.o )
[ 3 of 42] Compiling Text.XML.HaXml.Lex ( src/Text/XML/HaXml/Lex.hs, dist/build/Text/XML/HaXml/Lex.o )
src/Text/XML/HaXml/Lex.hs:41:21: warning: [-Wtabs]
Tab character found here, and in 146 further locations.
Please use spaces instead.
[ 4 of 42] Compiling Text.XML.HaXml.DtdToHaskell.TypeDef ( src/Text/XML/HaXml/DtdToHaskell/TypeDef.hs, dist/build/Text/XML/HaXml/DtdToHaskell/TypeDef.o )
src/Text/XML/HaXml/DtdToHaskell/TypeDef.hs:48:18: warning: [-Wtabs]
Tab character found here, and in six further locations.
Please use spaces instead.
[ 5 of 42] Compiling Text.XML.HaXml.DtdToHaskell.Instance ( src/Text/XML/HaXml/DtdToHaskell/Instance.hs, dist/build/Text/XML/HaXml/DtdToHaskell/Instance.o )
[ 6 of 42] Compiling Text.XML.HaXml.Types ( src/Text/XML/HaXml/Types.hs, dist/build/Text/XML/HaXml/Types.o )
[ 7 of 42] Compiling Text.XML.HaXml.Escape ( src/Text/XML/HaXml/Escape.hs, dist/build/Text/XML/HaXml/Escape.o )
[ 8 of 42] Compiling Text.XML.HaXml.Namespaces ( src/Text/XML/HaXml/Namespaces.hs, dist/build/Text/XML/HaXml/Namespaces.o )
[ 9 of 42] Compiling Text.XML.HaXml.Combinators ( src/Text/XML/HaXml/Combinators.hs, dist/build/Text/XML/HaXml/Combinators.o )
src/Text/XML/HaXml/Combinators.hs:59:39: warning: [-Wtabs]
Tab character found here, and in 7 further locations.
Please use spaces instead.
[10 of 42] Compiling Text.XML.HaXml.Parse ( src/Text/XML/HaXml/Parse.hs, dist/build/Text/XML/HaXml/Parse.o )
src/Text/XML/HaXml/Parse.hs:108:11: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
[11 of 42] Compiling Text.XML.HaXml.Pretty ( src/Text/XML/HaXml/Pretty.hs, dist/build/Text/XML/HaXml/Pretty.o )
[12 of 42] Compiling Text.XML.HaXml.Html.Generate ( src/Text/XML/HaXml/Html/Generate.hs, dist/build/Text/XML/HaXml/Html/Generate.o )
[13 of 42] Compiling Text.XML.HaXml.Html.Parse ( src/Text/XML/HaXml/Html/Parse.hs, dist/build/Text/XML/HaXml/Html/Parse.o )
src/Text/XML/HaXml/Html/Parse.hs:332:30: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
[14 of 42] Compiling Text.XML.HaXml.Wrappers ( src/Text/XML/HaXml/Wrappers.hs, dist/build/Text/XML/HaXml/Wrappers.o )
[15 of 42] Compiling Text.XML.HaXml.Verbatim ( src/Text/XML/HaXml/Verbatim.hs, dist/build/Text/XML/HaXml/Verbatim.o )
[16 of 42] Compiling Text.XML.HaXml.ByteStringPP ( src/Text/XML/HaXml/ByteStringPP.hs, dist/build/Text/XML/HaXml/ByteStringPP.o )
[17 of 42] Compiling Text.XML.HaXml.DtdToHaskell.Convert ( src/Text/XML/HaXml/DtdToHaskell/Convert.hs, dist/build/Text/XML/HaXml/DtdToHaskell/Convert.o )
[18 of 42] Compiling Text.XML.HaXml.Html.ParseLazy ( src/Text/XML/HaXml/Html/ParseLazy.hs, dist/build/Text/XML/HaXml/Html/ParseLazy.o )
src/Text/XML/HaXml/Html/ParseLazy.hs:331:30: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
[19 of 42] Compiling Text.XML.HaXml.Html.Pretty ( src/Text/XML/HaXml/Html/Pretty.hs, dist/build/Text/XML/HaXml/Html/Pretty.o )
src/Text/XML/HaXml/Html/Pretty.hs:147:12: warning: [-Wtabs]
Tab character found here, and in 42 further locations.
Please use spaces instead.
[20 of 42] Compiling Text.XML.HaXml.ParseLazy ( src/Text/XML/HaXml/ParseLazy.hs, dist/build/Text/XML/HaXml/ParseLazy.o )
src/Text/XML/HaXml/ParseLazy.hs:112:11: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
[21 of 42] Compiling Text.XML.HaXml.SAX ( src/Text/XML/HaXml/SAX.hs, dist/build/Text/XML/HaXml/SAX.o )
src/Text/XML/HaXml/SAX.hs:8:1: warning: [-Wtabs]
Tab character found here, and in 43 further locations.
Please use spaces instead.
[22 of 42] Compiling Text.XML.HaXml.Schema.XSDTypeModel ( src/Text/XML/HaXml/Schema/XSDTypeModel.hs, dist/build/Text/XML/HaXml/Schema/XSDTypeModel.o )
src/Text/XML/HaXml/Schema/XSDTypeModel.hs:305:19: warning: [-Wmissing-fields]
• Fields of ‘Schema’ not initialised: schema_elementFormDefault,
schema_attributeFormDefault, schema_finalDefault,
schema_blockDefault, schema_targetNamespace,
schema_version, schema_namespaces
• In the expression: Schema {schema_items = []}
In an equation for ‘mempty’: mempty = Schema {schema_items = []}
In the instance declaration for ‘Monoid Schema’
[23 of 42] Compiling Text.XML.HaXml.Schema.NameConversion ( src/Text/XML/HaXml/Schema/NameConversion.hs, dist/build/Text/XML/HaXml/Schema/NameConversion.o )
[24 of 42] Compiling Text.XML.HaXml.Schema.PrimitiveTypes ( src/Text/XML/HaXml/Schema/PrimitiveTypes.hs, dist/build/Text/XML/HaXml/Schema/PrimitiveTypes.o )
src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:132:40: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
[25 of 42] Compiling Text.XML.HaXml.TypeMapping ( src/Text/XML/HaXml/TypeMapping.hs, dist/build/Text/XML/HaXml/TypeMapping.o )
src/Text/XML/HaXml/TypeMapping.hs:4:18: warning: [-Wtabs]
Tab character found here, and in 12 further locations.
Please use spaces instead.
[26 of 42] Compiling Text.XML.HaXml.XmlContent.Parser ( src/Text/XML/HaXml/XmlContent/Parser.hs, dist/build/Text/XML/HaXml/XmlContent/Parser.o )
[27 of 42] Compiling Text.XML.HaXml.XmlContent ( src/Text/XML/HaXml/XmlContent.hs, dist/build/Text/XML/HaXml/XmlContent.o )
[28 of 42] Compiling Text.XML.HaXml.Validate ( src/Text/XML/HaXml/Validate.hs, dist/build/Text/XML/HaXml/Validate.o )
src/Text/XML/HaXml/Validate.hs:39:48: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
[29 of 42] Compiling Text.XML.HaXml.OneOfN ( src/Text/XML/HaXml/OneOfN.hs, dist/build/Text/XML/HaXml/OneOfN.o )
[30 of 42] Compiling Text.XML.HaXml.Schema.Parse ( src/Text/XML/HaXml/Schema/Parse.hs, dist/build/Text/XML/HaXml/Schema/Parse.o )
[31 of 42] Compiling Text.XML.HaXml.Schema.HaskellTypeModel ( src/Text/XML/HaXml/Schema/HaskellTypeModel.hs, dist/build/Text/XML/HaXml/Schema/HaskellTypeModel.o )
[32 of 42] Compiling Text.XML.HaXml.Schema.PrettyHaskell ( src/Text/XML/HaXml/Schema/PrettyHaskell.hs, dist/build/Text/XML/HaXml/Schema/PrettyHaskell.o )
src/Text/XML/HaXml/Schema/PrettyHaskell.hs:547:1: warning: [-Wtabs]
Tab character found here, and in one further location.
Please use spaces instead.
[33 of 42] Compiling Text.XML.HaXml.Schema.PrettyHsBoot ( src/Text/XML/HaXml/Schema/PrettyHsBoot.hs, dist/build/Text/XML/HaXml/Schema/PrettyHsBoot.o )
[34 of 42] Compiling Text.XML.HaXml.Schema.Environment ( src/Text/XML/HaXml/Schema/Environment.hs, dist/build/Text/XML/HaXml/Schema/Environment.o )
src/Text/XML/HaXml/Schema/Environment.hs:88:39: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
[35 of 42] Compiling Text.XML.HaXml.Schema.TypeConversion ( src/Text/XML/HaXml/Schema/TypeConversion.hs, dist/build/Text/XML/HaXml/Schema/TypeConversion.o )
src/Text/XML/HaXml/Schema/TypeConversion.hs:298:1: warning: [-Wtabs]
Tab character found here, and in 8 further locations.
Please use spaces instead.
[36 of 42] Compiling Text.XML.HaXml.ShowXmlLazy ( src/Text/XML/HaXml/ShowXmlLazy.hs, dist/build/Text/XML/HaXml/ShowXmlLazy.o )
[37 of 42] Compiling Text.XML.HaXml.Util ( src/Text/XML/HaXml/Util.hs, dist/build/Text/XML/HaXml/Util.o )
[38 of 42] Compiling Text.XML.HaXml.XmlContent.Haskell ( src/Text/XML/HaXml/XmlContent/Haskell.hs, dist/build/Text/XML/HaXml/XmlContent/Haskell.o )
[39 of 42] Compiling Text.XML.HaXml.Xtract.Combinators ( src/Text/XML/HaXml/Xtract/Combinators.hs, dist/build/Text/XML/HaXml/Xtract/Combinators.o )
src/Text/XML/HaXml/Xtract/Combinators.hs:70:26: warning: [-Wtabs]
Tab character found here, and in one further location.
Please use spaces instead.
[40 of 42] Compiling Text.XML.HaXml.Xtract.Parse ( src/Text/XML/HaXml/Xtract/Parse.hs, dist/build/Text/XML/HaXml/Xtract/Parse.o )
src/Text/XML/HaXml/Xtract/Parse.hs:231:42: warning: [-Wtabs]
Tab character found here, and in three further locations.
Please use spaces instead.
[41 of 42] Compiling Text.XML.HaXml.Schema.Schema ( src/Text/XML/HaXml/Schema/Schema.hs, dist/build/Text/XML/HaXml/Schema/Schema.o )
[42 of 42] Compiling Text.XML.HaXml ( src/Text/XML/HaXml.hs, dist/build/Text/XML/HaXml.o )
src/Text/XML/HaXml.hs:37:1: warning: [-Wtabs]
Tab character found here, and in one further location.
Please use spaces instead.
Preprocessing executable 'Canonicalise' for HaXml-1.25.3...
[1 of 1] Compiling Main ( src/tools/Canonicalise.hs, dist/build/Canonicalise/Canonicalise-tmp/Main.o )
Linking dist/build/Canonicalise/Canonicalise ...
Preprocessing executable 'CanonicaliseLazy' for HaXml-1.25.3...
[1 of 1] Compiling Main ( src/tools/CanonicaliseLazy.hs, dist/build/CanonicaliseLazy/CanonicaliseLazy-tmp/Main.o )
Linking dist/build/CanonicaliseLazy/CanonicaliseLazy ...
Preprocessing executable 'Xtract' for HaXml-1.25.3...
[1 of 1] Compiling Main ( src/tools/Xtract.hs, dist/build/Xtract/Xtract-tmp/Main.o )
src/tools/Xtract.hs:32:1: warning: [-Wmissing-signatures]
Top-level binding with no type signature: defaultOptions :: Opts
src/tools/Xtract.hs:51:23: warning: [-Wunused-local-binds]
Defined but not used: ‘errs’
Linking dist/build/Xtract/Xtract ...
Preprocessing executable 'Validate' for HaXml-1.25.3...
[1 of 1] Compiling Main ( src/tools/Validate.hs, dist/build/Validate/Validate-tmp/Main.o )
Linking dist/build/Validate/Validate ...
Preprocessing executable 'MkOneOf' for HaXml-1.25.3...
[1 of 1] Compiling Main ( src/tools/MkOneOf.hs, dist/build/MkOneOf/MkOneOf-tmp/Main.o )
src/tools/MkOneOf.hs:92:14: warning: [-Wtabs]
Tab character found here, and in 8 further locations.
Please use spaces instead.
Linking dist/build/MkOneOf/MkOneOf ...
Preprocessing executable 'DtdToHaskell' for HaXml-1.25.3...
[1 of 1] Compiling Main ( src/tools/DtdToHaskell.hs, dist/build/DtdToHaskell/DtdToHaskell-tmp/Main.o )
src/tools/DtdToHaskell.hs:20:1: warning: [-Wunused-imports]
The import of ‘TypeDef’
from module ‘Text.XML.HaXml.DtdToHaskell.TypeDef’ is redundant
Linking dist/build/DtdToHaskell/DtdToHaskell ...
Preprocessing executable 'XsdToHaskell' for HaXml-1.25.3...
[1 of 1] Compiling Main ( src/tools/XsdToHaskell.hs, dist/build/XsdToHaskell/XsdToHaskell-tmp/Main.o )
src/tools/XsdToHaskell.hs:32:1: warning: [-Wunused-imports]
The import of ‘vcat’
from module ‘Text.PrettyPrint.HughesPJ’ is redundant
Linking dist/build/XsdToHaskell/XsdToHaskell ...
Preprocessing executable 'FpMLToHaskell' for HaXml-1.25.3...
[1 of 1] Compiling Main ( src/tools/FpMLToHaskell.hs, dist/build/FpMLToHaskell/FpMLToHaskell-tmp/Main.o )
src/tools/FpMLToHaskell.hs:40:1: warning: [-Wunused-imports]
The import of ‘vcat’
from module ‘Text.PrettyPrint.HughesPJ’ is redundant
src/tools/FpMLToHaskell.hs:71:3: warning: [-Wname-shadowing]
This binding for ‘wordsBy’ shadows the existing binding
imported from ‘Text.XML.HaXml.Schema.NameConversion’ at src/tools/FpMLToHaskell.hs:33:1-43
src/tools/FpMLToHaskell.hs:77:37: warning: [-Wunused-matches]
Defined but not used: ‘outf’
src/tools/FpMLToHaskell.hs:174:9: warning: [-Wname-shadowing]
This binding for ‘name’ shadows the existing binding
imported from ‘Text.XML.HaXml.Schema.Parse’ at src/tools/FpMLToHaskell.hs:31:1-34
src/tools/FpMLToHaskell.hs:180:5: warning: [-Wname-shadowing]
This binding for ‘traverse’ shadows the existing binding
imported from ‘Prelude’ at src/tools/FpMLToHaskell.hs:2:8-11
(and originally defined in ‘Data.Traversable’)
src/tools/FpMLToHaskell.hs:188:12: warning: [-Wname-shadowing]
This binding for ‘name’ shadows the existing binding
imported from ‘Text.XML.HaXml.Schema.Parse’ at src/tools/FpMLToHaskell.hs:31:1-34
src/tools/FpMLToHaskell.hs:203:12: warning: [-Wunused-matches]
Defined but not used: ‘proj’
src/tools/FpMLToHaskell.hs:203:17: warning: [-Wunused-matches]
Defined but not used: ‘x’
Linking dist/build/FpMLToHaskell/FpMLToHaskell ...
Running Haddock for HaXml-1.25.3...
Running hscolour for HaXml-1.25.3...
Preprocessing library HaXml-1.25.3...
Preprocessing executable 'Canonicalise' for HaXml-1.25.3...
Preprocessing executable 'CanonicaliseLazy' for HaXml-1.25.3...
Preprocessing executable 'Xtract' for HaXml-1.25.3...
Preprocessing executable 'Validate' for HaXml-1.25.3...
Preprocessing executable 'MkOneOf' for HaXml-1.25.3...
Preprocessing executable 'DtdToHaskell' for HaXml-1.25.3...
Preprocessing executable 'XsdToHaskell' for HaXml-1.25.3...
Preprocessing executable 'FpMLToHaskell' for HaXml-1.25.3...
Preprocessing library HaXml-1.25.3...
src/Text/XML/HaXml/Xtract/Lex.hs:21:19: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
src/Text/XML/HaXml/Lex.hs:41:21: warning: [-Wtabs]
Tab character found here, and in 146 further locations.
Please use spaces instead.
src/Text/XML/HaXml/DtdToHaskell/TypeDef.hs:48:18: warning: [-Wtabs]
Tab character found here, and in six further locations.
Please use spaces instead.
src/Text/XML/HaXml/Combinators.hs:59:39: warning: [-Wtabs]
Tab character found here, and in 7 further locations.
Please use spaces instead.
src/Text/XML/HaXml/Parse.hs:108:11: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
src/Text/XML/HaXml/Html/Parse.hs:332:30: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
Haddock coverage:
40% ( 2 / 5) in 'Text.XML.HaXml.Xtract.Lex'
Missing documentation for:
Posn (src/Text/XML/HaXml/Xtract/Lex.hs:21)
TokenT (src/Text/XML/HaXml/Xtract/Lex.hs:27)
Token (src/Text/XML/HaXml/Xtract/Lex.hs:19)
82% ( 14 / 17) in 'Text.XML.HaXml.Posn'
Missing documentation for:
posnFilename (src/Text/XML/HaXml/Posn.hs:25)
posnLine (src/Text/XML/HaXml/Posn.hs:28)
posnColumn (src/Text/XML/HaXml/Posn.hs:28)
80% ( 8 / 10) in 'Text.XML.HaXml.Lex'
Missing documentation for:
Special (src/Text/XML/HaXml/Lex.hs:75)
Section (src/Text/XML/HaXml/Lex.hs:82)
75% ( 15 / 20) in 'Text.XML.HaXml.DtdToHaskell.TypeDef'
Missing documentation for:
TypeDef (src/Text/XML/HaXml/DtdToHaskell/TypeDef.hs:34)
Constructors (src/Text/XML/HaXml/DtdToHaskell/TypeDef.hs:38)
AttrFields (src/Text/XML/HaXml/DtdToHaskell/TypeDef.hs:39)
StructType (src/Text/XML/HaXml/DtdToHaskell/TypeDef.hs:40)
ppTypeDef (src/Text/XML/HaXml/DtdToHaskell/TypeDef.hs:74)
50% ( 1 / 2) in 'Text.XML.HaXml.DtdToHaskell.Instance'
Missing documentation for:
Module header
21% ( 18 / 86) in 'Text.XML.HaXml.Types'
Missing documentation for:
SymTab (src/Text/XML/HaXml/Types.hs:118)
emptyST (src/Text/XML/HaXml/Types.hs:120)
addST (src/Text/XML/HaXml/Types.hs:123)
lookupST (src/Text/XML/HaXml/Types.hs:126)
Element (src/Text/XML/HaXml/Types.hs:165)
ElemTag (src/Text/XML/HaXml/Types.hs:167)
Content (src/Text/XML/HaXml/Types.hs:169)
Attribute (src/Text/XML/HaXml/Types.hs:168)
AttValue (src/Text/XML/HaXml/Types.hs:303)
info (src/Text/XML/HaXml/Types.hs:183)
Prolog (src/Text/XML/HaXml/Types.hs:137)
XMLDecl (src/Text/XML/HaXml/Types.hs:139)
Misc (src/Text/XML/HaXml/Types.hs:141)
ProcessingInstruction (src/Text/XML/HaXml/Types.hs:145)
SDDecl (src/Text/XML/HaXml/Types.hs:147)
VersionInfo (src/Text/XML/HaXml/Types.hs:148)
Comment (src/Text/XML/HaXml/Types.hs:149)
PITarget (src/Text/XML/HaXml/Types.hs:150)
DocTypeDecl (src/Text/XML/HaXml/Types.hs:152)
MarkupDecl (src/Text/XML/HaXml/Types.hs:153)
ExtSubset (src/Text/XML/HaXml/Types.hs:160)
ExtSubsetDecl (src/Text/XML/HaXml/Types.hs:161)
ElementDecl (src/Text/XML/HaXml/Types.hs:199)
ContentSpec (src/Text/XML/HaXml/Types.hs:200)
CP (src/Text/XML/HaXml/Types.hs:205)
Modifier (src/Text/XML/HaXml/Types.hs:209)
Mixed (src/Text/XML/HaXml/Types.hs:214)
AttListDecl (src/Text/XML/HaXml/Types.hs:217)
AttDef (src/Text/XML/HaXml/Types.hs:218)
AttType (src/Text/XML/HaXml/Types.hs:219)
TokenizedType (src/Text/XML/HaXml/Types.hs:223)
EnumeratedType (src/Text/XML/HaXml/Types.hs:231)
NotationType (src/Text/XML/HaXml/Types.hs:234)
Enumeration (src/Text/XML/HaXml/Types.hs:235)
DefaultDecl (src/Text/XML/HaXml/Types.hs:236)
FIXED (src/Text/XML/HaXml/Types.hs:240)
ConditionalSect (src/Text/XML/HaXml/Types.hs:242)
IncludeSect (src/Text/XML/HaXml/Types.hs:245)
IgnoreSect (src/Text/XML/HaXml/Types.hs:246)
Ignore (src/Text/XML/HaXml/Types.hs:247)
IgnoreSectContents (src/Text/XML/HaXml/Types.hs:248)
Reference (src/Text/XML/HaXml/Types.hs:250)
EntityRef (src/Text/XML/HaXml/Types.hs:253)
CharRef (src/Text/XML/HaXml/Types.hs:254)
PEReference (src/Text/XML/HaXml/Types.hs:255)
EntityDecl (src/Text/XML/HaXml/Types.hs:257)
GEDecl (src/Text/XML/HaXml/Types.hs:260)
PEDecl (src/Text/XML/HaXml/Types.hs:261)
EntityDef (src/Text/XML/HaXml/Types.hs:262)
PEDef (src/Text/XML/HaXml/Types.hs:265)
ExternalID (src/Text/XML/HaXml/Types.hs:267)
NDataDecl (src/Text/XML/HaXml/Types.hs:269)
TextDecl (src/Text/XML/HaXml/Types.hs:271)
ExtParsedEnt (src/Text/XML/HaXml/Types.hs:272)
ExtPE (src/Text/XML/HaXml/Types.hs:273)
NotationDecl (src/Text/XML/HaXml/Types.hs:275)
PublicID (src/Text/XML/HaXml/Types.hs:276)
EncodingDecl (src/Text/XML/HaXml/Types.hs:277)
EntityValue (src/Text/XML/HaXml/Types.hs:311)
EV (src/Text/XML/HaXml/Types.hs:312)
PubidLiteral (src/Text/XML/HaXml/Types.hs:315)
SystemLiteral (src/Text/XML/HaXml/Types.hs:316)
Name (src/Text/XML/HaXml/Types.hs:298)
Names (src/Text/XML/HaXml/Types.hs:299)
NmToken (src/Text/XML/HaXml/Types.hs:300)
NmTokens (src/Text/XML/HaXml/Types.hs:301)
CharData (src/Text/XML/HaXml/Types.hs:317)
CDSect (src/Text/XML/HaXml/Types.hs:318)
0% ( 0 / 8) in 'Text.XML.HaXml.Escape'
Missing documentation for:
Module header
xmlEscape (src/Text/XML/HaXml/Escape.hs:100)
xmlUnEscape (src/Text/XML/HaXml/Escape.hs:173)
xmlEscapeContent (src/Text/XML/HaXml/Escape.hs:104)
xmlUnEscapeContent (src/Text/XML/HaXml/Escape.hs:177)
XmlEscaper (src/Text/XML/HaXml/Escape.hs:87)
stdXmlEscaper (src/Text/XML/HaXml/Escape.hs:266)
mkXmlEscaper (src/Text/XML/HaXml/Escape.hs:284)
92% ( 11 / 12) in 'Text.XML.HaXml.Namespaces'
Missing documentation for:
Module header
85% ( 62 / 73) in 'Text.XML.HaXml.Combinators'
Missing documentation for:
keep (src/Text/XML/HaXml/Combinators.hs:79)
none (src/Text/XML/HaXml/Combinators.hs:81)
elm (src/Text/XML/HaXml/Combinators.hs:105)
txt (src/Text/XML/HaXml/Combinators.hs:105)
tag (src/Text/XML/HaXml/Combinators.hs:106)
attr (src/Text/XML/HaXml/Combinators.hs:107)
attrval (src/Text/XML/HaXml/Combinators.hs:108)
tagWith (src/Text/XML/HaXml/Combinators.hs:109)
deep (src/Text/XML/HaXml/Combinators.hs:253)
deepest (src/Text/XML/HaXml/Combinators.hs:253)
multi (src/Text/XML/HaXml/Combinators.hs:253)
87% ( 27 / 31) in 'Text.XML.HaXml.Parse'
Missing documentation for:
cdsect (src/Text/XML/HaXml/Parse.hs:320)
fst3 (src/Text/XML/HaXml/Parse.hs:147)
snd3 (src/Text/XML/HaXml/Parse.hs:148)
thd3 (src/Text/XML/HaXml/Parse.hs:149)
54% ( 7 / 13) in 'Text.XML.HaXml.Pretty'
Missing documentation for:
document (src/Text/XML/HaXml/Pretty.hs:44)
content (src/Text/XML/HaXml/Pretty.hs:58)
element (src/Text/XML/HaXml/Pretty.hs:56)
doctypedecl (src/Text/XML/HaXml/Pretty.hs:50)
prolog (src/Text/XML/HaXml/Pretty.hs:45)
cp (src/Text/XML/HaXml/Pretty.hs:54)
22% ( 9 / 40) in 'Text.XML.HaXml.Html.Generate'
Missing documentation for:
html (src/Text/XML/HaXml/Html/Generate.hs:40)
hhead (src/Text/XML/HaXml/Html/Generate.hs:40)
htitle (src/Text/XML/HaXml/Html/Generate.hs:40)
hbody (src/Text/XML/HaXml/Html/Generate.hs:40)
h1 (src/Text/XML/HaXml/Html/Generate.hs:40)
h2 (src/Text/XML/HaXml/Html/Generate.hs:40)
h3 (src/Text/XML/HaXml/Html/Generate.hs:40)
h4 (src/Text/XML/HaXml/Html/Generate.hs:40)
hpara (src/Text/XML/HaXml/Html/Generate.hs:40)
hdiv (src/Text/XML/HaXml/Html/Generate.hs:40)
hspan (src/Text/XML/HaXml/Html/Generate.hs:40)
margin (src/Text/XML/HaXml/Html/Generate.hs:40)
anchor (src/Text/XML/HaXml/Html/Generate.hs:67)
makehref (src/Text/XML/HaXml/Html/Generate.hs:70)
anchorname (src/Text/XML/HaXml/Html/Generate.hs:70)
hpre (src/Text/XML/HaXml/Html/Generate.hs:40)
hcentre (src/Text/XML/HaXml/Html/Generate.hs:40)
hem (src/Text/XML/HaXml/Html/Generate.hs:40)
htt (src/Text/XML/HaXml/Html/Generate.hs:40)
hbold (src/Text/XML/HaXml/Html/Generate.hs:40)
parens (src/Text/XML/HaXml/Html/Generate.hs:85)
bullet (src/Text/XML/HaXml/Html/Generate.hs:88)
htable (src/Text/XML/HaXml/Html/Generate.hs:40)
hrow (src/Text/XML/HaXml/Html/Generate.hs:40)
hcol (src/Text/XML/HaXml/Html/Generate.hs:40)
hbr (src/Text/XML/HaXml/Html/Generate.hs:75)
hhr (src/Text/XML/HaXml/Html/Generate.hs:75)
showattr (src/Text/XML/HaXml/Html/Generate.hs:80)
! (src/Text/XML/HaXml/Html/Generate.hs:80)
? (src/Text/XML/HaXml/Html/Generate.hs:80)
htmlprint (src/Text/XML/HaXml/Html/Generate.hs:108)
100% ( 3 / 3) in 'Text.XML.HaXml.Html.Parse'
75% ( 3 / 4) in 'Text.XML.HaXml.Wrappers'
Missing documentation for:
Module header
27% ( 3 / 11) in 'Text.XML.HaXml.Verbatim'
Missing documentation for:
qname (src/Text/XML/HaXml
src/Text/XML/HaXml/Html/ParseLazy.hs:331:30: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
src/Text/XML/HaXml/Html/Pretty.hs:147:12: warning: [-Wtabs]
Tab character found here, and in 42 further locations.
Please use spaces instead.
src/Text/XML/HaXml/ParseLazy.hs:112:11: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
src/Text/XML/HaXml/SAX.hs:8:1: warning: [-Wtabs]
Tab character found here, and in 41 further locations.
Please use spaces instead.
src/Text/XML/HaXml/Schema/XSDTypeModel.hs:305:19: warning: [-Wmissing-fields]
• Fields of ‘Schema’ not initialised: schema_elementFormDefault,
schema_attributeFormDefault, schema_finalDefault,
schema_blockDefault, schema_targetNamespace,
schema_version, schema_namespaces
• In the expression: Schema {schema_items = []}
In an equation for ‘mempty’: mempty = Schema {schema_items = []}
In the instance declaration for ‘Monoid Schema’
src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:132:40: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
src/Text/XML/HaXml/TypeMapping.hs:4:18: warning: [-Wtabs]
Tab character found here, and in 10 further locations.
Please use spaces instead.
/Verbatim.hs:50)
(src/Text/XML/HaXml/Verbatim.hs:60)
(src/Text/XML/HaXml/Verbatim.hs:63)
(src/Text/XML/HaXml/Verbatim.hs:66)
(src/Text/XML/HaXml/Verbatim.hs:70)
(src/Text/XML/HaXml/Verbatim.hs:78)
(src/Text/XML/HaXml/Verbatim.hs:87)
(src/Text/XML/HaXml/Verbatim.hs:91)
54% ( 7 / 13) in 'Text.XML.HaXml.ByteStringPP'
Missing documentation for:
document (src/Text/XML/HaXml/ByteStringPP.hs:82)
content (src/Text/XML/HaXml/ByteStringPP.hs:96)
element (src/Text/XML/HaXml/ByteStringPP.hs:94)
doctypedecl (src/Text/XML/HaXml/ByteStringPP.hs:88)
prolog (src/Text/XML/HaXml/ByteStringPP.hs:83)
cp (src/Text/XML/HaXml/ByteStringPP.hs:92)
50% ( 1 / 2) in 'Text.XML.HaXml.DtdToHaskell.Convert'
Missing documentation for:
dtd2TypeDef (src/Text/XML/HaXml/DtdToHaskell/Convert.hs:27)
100% ( 2 / 2) in 'Text.XML.HaXml.Html.ParseLazy'
20% ( 1 / 5) in 'Text.XML.HaXml.Html.Pretty'
Missing documentation for:
document (src/Text/XML/HaXml/Html/Pretty.hs:31)
element (src/Text/XML/HaXml/Html/Pretty.hs:42)
attribute (src/Text/XML/HaXml/Html/Pretty.hs:43)
content (src/Text/XML/HaXml/Html/Pretty.hs:44)
89% ( 25 / 28) in 'Text.XML.HaXml.ParseLazy'
Missing documentation for:
fst3 (src/Text/XML/HaXml/ParseLazy.hs:151)
snd3 (src/Text/XML/HaXml/ParseLazy.hs:152)
thd3 (src/Text/XML/HaXml/ParseLazy.hs:153)
67% ( 2 / 3) in 'Text.XML.HaXml.SAX'
Missing documentation for:
SaxElement (src/Text/XML/HaXml/SAX.hs:17)
0% ( 0 / 49) in 'Text.XML.HaXml.Schema.XSDTypeModel'
Missing documentation for:
Module header
Schema (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:8)
SchemaItem (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:20)
SimpleType (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:36)
Restriction (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:58)
Facet (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:69)
FacetType (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:76)
ComplexType (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:92)
ComplexItem (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:102)
Restriction1 (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:116)
Extension (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:118)
Particle (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:125)
ParticleAttrs (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:126)
Group (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:129)
ChoiceOrSeq (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:137)
ElementEtc (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:141)
Any (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:147)
AnyAttr (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:154)
AttrGroup (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:161)
ElementDecl (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:169)
NameAndType (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:184)
AttributeDecl (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:188)
UniqueKeyOrKeyRef (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:200)
Unique (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:206)
Key (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:213)
KeyRef (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:220)
Selector (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:228)
Field (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:233)
Occurs (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:239)
Use (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:241)
PrimitiveType (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:245)
MyRestriction (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:253)
Mixed (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:257)
Nillable (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:258)
Fixed (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:259)
Annotation (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:261)
QForm (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:266)
TargetNamespace (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:268)
Final (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:270)
Block (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:272)
ProcessContents (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:273)
SchemaLocation (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:287)
DefaultValue (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:288)
FixedValue (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:289)
Regexp (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:290)
URI (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:291)
TypeName (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:292)
(src/Text/XML/HaXml/Schema/XSDTypeModel.hs:294)
(src/Text/XML/HaXml/Schema/XSDTypeModel.hs:304)
91% ( 10 / 11) in 'Text.XML.HaXml.Schema.NameConversion'
Missing documentation for:
fpmlNameConverter (src/Text/XML/HaXml/Schema/NameConversion.hs:156)
20% ( 10 / 50) in 'Text.XML.HaXml.Schema.PrimitiveTypes'
Missing documentation for:
Module header
XsdString (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:74)
Boolean (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:73)
Base64Binary (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:75)
HexBinary (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:76)
Decimal (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:81)
AnyURI (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:77)
NOTATION (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:79)
Duration (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:84)
DateTime (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:90)
Time (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:91)
Date (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:92)
GYearMonth (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:93)
GYear (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:94)
GMonthDay (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:95)
GDay (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:96)
GMonth (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:97)
NormalizedString (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:197)
Token (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:198)
Language (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:199)
Name (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:200)
NCName (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:201)
ID (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:202)
IDREF (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:203)
IDREFS (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:204)
ENTITY (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:205)
ENTITIES (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:206)
NMTOKEN (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:207)
NMTOKENS (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:208)
NonPositiveInteger (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:248)
NegativeInteger (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:249)
Long (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:250)
Short (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:252)
Byte (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:253)
NonNegativeInteger (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:254)
UnsignedLong (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:255)
UnsignedInt (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:256)
UnsignedShort (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:257)
UnsignedByte (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:258)
PositiveInteger (src/Text/XML/HaXml/Schema/PrimitiveTypes.hs:259)
82% ( 9 / 11) in 'Text.XML.HaXml.TypeMapping'
Missing documentation for:
Module header
showHType (src/Text/XML/HaXml/TypeMapping.hs:254)
70% ( 37 / 53) in 'Text.XML.HaXml.XmlContent.Parser'
Missing documentation for:
Element (src/Text/XML/HaXml/Types.hs:165)
ElemTag (src/Text/XML/HaXml/Types.hs:167)
Content (src/Text/XML/HaXml/Types.hs:169)
Attribute (src/Text/XML/HaXml/Types.hs:168)
AttValue (src/Text/XML/HaXml/Types.hs:303)
Prolog (src/Text/XML/HaXml/Types.hs:137)
Reference (src/Text/XML/HaXml/Types.hs:250)
maybeToAttr (src/Text/XML/HaXml/XmlContent/Parser.hs:574)
defaultToAttr (src/Text/XML/HaXml/XmlContent/Parser.hs:579)
definiteA (src/Text/XML/HaXml/XmlContent/Parser.hs:584)
defaultA (src/Text/XML/HaXml/XmlContent/Parser.hs:591)
possibleA (s
src/Text/XML/HaXml/Validate.hs:39:48: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
src/Text/XML/HaXml/Schema/PrettyHaskell.hs:547:1: warning: [-Wtabs]
Tab character found here, and in one further location.
Please use spaces instead.
src/Text/XML/HaXml/Schema/Environment.hs:88:39: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
src/Text/XML/HaXml/Schema/TypeConversion.hs:298:1: warning: [-Wtabs]
Tab character found here, and in 8 further locations.
Please use spaces instead.
src/Text/XML/HaXml/Xtract/Combinators.hs:70:26: warning: [-Wtabs]
Tab character found here, and in one further location.
Please use spaces instead.
src/Text/XML/HaXml/Xtract/Parse.hs:231:42: warning: [-Wtabs]
Tab character found here, and in three further locations.
Please use spaces instead.
src/Text/XML/HaXml.hs:37:1: warning: [-Wtabs]
Tab character found here, and in one further location.
Please use spaces instead.
rc/Text/XML/HaXml/XmlContent/Parser.hs:598)
fromAttrToStr (src/Text/XML/HaXml/XmlContent/Parser.hs:601)
toAttrFrStr (src/Text/XML/HaXml/XmlContent/Parser.hs:606)
str2attr (src/Text/XML/HaXml/XmlContent/Parser.hs:609)
attr2str (src/Text/XML/HaXml/XmlContent/Parser.hs:622)
100% ( 17 / 17) in 'Text.XML.HaXml.XmlContent'
100% ( 3 / 3) in 'Text.XML.HaXml.Validate'
2% ( 2 / 81) in 'Text.XML.HaXml.OneOfN'
Missing documentation for:
Module header
(src/Text/XML/HaXml/OneOfN.hs:11)
(src/Text/XML/HaXml/OneOfN.hs:17)
foldOneOf1 (src/Text/XML/HaXml/OneOfN.hs:25)
(src/Text/XML/HaXml/OneOfN.hs:38)
(src/Text/XML/HaXml/OneOfN.hs:45)
foldOneOf2 (src/Text/XML/HaXml/OneOfN.hs:54)
OneOf3 (src/Text/XML/HaXml/OneOfN.hs:61)
(src/Text/XML/HaXml/OneOfN.hs:65)
(src/Text/XML/HaXml/OneOfN.hs:69)
foldOneOf3 (src/Text/XML/HaXml/OneOfN.hs:79)
OneOf4 (src/Text/XML/HaXml/OneOfN.hs:87)
(src/Text/XML/HaXml/OneOfN.hs:91)
(src/Text/XML/HaXml/OneOfN.hs:95)
foldOneOf4 (src/Text/XML/HaXml/OneOfN.hs:106)
OneOf5 (src/Text/XML/HaXml/OneOfN.hs:115)
(src/Text/XML/HaXml/OneOfN.hs:119)
(src/Text/XML/HaXml/OneOfN.hs:123)
foldOneOf5 (src/Text/XML/HaXml/OneOfN.hs:136)
OneOf6 (src/Text/XML/HaXml/OneOfN.hs:146)
(src/Text/XML/HaXml/OneOfN.hs:150)
(src/Text/XML/HaXml/OneOfN.hs:155)
foldOneOf6 (src/Text/XML/HaXml/OneOfN.hs:170)
OneOf7 (src/Text/XML/HaXml/OneOfN.hs:181)
(src/Text/XML/HaXml/OneOfN.hs:186)
(src/Text/XML/HaXml/OneOfN.hs:191)
foldOneOf7 (src/Text/XML/HaXml/OneOfN.hs:207)
OneOf8 (src/Text/XML/HaXml/OneOfN.hs:220)
(src/Text/XML/HaXml/OneOfN.hs:225)
(src/Text/XML/HaXml/OneOfN.hs:230)
foldOneOf8 (src/Text/XML/HaXml/OneOfN.hs:247)
OneOf9 (src/Text/XML/HaXml/OneOfN.hs:261)
(src/Text/XML/HaXml/OneOfN.hs:266)
(src/Text/XML/HaXml/OneOfN.hs:271)
foldOneOf9 (src/Text/XML/HaXml/OneOfN.hs:290)
OneOf10 (src/Text/XML/HaXml/OneOfN.hs:305)
(src/Text/XML/HaXml/OneOfN.hs:310)
(src/Text/XML/HaXml/OneOfN.hs:315)
foldOneOf10 (src/Text/XML/HaXml/OneOfN.hs:335)
OneOf11 (src/Text/XML/HaXml/OneOfN.hs:351)
(src/Text/XML/HaXml/OneOfN.hs:357)
(src/Text/XML/HaXml/OneOfN.hs:363)
foldOneOf11 (src/Text/XML/HaXml/OneOfN.hs:386)
OneOf12 (src/Text/XML/HaXml/OneOfN.hs:403)
(src/Text/XML/HaXml/OneOfN.hs:409)
(src/Text/XML/HaXml/OneOfN.hs:415)
foldOneOf12 (src/Text/XML/HaXml/OneOfN.hs:439)
OneOf13 (src/Text/XML/HaXml/OneOfN.hs:457)
(src/Text/XML/HaXml/OneOfN.hs:463)
(src/Text/XML/HaXml/OneOfN.hs:469)
foldOneOf13 (src/Text/XML/HaXml/OneOfN.hs:494)
OneOf14 (src/Text/XML/HaXml/OneOfN.hs:514)
(src/Text/XML/HaXml/OneOfN.hs:520)
(src/Text/XML/HaXml/OneOfN.hs:526)
foldOneOf14 (src/Text/XML/HaXml/OneOfN.hs:553)
OneOf15 (src/Text/XML/HaXml/OneOfN.hs:574)
(src/Text/XML/HaXml/OneOfN.hs:581)
(src/Text/XML/HaXml/OneOfN.hs:587)
foldOneOf15 (src/Text/XML/HaXml/OneOfN.hs:615)
OneOf16 (src/Text/XML/HaXml/OneOfN.hs:637)
(src/Text/XML/HaXml/OneOfN.hs:644)
(src/Text/XML/HaXml/OneOfN.hs:651)
foldOneOf16 (src/Text/XML/HaXml/OneOfN.hs:681)
OneOf17 (src/Text/XML/HaXml/OneOfN.hs:704)
(src/Text/XML/HaXml/OneOfN.hs:711)
(src/Text/XML/HaXml/OneOfN.hs:718)
foldOneOf17 (src/Text/XML/HaXml/OneOfN.hs:750)
OneOf18 (src/Text/XML/HaXml/OneOfN.hs:774)
(src/Text/XML/HaXml/OneOfN.hs:781)
(src/Text/XML/HaXml/OneOfN.hs:788)
foldOneOf18 (src/Text/XML/HaXml/OneOfN.hs:821)
OneOf19 (src/Text/XML/HaXml/OneOfN.hs:846)
(src/Text/XML/HaXml/OneOfN.hs:854)
(src/Text/XML/HaXml/OneOfN.hs:861)
foldOneOf19 (src/Text/XML/HaXml/OneOfN.hs:895)
OneOf20 (src/Text/XML/HaXml/OneOfN.hs:922)
(src/Text/XML/HaXml/OneOfN.hs:930)
(src/Text/XML/HaXml/OneOfN.hs:937)
foldOneOf20 (src/Text/XML/HaXml/OneOfN.hs:973)
91% ( 53 / 58) in 'Text.XML.HaXml.Schema.Parse'
Missing documentation for:
Module header
block (src/Text/XML/HaXml/Schema/Parse.hs:238)
aFacet (src/Text/XML/HaXml/Schema/Parse.hs:339)
facet (src/Text/XML/HaXml/Schema/Parse.hs:353)
space (src/Text/XML/HaXml/Schema/Parse.hs:616)
67% ( 6 / 9) in 'Text.XML.HaXml.Schema.HaskellTypeModel'
Missing documentation for:
Element (src/Text/XML/HaXml/Schema/HaskellTypeModel.hs:138)
Attribute (src/Text/XML/HaXml/Schema/HaskellTypeModel.hs:156)
Modifier (src/Text/XML/HaXml/Schema/HaskellTypeModel.hs:163)
100% ( 6 / 6) in 'Text.XML.HaXml.Schema.PrettyHaskell'
100% ( 6 / 6) in 'Text.XML.HaXml.Schema.PrettyHsBoot'
83% ( 10 / 12) in 'Text.XML.HaXml.Schema.Environment'
Missing documentation for:
Module header
Environment (src/Text/XML/HaXml/Schema/Environment.hs:45)
42% ( 5 / 12) in 'Text.XML.HaXml.Schema.TypeConversion'
Missing documentation for:
Module header
comment (src/Text/XML/HaXml/Schema/TypeConversion.hs:460)
xname (src/Text/XML/HaXml/Schema/TypeConversion.hs:465)
checkXName (src/Text/XML/HaXml/Schema/TypeConversion.hs:468)
nameOfSimple (src/Text/XML/HaXml/Schema/TypeConversion.hs:474)
mkRestrict (src/Text/XML/HaXml/Schema/TypeConversion.hs:481)
singleton (src/Text/XML/HaXml/Schema/TypeConversion.hs:513)
50% ( 1 / 2) in 'Text.XML.HaXml.ShowXmlLazy'
Missing documentation for:
Module header
67% ( 4 / 6) in 'Text.XML.HaXml.Util'
Missing documentation for:
attrs (src/Text/XML/HaXml/Util.hs:31)
tagTextContent (src/Text/XML/HaXml/Util.hs:34)
100% ( 16 / 16) in 'Text.XML.HaXml.XmlContent.Haskell'
56% ( 15 / 27) in 'Text.XML.HaXml.Xtract.Combinators'
Missing documentation for:
children (src/Text/XML/HaXml/Xtract/Combinators.hs:73)
elm (src/Text/XML/HaXml/Xtract/Combinators.hs:73)
txt (src/Text/XML/HaXml/Xtract/Combinators.hs:73)
applypred (src/Text/XML/HaXml/Xtract/Combinators.hs:78)
iffind (src/Text/XML/HaXml/Xtract/Combinators.hs:81)
ifTxt (src/Text/XML/HaXml/Xtract/Combinators.hs:88)
cat (src/Text/XML/HaXml/Xtract/Combinators.hs:92)
/> (src/Text/XML/HaXml/Xtract/Combinators.hs:95)
</ (src/Text/XML/HaXml/Xtract/Combinators.hs:98)
deep (src/Text/XML/HaXml/Xtract/Combinators.hs:101)
deepest (src/Text/XML/HaXml/Xtract/Combinators.hs:101)
multi (src/Text/XML/HaXml/Xtract/Combinators.hs:101)
100% ( 3 / 3) in 'Text.XML.HaXml.Xtract.Parse'
71% ( 20 / 28) in 'Text.XML.HaXml.Schema.Schema'
Missing documentation for:
Module header
Occurs (src/Text/XML/HaXml/Schema/XSDTypeModel.hs:239)
parseAnyElement (src/Text/XML/HaXml/Schema/Schema.hs:131)
Content (src/Text/XML/HaXml/Types.hs:169)
toXMLElement (src/Text/XML/HaXml/Schema/Schema.hs:141)
toXMLText (src/Text/XML/HaXml/Schema/Schema.hs:145)
toXMLAnyElement (src/Text/XML/HaXml/Schema/Schema.hs:149)
toXMLAttribute (src/Text/XML/HaXml/Schema/Schema.hs:153)
100% ( 13 / 13) in 'Text.XML.HaXml'
Warning: Text.XML.HaXml.Parse: could not find link destinations for:
SymTabs
Warning: Text.XML.HaXml.ParseLazy: could not find link destinations for:
SymTabs
Warning: Text.XML.HaXml.Schema.PrimitiveTypes: could not find link destinations for:
D:R:URecFloatp0 UFloat uFloat# D:R:URecDoublep0 UDouble uDouble# unsafeIndex unsafeRangeSize D:R:URecIntp0 UInt uInt#
Warning: Text.XML.HaXml.Schema.PrettyHaskell: could not find link destinations for:
CommentPosition
Warning: Text.XML.HaXml.Schema.PrettyHsBoot: could not find link destinations for:
CommentPosition
Documentation created: dist/doc/html/HaXml/index.html,
dist/doc/html/HaXml/HaXml.txt
Preprocessing executable 'Canonicalise' for HaXml-1.25.3...
Preprocessing executable 'CanonicaliseLazy' for HaXml-1.25.3...
Preprocessing executable 'Xtract' for HaXml-1.25.3...
Preprocessing executable 'Validate' for HaXml-1.25.3...
Preprocessing executable 'MkOneOf' for HaXml-1.25.3...
Preprocessing executable 'DtdToHaskell' for HaXml-1.25.3...
Preprocessing executable 'XsdToHaskell' for HaXml-1.25.3...
Preprocessing executable 'FpMLToHaskell' for HaXml-1.25.3...
Creating package registration file:
/tmp/pkgConf-HaXml-1.251336194465831099451.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/HaXml-1.25.3-4k6ebpqPGxGFFOIz0PGn6e
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Registering HaXml-1.25.3...
cabal: Leaving directory '/tmp/cabal-tmp-19348/HaXml-1.25.3'
Installed HaXml-1.25.3
cabal: Entering directory '/tmp/cabal-tmp-19348/regex-compat-0.95.1'
Configuring regex-compat-0.95.1...
Building regex-compat-0.95.1...
Preprocessing library regex-compat-0.95.1...
[1 of 1] Compiling Text.Regex ( Text/Regex.hs, dist/build/Text/Regex.o )
Text/Regex.hs:50:1: warning: [-Wtabs]
Tab character found here, and in 24 further locations.
Please use spaces instead.
Running Haddock for regex-compat-0.95.1...
Running hscolour for regex-compat-0.95.1...
Preprocessing library regex-compat-0.95.1...
Preprocessing library regex-compat-0.95.1...
Text/Regex.hs:63:12: warning: [-Wtabs]
Tab character found here, and in six further locations.
Please use spaces instead.
Haddock coverage:
100% ( 9 / 9) in 'Text.Regex'
Documentation created: dist/doc/html/regex-compat/index.html,
dist/doc/html/regex-compat/regex-compat.txt
Creating package registration file:
/tmp/pkgConf-regex-compat-0.95556939443346804712.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/regex-compat-0.95.1-4nLo9klb6Pk7Tun1BAC3he
Registering regex-compat-0.95.1...
cabal: Leaving directory '/tmp/cabal-tmp-19348/regex-compat-0.95.1'
Installed regex-compat-0.95.1
Downloading encoding-0.8.1...
cabal: Entering directory '/tmp/cabal-tmp-19348/encoding-0.8.1'
[1 of 8] Compiling Data.Static ( /tmp/cabal-tmp-19348/encoding-0.8.1/Data/Static.hs, /tmp/cabal-tmp-19348/encoding-0.8.1/dist/setup/Data/Static.o )
[2 of 8] Compiling Data.Encoding.Preprocessor.XMLMapping ( /tmp/cabal-tmp-19348/encoding-0.8.1/Data/Encoding/Preprocessor/XMLMapping.hs, /tmp/cabal-tmp-19348/encoding-0.8.1/dist/setup/Data/Encoding/Preprocessor/XMLMapping.o )
/tmp/cabal-tmp-19348/encoding-0.8.1/Data/Encoding/Preprocessor/XMLMapping.hs:50:44: warning: [-Wtabs]
Tab character found here, and in 11 further locations.
Please use spaces instead.
[3 of 8] Compiling Data.Array.Static.Builder ( /tmp/cabal-tmp-19348/encoding-0.8.1/Data/Array/Static/Builder.hs, /tmp/cabal-tmp-19348/encoding-0.8.1/dist/setup/Data/Array/Static/Builder.o )
[4 of 8] Compiling Data.Map.Static.Builder ( /tmp/cabal-tmp-19348/encoding-0.8.1/Data/Map/Static/Builder.hs, /tmp/cabal-tmp-19348/encoding-0.8.1/dist/setup/Data/Map/Static/Builder.o )
[5 of 8] Compiling Data.CharMap.Builder ( /tmp/cabal-tmp-19348/encoding-0.8.1/Data/CharMap/Builder.hs, /tmp/cabal-tmp-19348/encoding-0.8.1/dist/setup/Data/CharMap/Builder.o )
[6 of 8] Compiling Data.Encoding.Preprocessor.XMLMappingBuilder ( /tmp/cabal-tmp-19348/encoding-0.8.1/Data/Encoding/Preprocessor/XMLMappingBuilder.hs, /tmp/cabal-tmp-19348/encoding-0.8.1/dist/setup/Data/Encoding/Preprocessor/XMLMappingBuilder.o )
[7 of 8] Compiling Data.Encoding.Preprocessor.Mapping ( /tmp/cabal-tmp-19348/encoding-0.8.1/Data/Encoding/Preprocessor/Mapping.hs, /tmp/cabal-tmp-19348/encoding-0.8.1/dist/setup/Data/Encoding/Preprocessor/Mapping.o )
[8 of 8] Compiling Main ( /tmp/cabal-tmp-19348/encoding-0.8.1/dist/setup/setup.hs, /tmp/cabal-tmp-19348/encoding-0.8.1/dist/setup/Main.o )
Linking /tmp/cabal-tmp-19348/encoding-0.8.1/dist/setup/setup ...
Configuring encoding-0.8.1...
Building encoding-0.8.1...
Preprocessing library encoding-0.8.1...
[ 1 of 67] Compiling Data.Static ( Data/Static.hs, dist/build/Data/Static.o )
[ 2 of 67] Compiling Data.Array.Static ( Data/Array/Static.hs, dist/build/Data/Array/Static.o )
[ 3 of 67] Compiling Data.Map.Static ( Data/Map/Static.hs, dist/build/Data/Map/Static.o )
[ 4 of 67] Compiling Control.Throws ( Control/Throws.hs, dist/build/Control/Throws.o )
[ 5 of 67] Compiling Data.Encoding.Exception ( Data/Encoding/Exception.hs, dist/build/Data/Encoding/Exception.o )
Data/Encoding/Exception.hs:12:31: warning: [-Wtabs]
Tab character found here, and in 23 further locations.
Please use spaces instead.
[ 6 of 67] Compiling Data.Encoding.ByteSource ( Data/Encoding/ByteSource.hs, dist/build/Data/Encoding/ByteSource.o )
[ 7 of 67] Compiling Data.Encoding.ByteSink ( Data/Encoding/ByteSink.hs, dist/build/Data/Encoding/ByteSink.o )
[ 8 of 67] Compiling Data.Encoding.Base ( Data/Encoding/Base.hs, dist/build/Data/Encoding/Base.o )
[ 9 of 67] Compiling Data.Encoding.ASCII ( Data/Encoding/ASCII.hs, dist/build/Data/Encoding/ASCII.o )
[10 of 67] Compiling Data.Encoding.UTF8 ( Data/Encoding/UTF8.hs, dist/build/Data/Encoding/UTF8.o )
[11 of 67] Compiling Data.Encoding.UTF16 ( Data/Encoding/UTF16.hs, dist/build/Data/Encoding/UTF16.o )
Data/Encoding/UTF16.hs:21:12: warning: [-Wtabs]
Tab character found here, and in two further locations.
Please use spaces instead.
[12 of 67] Compiling Data.Encoding.UTF32 ( Data/Encoding/UTF32.hs, dist/build/Data/Encoding/UTF32.o )
Data/Encoding/UTF32.hs:19:1: warning: [-Wtabs]
Tab character found here, and in 7 further locations.
Please use spaces instead.
[13 of 67] Compiling Data.Encoding.ISO88591 ( Data/Encoding/ISO88591.hs, dist/build/Data/Encoding/ISO88591.o )
[14 of 67] Compiling Data.Encoding.KOI8R ( Data/Encoding/KOI8R.hs, dist/build/Data/Encoding/KOI8R.o )
Data/Encoding/KOI8R.hs:6:1: warning: [-Wtabs]
Tab character found here, and in 23 further locations.
Please use spaces instead.
[15 of 67] Compiling Data.Encoding.KOI8U ( Data/Encoding/KOI8U.hs, dist/build/Data/Encoding/KOI8U.o )
Data/Encoding/KOI8U.hs:6:1: warning: [-Wtabs]
Tab character found here, and in 23 further locations.
Please use spaces instead.
[16 of 67] Compiling Data.CharMap ( Data/CharMap.hs, dist/build/Data/CharMap.o )
[17 of 67] Compiling Data.Encoding.ISO88592 ( dist/build/Data/Encoding/ISO88592.hs, dist/build/Data/Encoding/ISO88592.o )
[18 of 67] Compiling Data.Encoding.ISO88593 ( dist/build/Data/Encoding/ISO88593.hs, dist/build/Data/Encoding/ISO88593.o )
[19 of 67] Compiling Data.Encoding.ISO88594 ( dist/build/Data/Encoding/ISO88594.hs, dist/build/Data/Encoding/ISO88594.o )
[20 of 67] Compiling Data.Encoding.ISO88595 ( dist/build/Data/Encoding/ISO88595.hs, dist/build/Data/Encoding/ISO88595.o )
[21 of 67] Compiling Data.Encoding.ISO88596 ( dist/build/Data/Encoding/ISO88596.hs, dist/build/Data/Encoding/ISO88596.o )
[22 of 67] Compiling Data.Encoding.ISO88597 ( dist/build/Data/Encoding/ISO88597.hs, dist/build/Data/Encoding/ISO88597.o )
[23 of 67] Compiling Data.Encoding.ISO88598 ( dist/build/Data/Encoding/ISO88598.hs, dist/build/Data/Encoding/ISO88598.o )
[24 of 67] Compiling Data.Encoding.ISO88599 ( dist/build/Data/Encoding/ISO88599.hs, dist/build/Data/Encoding/ISO88599.o )
[25 of 67] Compiling Data.Encoding.ISO885910 ( dist/build/Data/Encoding/ISO885910.hs, dist/build/Data/Encoding/ISO885910.o )
[26 of 67] Compiling Data.Encoding.ISO885911 ( dist/build/Data/Encoding/ISO885911.hs, dist/build/Data/Encoding/ISO885911.o )
[27 of 67] Compiling Data.Encoding.ISO885913 ( dist/build/Data/Encoding/ISO885913.hs, dist/build/Data/Encoding/ISO885913.o )
[28 of 67] Compiling Data.Encoding.ISO885914 ( dist/build/Data/Encoding/ISO885914.hs, dist/build/Data/Encoding/ISO885914.o )
[29 of 67] Compiling Data.Encoding.ISO885915 ( dist/build/Data/Encoding/ISO885915.hs, dist/build/Data/Encoding/ISO885915.o )
[30 of 67] Compiling Data.Encoding.ISO885916 ( dist/build/Data/Encoding/ISO885916.hs, dist/build/Data/Encoding/ISO885916.o )
[31 of 67] Compiling Data.Encoding.CP1250 ( dist/build/Data/Encoding/CP1250.hs, dist/build/Data/Encoding/CP1250.o )
[32 of 67] Compiling Data.Encoding.CP1251 ( dist/build/Data/Encoding/CP1251.hs, dist/build/Data/Encoding/CP1251.o )
[33 of 67] Compiling Data.Encoding.CP1252 ( dist/build/Data/Encoding/CP1252.hs, dist/build/Data/Encoding/CP1252.o )
[34 of 67] Compiling Data.Encoding.CP1253 ( dist/build/Data/Encoding/CP1253.hs, dist/build/Data/Encoding/CP1253.o )
[35 of 67] Compiling Data.Encoding.CP1254 ( dist/build/Data/Encoding/CP1254.hs, dist/build/Data/Encoding/CP1254.o )
[36 of 67] Compiling Data.Encoding.CP1255 ( dist/build/Data/Encoding/CP1255.hs, dist/build/Data/Encoding/CP1255.o )
[37 of 67] Compiling Data.Encoding.CP1256 ( dist/build/Data/Encoding/CP1256.hs, dist/build/Data/Encoding/CP1256.o )
[38 of 67] Compiling Data.Encoding.CP1257 ( dist/build/Data/Encoding/CP1257.hs, dist/build/Data/Encoding/CP1257.o )
[39 of 67] Compiling Data.Encoding.CP1258 ( dist/build/Data/Encoding/CP1258.hs, dist/build/Data/Encoding/CP1258.o )
[40 of 67] Compiling Data.Encoding.GB18030 ( dist/build/Data/Encoding/GB18030.hs, dist/build/Data/Encoding/GB18030.o )
[41 of 67] Compiling Data.Encoding.MacOSRoman ( dist/build/Data/Encoding/MacOSRoman.hs, dist/build/Data/Encoding/MacOSRoman.o )
[42 of 67] Compiling Data.Encoding.JISX0201 ( dist/build/Data/Encoding/JISX0201.hs, dist/build/Data/Encoding/JISX0201.o )
[43 of 67] Compiling Data.Encoding.JISX0208 ( dist/build/Data/Encoding/JISX0208.hs, dist/build/Data/Encoding/JISX0208.o )
[44 of 67] Compiling Data.Encoding.ShiftJIS ( dist/build/Data/Encoding/ShiftJIS.hs, dist/build/Data/Encoding/ShiftJIS.o )
[45 of 67] Compiling Data.Encoding.CP437 ( dist/build/Data/Encoding/CP437.hs, dist/build/Data/Encoding/CP437.o )
[46 of 67] Compiling Data.Encoding.CP737 ( dist/build/Data/Encoding/CP737.hs, dist/build/Data/Encoding/CP737.o )
[47 of 67] Compiling Data.Encoding.CP775 ( dist/build/Data/Encoding/CP775.hs, dist/build/Data/Encoding/CP775.o )
[48 of 67] Compiling Data.Encoding.CP850 ( dist/build/Data/Encoding/CP850.hs, dist/build/Data/Encoding/CP850.o )
[49 of 67] Compiling Data.Encoding.CP852 ( dist/build/Data/Encoding/CP852.hs, dist/build/Data/Encoding/CP852.o )
[50 of 67] Compiling Data.Encoding.CP855 ( dist/build/Data/Encoding/CP855.hs, dist/build/Data/Encoding/CP855.o )
[51 of 67] Compiling Data.Encoding.CP857 ( dist/build/Data/Encoding/CP857.hs, dist/build/Data/Encoding/CP857.o )
[52 of 67] Compiling Data.Encoding.CP860 ( dist/build/Data/Encoding/CP860.hs, dist/build/Data/Encoding/CP860.o )
[53 of 67] Compiling Data.Encoding.CP861 ( dist/build/Data/Encoding/CP861.hs, dist/build/Data/Encoding/CP861.o )
[54 of 67] Compiling Data.Encoding.CP862 ( dist/build/Data/Encoding/CP862.hs, dist/build/Data/Encoding/CP862.o )
[55 of 67] Compiling Data.Encoding.CP863 ( dist/build/Data/Encoding/CP863.hs, dist/build/Data/Encoding/CP863.o )
[56 of 67] Compiling Data.Encoding.CP864 ( dist/build/Data/Encoding/CP864.hs, dist/build/Data/Encoding/CP864.o )
[57 of 67] Compiling Data.Encoding.CP865 ( dist/build/Data/Encoding/CP865.hs, dist/build/Data/Encoding/CP865.o )
[58 of 67] Compiling Data.Encoding.CP866 ( dist/build/Data/Encoding/CP866.hs, dist/build/Data/Encoding/CP866.o )
[59 of 67] Compiling Data.Encoding.CP869 ( dist/build/Data/Encoding/CP869.hs, dist/build/Data/Encoding/CP869.o )
[60 of 67] Compiling Data.Encoding.CP874 ( dist/build/Data/Encoding/CP874.hs, dist/build/Data/Encoding/CP874.o )
[61 of 67] Compiling Data.Encoding.CP932 ( dist/build/Data/Encoding/CP932.hs, dist/build/Data/Encoding/CP932.o )
[62 of 67] Compiling Data.Encoding.BootString ( Data/Encoding/BootString.hs, dist/build/Data/Encoding/BootString.o )
Data/Encoding/BootString.hs:5:1: warning: [-Wtabs]
Tab character found here, and in 98 further locations.
Please use spaces instead.
[63 of 67] Compiling Data.Encoding.JISX0212 ( dist/build/Data/Encoding/JISX0212.hs, dist/build/Data/Encoding/JISX0212.o )
[64 of 67] Compiling Data.Encoding.ISO2022 ( Data/Encoding/ISO2022.hs, dist/build/Data/Encoding/ISO2022.o )
[65 of 67] Compiling Data.Encoding.ISO2022JP ( Data/Encoding/ISO2022JP.hs, dist/build/Data/Encoding/ISO2022JP.o )
[66 of 67] Compiling Data.Encoding ( Data/Encoding.hs, dist/build/Data/Encoding.o )
Data/Encoding.hs:362:1: warning: [-Wtabs]
Tab character found here, and in two further locations.
Please use spaces instead.
[67 of 67] Compiling System.IO.Encoding ( System/IO/Encoding.hs, dist/build/System/IO/Encoding.o )
System/IO/Encoding.hs:70:1: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
Running Haddock for encoding-0.8.1...
Running hscolour for encoding-0.8.1...
Preprocessing library encoding-0.8.1...
Preprocessing library encoding-0.8.1...
Data/Encoding/Exception.hs:12:31: warning: [-Wtabs]
Tab character found here, and in six further locations.
Please use spaces instead.
Data/Encoding/UTF16.hs:21:12: warning: [-Wtabs]
Tab character found here, and in two further locations.
Please use spaces instead.
Data/Encoding/UTF32.hs:19:1: warning: [-Wtabs]
Tab character found here, and in 7 further locations.
Please use spaces instead.
Data/Encoding/KOI8R.hs:6:1: warning: [-Wtabs]
Tab character found here, and in 23 further locations.
Please use spaces instead.
Data/Encoding/KOI8U.hs:6:1: warning: [-Wtabs]
Tab character found here, and in 23 further locations.
Please use spaces instead.
Haddock coverage:
0% ( 0 / 10) in 'Data.Static'
Missing documentation for:
Module header
StaticElement (Data/Static.hs:11)
(Data/Static.hs:15)
(Data/Static.hs:19)
(Data/Static.hs:25)
(Data/Static.hs:33)
(Data/Static.hs:37)
(Data/Static.hs:52)
(Data/Static.hs:58)
(Data/Static.hs:65)
0% ( 0 / 4) in 'Data.Array.Static'
Missing documentation for:
Module header
StaticArray (Data/Array/Static.hs:8)
bounds (Data/Array/Static.hs:10)
! (Data/Array/Static.hs:13)
0% ( 0 / 4) in 'Data.Map.Static'
Missing documentation for:
Module header
StaticMap (Data/Map/Static.hs:8)
lookup (Data/Map/Static.hs:10)
member (Data/Map/Static.hs:20)
0% ( 0 / 7) in 'Control.Throws'
Missing documentation for:
Module header
Throws (Control/Throws.hs:9)
(Control/Throws.hs:12)
(Control/Throws.hs:18)
(Control/Throws.hs:21)
(Control/Throws.hs:24)
(Control/Throws.hs:27)
40% ( 2 / 5) in 'Data.Encoding.Exception'
Missing documentation for:
Module header
(Data/Encoding/Exception.hs:16)
(Data/Encoding/Exception.hs:30)
0% ( 0 / 10) in 'Data.Encoding.ByteSource'
Missing documentation for:
Module header
ByteSource (Data/Encoding/ByteSource.hs:21)
(Data/Encoding/ByteSource.hs:96)
(Data/Encoding/ByteSource.hs:99)
fetchAheadState (Data/Encoding/ByteSource.hs:123)
(Data/Encoding/ByteSource.hs:129)
(Data/Encoding/ByteSource.hs:148)
(Data/Encoding/ByteSource.hs:159)
(Data/Encoding/ByteSource.hs:166)
(Data/Encoding/ByteSource.hs:173)
0% ( 0 / 32) in 'Data.Encoding.ByteSink'
Missing documentation for:
Module header
ByteSink (Data/Encoding/ByteSink.hs:27)
(Data/Encoding/ByteSink.hs:70)
(Data/Encoding/ByteSink.hs:73)
PutME (Data/Encoding/ByteSink.hs:82)
(Data/Encoding/ByteSink.hs:84)
(Data/Encoding/ByteSink.hs:87)
(Data/Encoding/ByteSink.hs:91)
(Data/Encoding/ByteSink.hs:100)
(Data/Encoding/ByteSink.hs:103)
(Data/Encoding/ByteSink.hs:120)
StrictSink (Data/Encoding/ByteSink.hs:123)
(Data/Encoding/ByteSink.hs:125)
(Data/Encoding/ByteSink.hs:128)
(Data/Encoding/ByteSink.hs:132)
(Data/Encoding/ByteSink.hs:140)
(Data/Encoding/ByteSink.hs:143)
StrictSinkE (Data/Encoding/ByteSink.hs:156)
(Data/Encoding/ByteSink.hs:158)
(Data/Encoding/ByteSink.hs:161)
(Data/Encoding/ByteSink.hs:165)
(Data/Encoding/ByteSink.hs:174)
(Data/Encoding/ByteSink.hs:177)
createStrictWithLen (Data/Encoding/ByteSink.hs:180)
createStrict (Data/Encoding/ByteSink.hs:187)
StrictSinkExplicit (Data/Encoding/ByteSink.hs:190)
(Data/Encoding/ByteSink.hs:192)
(Data/Encoding/ByteSink.hs:195)
(Data/Encoding/ByteSink.hs:199)
(Data/Encoding/ByteSink.hs:209)
(Data/Encoding/ByteSink.hs:212)
(Data/Encoding/ByteSink.hs:217)
15% ( 2 / 13) in 'Data.Encoding.Base'
Missing documentation for:
Module header
(Data/Encoding/Base.hs:38)
(Data/Encoding/Base.hs:41)
(Data/Encoding/Base.hs:48)
untilM (Data/Encoding/Base.hs:53)
untilM_ (Data/Encoding/Base.hs:64)
encodeWithMap (Data/Encoding/Base.hs:67)
encodeWithMap2 (Data/Encoding/Base.hs:72)
encodeableWithMap (Data/Encoding/Base.hs:79)
decodeWithArray (Data/Encoding/Base.hs:82)
decodeWithArray2 (Data/Encoding/Base.hs:90)
0% ( 0 / 3) in 'Data.Encoding.ASCII'
Missing documentation for:
Module header
ASCII (Data/Encoding/ASCII.hs:12)
(Data/Encoding/ASCII.hs:14)
33% ( 1 / 3) in 'Data.Encoding.UTF8'
Missing documentation for:
UTF8 (Data/Encoding/UTF8.hs:18)
(Data/Encoding/UTF8.hs:22)
50% ( 1 / 2) in 'Data.Encoding.UTF16'
Missing documentation for:
UTF16 (Data/Encoding/UTF16.hs:20)
50% ( 1 / 2) in 'Data.Encoding.UTF32'
Missing documentation for:
UTF32 (Data/Encoding/UTF32.hs:18)
33% ( 1 / 3) in 'Data.Encoding.ISO88591'
Missing documentation for:
ISO88591 (Data/Encoding/ISO88591.hs:14)
(Data/Encoding/ISO88591.hs:16)
50% ( 1 / 2) in 'Data.Encoding.KOI8R'
Missing documentation for:
KOI8R (Data/Encoding/KOI8R.hs:21)
50% ( 1 / 2) in 'Data.Encoding.KOI8U'
Missing documentation for:
KOI8U (Data/Encoding/KOI8U.hs:21)
0% ( 0 / 4) in 'Data.CharMap'
Missing documentation for:
Module header
CharMap (Data/CharMap.hs:12)
mapEncode (Data/CharMap.hs:23)
mapMember (Data/CharMap.hs:65)
50% ( 1 / 2) in 'Data.Encoding.ISO88592'
Missing documentation for:
ISO88592 (dist/build/Data/Encoding/ISO88592.hs:532)
50% ( 1 / 2) in 'Data.Encoding.ISO88593'
Missing documentation for:
ISO88593 (dist/build/Data/Encoding/ISO88593.hs:518)
50% ( 1 / 2) in 'Data.Encoding.ISO88594'
Missing documentation for:
ISO88594 (dist/build/Data/Encoding/ISO88594.hs:532)
50% ( 1 / 2) in 'Data.Encoding.ISO88595'
Missing documentation for:
ISO88595 (dist/build/Data/Encoding/ISO88595.hs:532)
50% ( 1 / 2) in 'Data.Encoding.ISO88596'
Missing documentation for:
ISO88596 (dist/build/Data/Encoding/ISO88596.hs:442)
50% ( 1 / 2) in 'Data.Encoding.ISO88597'
Missing documentation for:
ISO88597 (dist/build/Data/Encoding/ISO88597.hs:526)
50% ( 1 / 2) in 'Data.Encoding.ISO88598'
Missing documentation for:
ISO88598 (dist/build/Data/Encoding/ISO88598.hs:460)
50% ( 1 / 2) in 'Data.Encoding.ISO88599'
Missing documentation for:
ISO88599 (dist/build/Data/Encoding/ISO88599.hs:532)
50% ( 1 / 2) in 'Data.Encoding.ISO885910'
Missing documentation for:
ISO885910 (dist/build/Data/Encoding/ISO885910.hs:532)
50% ( 1 / 2) in 'Data.Encoding.ISO885911'
Missing documentation for:
ISO885911 (dist/build/Data/Encoding/ISO885911.hs:516)
50% ( 1 / 2) in 'Data.Encoding.ISO885913'
Missing documentation for:
ISO885913 (dist/build/Data/Encoding/ISO885913.hs:532)
50% ( 1 / 2) in 'Data.Encoding.ISO885914'
Missing documentation for:
ISO885914 (dist/build/Data/Encoding/ISO885914.hs:532)
50% ( 1 / 2) in 'Data.Encoding.ISO885915'
Missing documentation for:
ISO885915 (dist/build/Data/Encoding/ISO885915.hs:532)
50% ( 1 / 2) in 'Data.Encoding.ISO885916'
Missing documentation for:
ISO885916 (dist/build/Data/Encoding/ISO885916.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP1250'
Missing documentation for:
CP1250 (dist/build/Data/Encoding/CP1250.hs:533)
50% ( 1 / 2) in 'Data.Encoding.CP1251'
Missing documentation for:
CP1251 (dist/build/Data/Encoding/CP1251.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP1252'
Missing documentation for:
CP1252 (dist/build/Data/Encoding/CP1252.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP1253'
Missing documentation for:
CP1253 (dist/build/Data/Encoding/CP1253.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP1254'
Missing documentation for:
CP1254 (dist/build/Data/Encoding/CP1254.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP1255'
Missing documentation for:
CP1255 (dist/build/Data/Encoding/CP1255.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP1256'
Missing documentation for:
CP1256 (dist/build/Data/Encoding/CP1256.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP1257'
Missing documentation for:
CP1257 (dist/build/Data/Encoding/CP1257.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP1258'
Missing documentation for:
CP1258 (dist/build/Data/Encoding/CP1258.hs:532)
50% ( 1 / 2) in 'Data.Encoding.GB18030'
Missing documentation for:
GB18030 (dist/build/Data/Encoding/GB18030.hs:20)
50% ( 1 / 2) in 'Data.Encoding.MacOSRoman'
Missing documentation for:
MacOSRoman (dist/build/Data/Encoding/MacOSRoman.hs:593)
50% ( 1 / 2) in 'Data.Encoding.JISX0201'
Missing documentation for:
JISX0201 (dist/build/Data/Encoding/JISX0201.hs:336)
50% ( 1 / 2) in 'Data.Encoding.JISX0208'
Missing documentation for:
JISX0208 (dist/build/Data/Encoding/JISX0208.hs:13778)
50% ( 1 / 2) in 'Data.Encoding.ShiftJIS'
Missing documentation for:
ShiftJIS (dist/build/Data/Encoding/Shif
Data/Encoding/BootString.hs:5:1: warning: [-Wtabs]
Tab character found here, and in 98 further locations.
Please use spaces instead.
Data/Encoding.hs:362:1: warning: [-Wtabs]
Tab character found here, and in two further locations.
Please use spaces instead.
System/IO/Encoding.hs:70:1: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
tJIS.hs:20)
50% ( 1 / 2) in 'Data.Encoding.CP437'
Missing documentation for:
CP437 (dist/build/Data/Encoding/CP437.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP737'
Missing documentation for:
CP737 (dist/build/Data/Encoding/CP737.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP775'
Missing documentation for:
CP775 (dist/build/Data/Encoding/CP775.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP850'
Missing documentation for:
CP850 (dist/build/Data/Encoding/CP850.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP852'
Missing documentation for:
CP852 (dist/build/Data/Encoding/CP852.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP855'
Missing documentation for:
CP855 (dist/build/Data/Encoding/CP855.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP857'
Missing documentation for:
CP857 (dist/build/Data/Encoding/CP857.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP860'
Missing documentation for:
CP860 (dist/build/Data/Encoding/CP860.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP861'
Missing documentation for:
CP861 (dist/build/Data/Encoding/CP861.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP862'
Missing documentation for:
CP862 (dist/build/Data/Encoding/CP862.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP863'
Missing documentation for:
CP863 (dist/build/Data/Encoding/CP863.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP864'
Missing documentation for:
CP864 (dist/build/Data/Encoding/CP864.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP865'
Missing documentation for:
CP865 (dist/build/Data/Encoding/CP865.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP866'
Missing documentation for:
CP866 (dist/build/Data/Encoding/CP866.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP869'
Missing documentation for:
CP869 (dist/build/Data/Encoding/CP869.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP874'
Missing documentation for:
CP874 (dist/build/Data/Encoding/CP874.hs:532)
50% ( 1 / 2) in 'Data.Encoding.CP932'
Missing documentation for:
CP932 (dist/build/Data/Encoding/CP932.hs:20)
33% ( 1 / 3) in 'Data.Encoding.BootString'
Missing documentation for:
BootString (Data/Encoding/BootString.hs:19)
punycode (Data/Encoding/BootString.hs:30)
50% ( 1 / 2) in 'Data.Encoding.JISX0212'
Missing documentation for:
JISX0212 (dist/build/Data/Encoding/JISX0212.hs:12154)
0% ( 0 / 6) in 'Data.Encoding.ISO2022'
Missing documentation for:
Module header
ISO2022 (Data/Encoding/ISO2022.hs:12)
encodeCharISO2022 (Data/Encoding/ISO2022.hs:16)
decodeCharISO2022 (Data/Encoding/ISO2022.hs:23)
encodeISO2022 (Data/Encoding/ISO2022.hs:30)
decodeISO2022 (Data/Encoding/ISO2022.hs:45)
25% ( 1 / 4) in 'Data.Encoding.ISO2022JP'
Missing documentation for:
ISO2022JP (Data/Encoding/ISO2022JP.hs:19)
(Data/Encoding/ISO2022JP.hs:21)
(Data/Encoding/ISO2022JP.hs:28)
33% ( 7 / 21) in 'Data.Encoding'
Missing documentation for:
Module header
recode (Data/Encoding.hs:100)
encodeString (Data/Encoding.hs:103)
encodeStringExplicit (Data/Encoding.hs:106)
decodeString (Data/Encoding.hs:109)
decodeStringExplicit (Data/Encoding.hs:112)
encodeLazyByteString (Data/Encoding.hs:115)
encodeLazyByteStringExplicit (Data/Encoding.hs:118)
decodeLazyByteString (Data/Encoding.hs:124)
decodeLazyByteStringExplicit (Data/Encoding.hs:127)
encodeStrictByteString (Data/Encoding.hs:130)
encodeStrictByteStringExplicit (Data/Encoding.hs:133)
decodeStrictByteString (Data/Encoding.hs:140)
decodeStrictByteStringExplicit (Data/Encoding.hs:143)
20% ( 4 / 20) in 'System.IO.Encoding'
Missing documentation for:
getContents (System/IO/Encoding.hs:73)
putStr (System/IO/Encoding.hs:78)
putStrLn (System/IO/Encoding.hs:81)
hPutStrLn (System/IO/Encoding.hs:89)
readFile (System/IO/Encoding.hs:100)
writeFile (System/IO/Encoding.hs:103)
appendFile (System/IO/Encoding.hs:106)
getChar (System/IO/Encoding.hs:109)
hGetChar (System/IO/Encoding.hs:112)
getLine (System/IO/Encoding.hs:115)
hGetLine (System/IO/Encoding.hs:118)
putChar (System/IO/Encoding.hs:123)
hPutChar (System/IO/Encoding.hs:126)
interact (System/IO/Encoding.hs:129)
print (System/IO/Encoding.hs:94)
hPrint (System/IO/Encoding.hs:97)
Documentation created: dist/doc/html/encoding/index.html,
dist/doc/html/encoding/encoding.txt
Creating package registration file:
/tmp/pkgConf-encoding-0.812182727841918258803.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/encoding-0.8.1-9tyXMqhA9xkJlBxmHzAekV
Registering encoding-0.8.1...
cabal: Leaving directory '/tmp/cabal-tmp-19348/encoding-0.8.1'
Installed encoding-0.8.1
Test log
No test log was submitted for this report.