Build #2 for tamper-0.4.2
Package | tamper-0.4.2 |
---|
Install | InstallOk |
---|---|
Docs | Ok |
Tests | NotTried |
Time submitted | 2015-10-20 06:39:47.827974 UTC |
---|---|
Compiler | ghc-7.10.2 |
OS | linux |
Arch | x86_64 |
Dependencies | text-1.2.1.3, safe-0.3.9, mtl-2.2.1, containers-0.5.6.2, base-4.8.1.0 |
Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies... 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 ) In-place registering mtl-2.2.1... 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.2278722862233665123.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU Registering mtl-2.2.1... Installed mtl-2.2.1 Configuring safe-0.3.9... Building safe-0.3.9... Preprocessing library safe-0.3.9... [1 of 4] Compiling Safe.Util ( Safe/Util.hs, dist/build/Safe/Util.o ) [2 of 4] Compiling Safe.Exact ( Safe/Exact.hs, dist/build/Safe/Exact.o ) [3 of 4] Compiling Safe.Foldable ( Safe/Foldable.hs, dist/build/Safe/Foldable.o ) [4 of 4] Compiling Safe ( Safe.hs, dist/build/Safe.o ) In-place registering safe-0.3.9... Running Haddock for safe-0.3.9... Running hscolour for safe-0.3.9... Preprocessing library safe-0.3.9... Preprocessing library safe-0.3.9... Haddock coverage: 14% ( 1 / 7) in 'Safe.Util' Missing documentation for: .^ (Safe/Util.hs:8) .^^ (Safe/Util.hs:11) liftMay (Safe/Util.hs:14) fromNoteModule (Safe/Util.hs:17) fromNoteEitherModule (Safe/Util.hs:21) eitherToMaybe (Safe/Util.hs:25) 35% ( 8 / 23) in 'Safe.Exact' Missing documentation for: takeExactMay (Safe/Exact.hs:93) takeExactNote (Safe/Exact.hs:90) takeExactDef (Safe/Exact.hs:96) dropExactMay (Safe/Exact.hs:102) dropExactNote (Safe/Exact.hs:99) dropExactDef (Safe/Exact.hs:105) splitAtExactMay (Safe/Exact.hs:112) splitAtExactNote (Safe/Exact.hs:108) splitAtExactDef (Safe/Exact.hs:116) zipExactMay (Safe/Exact.hs:140) zipExactNote (Safe/Exact.hs:137) zipExactDef (Safe/Exact.hs:143) zipWithExactMay (Safe/Exact.hs:149) zipWithExactNote (Safe/Exact.hs:146) zipWithExactDef (Safe/Exact.hs:152) 18% ( 5 / 28) in 'Safe.Foldable' Missing documentation for: foldl1May (Safe/Foldable.hs:38) foldl1Def (Safe/Foldable.hs:46) foldl1Note (Safe/Foldable.hs:42) foldr1May (Safe/Foldable.hs:38) foldr1Def (Safe/Foldable.hs:46) foldr1Note (Safe/Foldable.hs:42) findJustDef (Safe/Foldable.hs:79) findJustNote (Safe/Foldable.hs:82) minimumMay (Safe/Foldable.hs:50) minimumDef (Safe/Foldable.hs:54) minimumNote (Safe/Foldable.hs:58) maximumMay (Safe/Foldable.hs:50) maximumDef (Safe/Foldable.hs:54) maximumNote (Safe/Foldable.hs:58) minimumByMay (Safe/Foldable.hs:62) minimumByDef (Safe/Foldable.hs:66) minimumByNote (Safe/Foldable.hs:70) maximumByMay (Safe/Foldable.hs:62) maximumByDef (Safe/Foldable.hs:66) maximumByNote (Safe/Foldable.hs:70) foldl1Safe (Safe/Foldable.hs:90) foldr1Safe (Safe/Foldable.hs:94) findJustSafe (Safe/Foldable.hs:99) 20% ( 14 / 71) in 'Safe' Missing documentation for: initMay (Safe.hs:114) initDef (Safe.hs:117) initNote (Safe.hs:120) initSafe (Safe.hs:123) headMay (Safe.hs:128) headDef (Safe.hs:132) headNote (Safe.hs:136) lastMay (Safe.hs:128) lastDef (Safe.hs:132) lastNote (Safe.hs:136) minimumMay (Safe.hs:140) minimumDef (Safe.hs:144) minimumNote (Safe.hs:148) maximumMay (Safe.hs:140) maximumDef (Safe.hs:144) maximumNote (Safe.hs:148) minimumByMay (Safe.hs:152) minimumByDef (Safe.hs:156) minimumByNote (Safe.hs:160) maximumByMay (Safe.hs:152) maximumByDef (Safe.hs:156) maximumByNote (Safe.hs:160) foldr1May (Safe.hs:165) foldr1Def (Safe.hs:170) foldr1Note (Safe.hs:175) foldl1May (Safe.hs:165) foldl1Def (Safe.hs:170) foldl1Note (Safe.hs:175) foldl1May' (Safe.hs:165) foldl1Def' (Safe.hs:170) foldl1Note' (Safe.hs:175) scanl1May (Safe.hs:180) scanl1Def (Safe.hs:184) scanl1Note (Safe.hs:188) scanr1May (Safe.hs:180) scanr1Def (Safe.hs:184) scanr1Note (Safe.hs:188) fromJustNote (Safe.hs:197) assertNote (Safe.hs:200) atMay (Safe.hs:209) atDef (Safe.hs:212) atNote (Safe.hs:215) readMay (Safe.hs:219) readDef (Safe.hs:222) readNote (Safe.hs:225) lookupJustDef (Safe.hs:233) lookupJustNote (Safe.hs:236) findJustDef (Safe.hs:244) findJustNote (Safe.hs:247) elemIndexJustDef (Safe.hs:255) elemIndexJustNote (Safe.hs:258) findIndexJustDef (Safe.hs:266) findIndexJustNote (Safe.hs:269) toEnumMay (Safe.hs:274) toEnumDef (Safe.hs:283) toEnumNote (Safe.hs:286) toEnumSafe (Safe.hs:289) Documentation created: dist/doc/html/safe/index.html, dist/doc/html/safe/safe.txt Creating package registration file: /tmp/pkgConf-safe-0.3711645630195740084.9 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/safe-0.3.9-BXSoeRP9IFG6t9s3abNgVi Registering safe-0.3.9... Installed safe-0.3.9 Configuring text-1.2.1.3... Building text-1.2.1.3... Preprocessing library text-1.2.1.3... [ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o ) Data/Text/Internal/Read.hs:21:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [ 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 ) Data/Text/Encoding/Error.hs:3:14: Warning: ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe! [ 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 ) [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 ) Data/Text/Lazy/Encoding.hs:65:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [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:61:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [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 ) Data/Text/Internal/Builder/Functions.hs:24:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o ) Data/Text/Lazy/Builder/Int.hs:24:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Data/Text/Lazy/Builder/Int.hs:30:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Data/Text/Lazy/Builder/Int.hs:32:1: Warning: The import of ‘GHC.Num’ is redundant except perhaps to import instances from ‘GHC.Num’ To import instances alone, use: import GHC.Num() [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 ) Data/Text/Lazy/Read.hs:3:14: Warning: ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe! Data/Text/Lazy/Read.hs:32:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant [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 ) Data/Text/Read.hs:33:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant In-place registering text-1.2.1.3... Running Haddock for text-1.2.1.3... Running hscolour for text-1.2.1.3... Preprocessing library text-1.2.1.3... Preprocessing library text-1.2.1.3... Data/Text/Internal/Read.hs:21:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Data/Text/Encoding/Error.hs:3:14: Warning: ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe! Data/Text/Lazy/Encoding.hs:65:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Data/Text/Internal/Builder.hs:61:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Data/Text/Internal/Builder/Functions.hs:24:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Data/Text/Lazy/Builder/Int.hs:24:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Data/Text/Lazy/Builder/Int.hs:30:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Data/Text/Lazy/Builder/Int.hs:32:1: Warning: The import of ‘GHC.Num’ is redundant except perhaps to import instances from ‘GHC.Num’ To import instances alone, use: import GHC.Num() Data/Text/Lazy/Read.hs:3:14: Warning: ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe! Data/Text/Lazy/Read.hs:32:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Data/Text/Read.hs:33:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant 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% (126 /126) 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% (127 /128) 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:288) 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.Unsafe: could not find link destinations for: bracket 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.14252459751315209188.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/text-1.2.1.3-1l1AN4I48k37RaQ6fm6CEh Registering text-1.2.1.3... Installed text-1.2.1.3 Configuring tamper-0.4.2... Building tamper-0.4.2... Preprocessing library tamper-0.4.2... [1 of 9] Compiling Text.Tamper.Tags.Html.Attributes ( Text/Tamper/Tags/Html/Attributes.hs, dist/build/Text/Tamper/Tags/Html/Attributes.o ) [2 of 9] Compiling Text.Tamper.DOM.AttribList ( Text/Tamper/DOM/AttribList.hs, dist/build/Text/Tamper/DOM/AttribList.o ) [3 of 9] Compiling Text.Tamper.DOM ( Text/Tamper/DOM.hs, dist/build/Text/Tamper/DOM.o ) [4 of 9] Compiling Text.Tamper.Internal ( Text/Tamper/Internal.hs, dist/build/Text/Tamper/Internal.o ) [5 of 9] Compiling Text.Tamper.Tags ( Text/Tamper/Tags.hs, dist/build/Text/Tamper/Tags.o ) [6 of 9] Compiling Text.Tamper.Tags.Html ( Text/Tamper/Tags/Html.hs, dist/build/Text/Tamper/Tags/Html.o ) [7 of 9] Compiling Text.Tamper ( Text/Tamper.hs, dist/build/Text/Tamper.o ) [8 of 9] Compiling Text.Tamper.Render ( Text/Tamper/Render.hs, dist/build/Text/Tamper/Render.o ) [9 of 9] Compiling Text.Tamper.Render.Html ( Text/Tamper/Render/Html.hs, dist/build/Text/Tamper/Render/Html.o ) In-place registering tamper-0.4.2... Running Haddock for tamper-0.4.2... Running hscolour for tamper-0.4.2... Preprocessing library tamper-0.4.2... Preprocessing library tamper-0.4.2... Haddock coverage: 1% ( 1 /169) in 'Text.Tamper.Tags.Html.Attributes' Missing documentation for: Module header accept (Text/Tamper/Tags/Html/Attributes.hs:11) acceptCharset (Text/Tamper/Tags/Html/Attributes.hs:13) accesskey (Text/Tamper/Tags/Html/Attributes.hs:15) action (Text/Tamper/Tags/Html/Attributes.hs:17) alt (Text/Tamper/Tags/Html/Attributes.hs:19) async (Text/Tamper/Tags/Html/Attributes.hs:21) autocomplete (Text/Tamper/Tags/Html/Attributes.hs:23) autofocus (Text/Tamper/Tags/Html/Attributes.hs:25) autoplay (Text/Tamper/Tags/Html/Attributes.hs:27) challenge (Text/Tamper/Tags/Html/Attributes.hs:29) charset (Text/Tamper/Tags/Html/Attributes.hs:31) checked (Text/Tamper/Tags/Html/Attributes.hs:33) cite (Text/Tamper/Tags/Html/Attributes.hs:35) class_ (Text/Tamper/Tags/Html/Attributes.hs:37) cols (Text/Tamper/Tags/Html/Attributes.hs:39) colspan (Text/Tamper/Tags/Html/Attributes.hs:41) content (Text/Tamper/Tags/Html/Attributes.hs:43) contenteditable (Text/Tamper/Tags/Html/Attributes.hs:45) contextmenu (Text/Tamper/Tags/Html/Attributes.hs:47) controls (Text/Tamper/Tags/Html/Attributes.hs:49) coords (Text/Tamper/Tags/Html/Attributes.hs:51) data_ (Text/Tamper/Tags/Html/Attributes.hs:53) datetime (Text/Tamper/Tags/Html/Attributes.hs:55) defer (Text/Tamper/Tags/Html/Attributes.hs:57) dir (Text/Tamper/Tags/Html/Attributes.hs:59) disabled (Text/Tamper/Tags/Html/Attributes.hs:61) draggable (Text/Tamper/Tags/Html/Attributes.hs:63) enctype (Text/Tamper/Tags/Html/Attributes.hs:65) for (Text/Tamper/Tags/Html/Attributes.hs:67) form (Text/Tamper/Tags/Html/Attributes.hs:69) formaction (Text/Tamper/Tags/Html/Attributes.hs:71) formenctype (Text/Tamper/Tags/Html/Attributes.hs:73) formmethod (Text/Tamper/Tags/Html/Attributes.hs:75) formnovalidate (Text/Tamper/Tags/Html/Attributes.hs:77) formtarget (Text/Tamper/Tags/Html/Attributes.hs:79) headers (Text/Tamper/Tags/Html/Attributes.hs:81) height (Text/Tamper/Tags/Html/Attributes.hs:83) hidden (Text/Tamper/Tags/Html/Attributes.hs:85) high (Text/Tamper/Tags/Html/Attributes.hs:87) href (Text/Tamper/Tags/Html/Attributes.hs:89) hreflang (Text/Tamper/Tags/Html/Attributes.hs:91) httpEquiv (Text/Tamper/Tags/Html/Attributes.hs:93) icon (Text/Tamper/Tags/Html/Attributes.hs:95) id (Text/Tamper/Tags/Html/Attributes.hs:97) ismap (Text/Tamper/Tags/Html/Attributes.hs:99) item (Text/Tamper/Tags/Html/Attributes.hs:101) itemprop (Text/Tamper/Tags/Html/Attributes.hs:103) keytype (Text/Tamper/Tags/Html/Attributes.hs:105) label (Text/Tamper/Tags/Html/Attributes.hs:107) lang (Text/Tamper/Tags/Html/Attributes.hs:109) list (Text/Tamper/Tags/Html/Attributes.hs:111) loop (Text/Tamper/Tags/Html/Attributes.hs:113) low (Text/Tamper/Tags/Html/Attributes.hs:115) manifest (Text/Tamper/Tags/Html/Attributes.hs:117) max (Text/Tamper/Tags/Html/Attributes.hs:119) maxlength (Text/Tamper/Tags/Html/Attributes.hs:121) media (Text/Tamper/Tags/Html/Attributes.hs:123) method (Text/Tamper/Tags/Html/Attributes.hs:125) min (Text/Tamper/Tags/Html/Attributes.hs:127) multiple (Text/Tamper/Tags/Html/Attributes.hs:129) name (Text/Tamper/Tags/Html/Attributes.hs:131) novalidate (Text/Tamper/Tags/Html/Attributes.hs:133) onbeforeonload (Text/Tamper/Tags/Html/Attributes.hs:135) onbeforeprint (Text/Tamper/Tags/Html/Attributes.hs:137) onblur (Text/Tamper/Tags/Html/Attributes.hs:139) oncanplay (Text/Tamper/Tags/Html/Attributes.hs:141) oncanplaythrough (Text/Tamper/Tags/Html/Attributes.hs:143) onchange (Text/Tamper/Tags/Html/Attributes.hs:145) oncontextmenu (Text/Tamper/Tags/Html/Attributes.hs:147) onclick (Text/Tamper/Tags/Html/Attributes.hs:149) ondblclick (Text/Tamper/Tags/Html/Attributes.hs:151) ondrag (Text/Tamper/Tags/Html/Attributes.hs:153) ondragend (Text/Tamper/Tags/Html/Attributes.hs:155) ondragenter (Text/Tamper/Tags/Html/Attributes.hs:157) ondragleave (Text/Tamper/Tags/Html/Attributes.hs:159) ondragover (Text/Tamper/Tags/Html/Attributes.hs:161) ondragstart (Text/Tamper/Tags/Html/Attributes.hs:163) ondrop (Text/Tamper/Tags/Html/Attributes.hs:165) ondurationchange (Text/Tamper/Tags/Html/Attributes.hs:167) onemptied (Text/Tamper/Tags/Html/Attributes.hs:169) onended (Text/Tamper/Tags/Html/Attributes.hs:171) onerror (Text/Tamper/Tags/Html/Attributes.hs:173) onfocus (Text/Tamper/Tags/Html/Attributes.hs:175) onformchange (Text/Tamper/Tags/Html/Attributes.hs:177) onforminput (Text/Tamper/Tags/Html/Attributes.hs:179) onhaschange (Text/Tamper/Tags/Html/Attributes.hs:181) oninput (Text/Tamper/Tags/Html/Attributes.hs:183) oninvalid (Text/Tamper/Tags/Html/Attributes.hs:185) onkeydown (Text/Tamper/Tags/Html/Attributes.hs:187) onkeyup (Text/Tamper/Tags/Html/Attributes.hs:189) onload (Text/Tamper/Tags/Html/Attributes.hs:191) onloadeddata (Text/Tamper/Tags/Html/Attributes.hs:193) onloadedmetadata (Text/Tamper/Tags/Html/Attributes.hs:195) onloadstart (Text/Tamper/Tags/Html/Attributes.hs:197) onmessage (Text/Tamper/Tags/Html/Attributes.hs:199) onmousedown (Text/Tamper/Tags/Html/Attributes.hs:201) onmousemove (Text/Tamper/Tags/Html/Attributes.hs:203) onmouseout (Text/Tamper/Tags/Html/Attributes.hs:205) onmouseover (Text/Tamper/Tags/Html/Attributes.hs:207) onmouseup (Text/Tamper/Tags/Html/Attributes.hs:209) onmousewheel (Text/Tamper/Tags/Html/Attributes.hs:211) ononline (Text/Tamper/Tags/Html/Attributes.hs:213) onpagehide (Text/Tamper/Tags/Html/Attributes.hs:215) onpageshow (Text/Tamper/Tags/Html/Attributes.hs:217) onpause (Text/Tamper/Tags/Html/Attributes.hs:219) onplay (Text/Tamper/Tags/Html/Attributes.hs:221) onplaying (Text/Tamper/Tags/Html/Attributes.hs:223) onprogress (Text/Tamper/Tags/Html/Attributes.hs:225) onpropstate (Text/Tamper/Tags/Html/Attributes.hs:227) onratechange (Text/Tamper/Tags/Html/Attributes.hs:229) onreadystatechange (Text/Tamper/Tags/Html/Attributes.hs:231) onredo (Text/Tamper/Tags/Html/Attributes.hs:233) onresize (Text/Tamper/Tags/Html/Attributes.hs:235) onscroll (Text/Tamper/Tags/Html/Attributes.hs:237) onseeked (Text/Tamper/Tags/Html/Attributes.hs:239) onseeking (Text/Tamper/Tags/Html/Attributes.hs:241) onselect (Text/Tamper/Tags/Html/Attributes.hs:243) onstalled (Text/Tamper/Tags/Html/Attributes.hs:245) onstorage (Text/Tamper/Tags/Html/Attributes.hs:247) onsubmit (Text/Tamper/Tags/Html/Attributes.hs:249) onsuspend (Text/Tamper/Tags/Html/Attributes.hs:251) ontimeupdate (Text/Tamper/Tags/Html/Attributes.hs:253) onundo (Text/Tamper/Tags/Html/Attributes.hs:255) onunload (Text/Tamper/Tags/Html/Attributes.hs:257) onvolumechange (Text/Tamper/Tags/Html/Attributes.hs:259) onwaiting (Text/Tamper/Tags/Html/Attributes.hs:261) open (Text/Tamper/Tags/Html/Attributes.hs:263) optimum (Text/Tamper/Tags/Html/Attributes.hs:265) pattern (Text/Tamper/Tags/Html/Attributes.hs:267) ping (Text/Tamper/Tags/Html/Attributes.hs:269) placeholder (Text/Tamper/Tags/Html/Attributes.hs:271) preload (Text/Tamper/Tags/Html/Attributes.hs:273) pubdate (Text/Tamper/Tags/Html/Attributes.hs:275) radiogroup (Text/Tamper/Tags/Html/Attributes.hs:277) readonly (Text/Tamper/Tags/Html/Attributes.hs:279) rel (Text/Tamper/Tags/Html/Attributes.hs:281) required (Text/Tamper/Tags/Html/Attributes.hs:283) reversed (Text/Tamper/Tags/Html/Attributes.hs:285) rows (Text/Tamper/Tags/Html/Attributes.hs:287) rowspan (Text/Tamper/Tags/Html/Attributes.hs:289) sandbox (Text/Tamper/Tags/Html/Attributes.hs:291) scope (Text/Tamper/Tags/Html/Attributes.hs:293) scoped (Text/Tamper/Tags/Html/Attributes.hs:295) seamless (Text/Tamper/Tags/Html/Attributes.hs:297) selected (Text/Tamper/Tags/Html/Attributes.hs:299) shape (Text/Tamper/Tags/Html/Attributes.hs:301) size (Text/Tamper/Tags/Html/Attributes.hs:303) sizes (Text/Tamper/Tags/Html/Attributes.hs:305) span (Text/Tamper/Tags/Html/Attributes.hs:307) spellcheck (Text/Tamper/Tags/Html/Attributes.hs:309) src (Text/Tamper/Tags/Html/Attributes.hs:311) srcdoc (Text/Tamper/Tags/Html/Attributes.hs:313) start (Text/Tamper/Tags/Html/Attributes.hs:315) step (Text/Tamper/Tags/Html/Attributes.hs:317) style (Text/Tamper/Tags/Html/Attributes.hs:319) subject (Text/Tamper/Tags/Html/Attributes.hs:321) summary (Text/Tamper/Tags/Html/Attributes.hs:323) tabindex (Text/Tamper/Tags/Html/Attributes.hs:325) target (Text/Tamper/Tags/Html/Attributes.hs:327) title (Text/Tamper/Tags/Html/Attributes.hs:329) type_ (Text/Tamper/Tags/Html/Attributes.hs:331) usemap (Text/Tamper/Tags/Html/Attributes.hs:333) value (Text/Tamper/Tags/Html/Attributes.hs:335) width (Text/Tamper/Tags/Html/Attributes.hs:337) wrap (Text/Tamper/Tags/Html/Attributes.hs:339) xmlns (Text/Tamper/Tags/Html/Attributes.hs:341) dataAttrib (Text/Tamper/Tags/Html/Attributes.hs:348) 0% ( 0 / 7) in 'Text.Tamper.DOM.AttribList' Missing documentation for: Module header AttribList (Text/Tamper/DOM/AttribList.hs:25) attribLookup (Text/Tamper/DOM/AttribList.hs:32) attribLookupDef (Text/Tamper/DOM/AttribList.hs:35) attribDelete (Text/Tamper/DOM/AttribList.hs:42) attribInsert (Text/Tamper/DOM/AttribList.hs:45) attribItems (Text/Tamper/DOM/AttribList.hs:48) 11% ( 2 / 19) in 'Text.Tamper.DOM' Missing documentation for: Module header nodeList (Text/Tamper/DOM.hs:38) unNodeList (Text/Tamper/DOM.hs:28) singletonNodeList (Text/Tamper/DOM.hs:35) ElementClosingStyle (Text/Tamper/DOM.hs:41) Node (Text/Tamper/DOM.hs:47) documentNode (Text/Tamper/DOM.hs:58) elementNode (Text/Tamper/DOM.hs:61) textNode (Text/Tamper/DOM.hs:64) cdataNode (Text/Tamper/DOM.hs:67) commentNode (Text/Tamper/DOM.hs:70) rawHtmlNode (Text/Tamper/DOM.hs:73) setAttr (Text/Tamper/DOM.hs:76) getAttr (Text/Tamper/DOM.hs:81) getAttrDef (Text/Tamper/DOM.hs:86) appendChildren (Text/Tamper/DOM.hs:89) appendChild (Text/Tamper/DOM.hs:94) Warning: Text.Tamper.Internal: ! is exported separately but will be documented under Attributable. Consider exporting it together with its parent(s) for code clarity. 0% ( 0 / 11) in 'Text.Tamper.Internal' Missing documentation for: Module header runTamperT (Text/Tamper/Internal.hs:46) TamperT (Text/Tamper/Internal.hs:29) nodeWithContent (Text/Tamper/Internal.hs:67) simpleNode (Text/Tamper/Internal.hs:63) attr (Text/Tamper/Internal.hs:74) Attributable (Text/Tamper/Internal.hs:84) text (Text/Tamper/Internal.hs:51) comment (Text/Tamper/Internal.hs:54) cdata (Text/Tamper/Internal.hs:57) preEscaped (Text/Tamper/Internal.hs:60) 0% ( 0 / 4) in 'Text.Tamper.Tags' Missing documentation for: Module header tag (Text/Tamper/Tags.hs:11) tagX (Text/Tamper/Tags.hs:15) tagS (Text/Tamper/Tags.hs:19) 0% ( 0 /104) in 'Text.Tamper.Tags.Html' Missing documentation for: Module header a (Text/Tamper/Tags/Html.hs:12) abbr (Text/Tamper/Tags/Html.hs:14) address (Text/Tamper/Tags/Html.hs:16) area (Text/Tamper/Tags/Html.hs:18) article (Text/Tamper/Tags/Html.hs:20) aside (Text/Tamper/Tags/Html.hs:22) audio (Text/Tamper/Tags/Html.hs:24) b (Text/Tamper/Tags/Html.hs:26) base (Text/Tamper/Tags/Html.hs:28) bdo (Text/Tamper/Tags/Html.hs:30) blockquote (Text/Tamper/Tags/Html.hs:32) body (Text/Tamper/Tags/Html.hs:34) br (Text/Tamper/Tags/Html.hs:36) button (Text/Tamper/Tags/Html.hs:38) canvas (Text/Tamper/Tags/Html.hs:40) caption (Text/Tamper/Tags/Html.hs:42) cite (Text/Tamper/Tags/Html.hs:44) code (Text/Tamper/Tags/Html.hs:46) col (Text/Tamper/Tags/Html.hs:48) colgroup (Text/Tamper/Tags/Html.hs:50) command (Text/Tamper/Tags/Html.hs:52) datagrid (Text/Tamper/Tags/Html.hs:54) datalist (Text/Tamper/Tags/Html.hs:56) dd (Text/Tamper/Tags/Html.hs:58) del (Text/Tamper/Tags/Html.hs:60) details (Text/Tamper/Tags/Html.hs:62) dfn (Text/Tamper/Tags/Html.hs:64) dialog (Text/Tamper/Tags/Html.hs:66) div (Text/Tamper/Tags/Html.hs:68) dl (Text/Tamper/Tags/Html.hs:70) dt (Text/Tamper/Tags/Html.hs:72) em (Text/Tamper/Tags/Html.hs:74) embed (Text/Tamper/Tags/Html.hs:76) fieldset (Text/Tamper/Tags/Html.hs:78) figure (Text/Tamper/Tags/Html.hs:80) footer (Text/Tamper/Tags/Html.hs:82) form (Text/Tamper/Tags/Html.hs:84) h1 (Text/Tamper/Tags/Html.hs:86) h2 (Text/Tamper/Tags/Html.hs:88) h3 (Text/Tamper/Tags/Html.hs:90) h4 (Text/Tamper/Tags/Html.hs:92) h5 (Text/Tamper/Tags/Html.hs:94) h6 (Text/Tamper/Tags/Html.hs:96) head (Text/Tamper/Tags/Html.hs:98) header (Text/Tamper/Tags/Html.hs:100) hgroup (Text/Tamper/Tags/Html.hs:102) hr (Text/Tamper/Tags/Html.hs:104) html (Text/Tamper/Tags/Html.hs:106) i (Text/Tamper/Tags/Html.hs:108) iframe (Text/Tamper/Tags/Html.hs:110) img (Text/Tamper/Tags/Html.hs:112) input (Text/Tamper/Tags/Html.hs:114) ins (Text/Tamper/Tags/Html.hs:116) kbd (Text/Tamper/Tags/Html.hs:118) keygen (Text/Tamper/Tags/Html.hs:120) label (Text/Tamper/Tags/Html.hs:122) legend (Text/Tamper/Tags/Html.hs:124) li (Text/Tamper/Tags/Html.hs:126) link (Text/Tamper/Tags/Html.hs:128) map (Text/Tamper/Tags/Html.hs:130) mark (Text/Tamper/Tags/Html.hs:132) menu (Text/Tamper/Tags/Html.hs:134) meta (Text/Tamper/Tags/Html.hs:136) meter (Text/Tamper/Tags/Html.hs:138) noscript (Text/Tamper/Tags/Html.hs:140) object (Text/Tamper/Tags/Html.hs:142) ol (Text/Tamper/Tags/Html.hs:144) optgroup (Text/Tamper/Tags/Html.hs:146) option (Text/Tamper/Tags/Html.hs:148) output (Text/Tamper/Tags/Html.hs:150) p (Text/Tamper/Tags/Html.hs:152) param (Text/Tamper/Tags/Html.hs:154) pre (Text/Tamper/Tags/Html.hs:156) progress (Text/Tamper/Tags/Html.hs:158) q (Text/Tamper/Tags/Html.hs:160) rp (Text/Tamper/Tags/Html.hs:162) rt (Text/Tamper/Tags/Html.hs:164) ruby (Text/Tamper/Tags/Html.hs:166) s (Text/Tamper/Tags/Html.hs:168) samp (Text/Tamper/Tags/Html.hs:170) script (Text/Tamper/Tags/Html.hs:172) section (Text/Tamper/Tags/Html.hs:174) select (Text/Tamper/Tags/Html.hs:176) small (Text/Tamper/Tags/Html.hs:178) source (Text/Tamper/Tags/Html.hs:180) span (Text/Tamper/Tags/Html.hs:182) strong (Text/Tamper/Tags/Html.hs:184) style (Text/Tamper/Tags/Html.hs:186) sub (Text/Tamper/Tags/Html.hs:188) summary (Text/Tamper/Tags/Html.hs:190) sup (Text/Tamper/Tags/Html.hs:192) table (Text/Tamper/Tags/Html.hs:194) tbody (Text/Tamper/Tags/Html.hs:196) td (Text/Tamper/Tags/Html.hs:198) textarea (Text/Tamper/Tags/Html.hs:200) tfoot (Text/Tamper/Tags/Html.hs:202) th (Text/Tamper/Tags/Html.hs:204) thead (Text/Tamper/Tags/Html.hs:206) title (Text/Tamper/Tags/Html.hs:208) tr (Text/Tamper/Tags/Html.hs:210) ul (Text/Tamper/Tags/Html.hs:212) var (Text/Tamper/Tags/Html.hs:214) video (Text/Tamper/Tags/Html.hs:216) Warning: Text.Tamper: ! is exported separately but will be documented under Attributable. Consider exporting it together with its parent(s) for code clarity. 0% ( 0 / 10) in 'Text.Tamper' Missing documentation for: Module header runTamperT (Text/Tamper/Internal.hs:46) TamperT (Text/Tamper/Internal.hs:29) nodeWithContent (Text/Tamper/Internal.hs:67) simpleNode (Text/Tamper/Internal.hs:63) Attributable (Text/Tamper/Internal.hs:84) text (Text/Tamper/Internal.hs:51) comment (Text/Tamper/Internal.hs:54) cdata (Text/Tamper/Internal.hs:57) preEscaped (Text/Tamper/Internal.hs:60) 50% ( 1 / 2) in 'Text.Tamper.Render' Missing documentation for: Module header 0% ( 0 / 3) in 'Text.Tamper.Render.Html' Missing documentation for: Module header htmlReducer (Text/Tamper/Render/Html.hs:40) htmlEncode (Text/Tamper/Render/Html.hs:29) Warning: Text.Tamper.Render.Html: could not find link destinations for: Encode Documentation created: dist/doc/html/tamper/index.html, dist/doc/html/tamper/tamper.txt Creating package registration file: /tmp/pkgConf-tamper-0.437669677696055805.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/tamper-0.4.2-94BIDC3FnbM5UbHgvmeXyY Registering tamper-0.4.2... Installed tamper-0.4.2
Test log
No test log was submitted for this report.