Build #1 for irc-fun-messages-0.4
| Package | irc-fun-messages-0.4 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2016-09-05 11:50:52.646944 UTC |
|---|---|
| Compiler | ghc-8.0.1.20160701 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.9.0.0, irc-fun-types-0.2, regex-applicative-0.3.3, text-1.2.2.1 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-26174/regex-applicative-0.3.3'
Configuring regex-applicative-0.3.3...
Building regex-applicative-0.3.3...
Preprocessing library regex-applicative-0.3.3...
[1 of 8] Compiling Text.Regex.Applicative.StateQueue ( Text/Regex/Applicative/StateQueue.hs, dist/build/Text/Regex/Applicative/StateQueue.o )
[2 of 8] Compiling Text.Regex.Applicative.Types ( Text/Regex/Applicative/Types.hs, dist/build/Text/Regex/Applicative/Types.o )
[3 of 8] Compiling Text.Regex.Applicative.Compile ( Text/Regex/Applicative/Compile.hs, dist/build/Text/Regex/Applicative/Compile.o )
Text/Regex/Applicative/Compile.hs:7:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
[4 of 8] Compiling Text.Regex.Applicative.Object ( Text/Regex/Applicative/Object.hs, dist/build/Text/Regex/Applicative/Object.o )
Text/Regex/Applicative/Object.hs:37:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
[5 of 8] Compiling Text.Regex.Applicative.Interface ( Text/Regex/Applicative/Interface.hs, dist/build/Text/Regex/Applicative/Interface.o )
Text/Regex/Applicative/Interface.hs:7:1: warning: [-Wunused-imports]
The import of ‘Data.Traversable’ is redundant
except perhaps to import instances from ‘Data.Traversable’
To import instances alone, use: import Data.Traversable()
[6 of 8] Compiling Text.Regex.Applicative.Reference ( Text/Regex/Applicative/Reference.hs, dist/build/Text/Regex/Applicative/Reference.o )
[7 of 8] Compiling Text.Regex.Applicative ( Text/Regex/Applicative.hs, dist/build/Text/Regex/Applicative.o )
[8 of 8] Compiling Text.Regex.Applicative.Common ( Text/Regex/Applicative/Common.hs, dist/build/Text/Regex/Applicative/Common.o )
Running Haddock for regex-applicative-0.3.3...
Running hscolour for regex-applicative-0.3.3...
Preprocessing library regex-applicative-0.3.3...
Preprocessing library regex-applicative-0.3.3...
Text/Regex/Applicative/Compile.hs:7:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
Text/Regex/Applicative/Object.hs:37:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
Text/Regex/Applicative/Interface.hs:7:1: warning: [-Wunused-imports]
The import of ‘Data.Traversable’ is redundant
except perhaps to import instances from ‘Data.Traversable’
To import instances alone, use: import Data.Traversable()
Haddock coverage:
100% ( 6 / 6) in 'Text.Regex.Applicative.StateQueue'
50% ( 3 / 6) in 'Text.Regex.Applicative.Types'
Missing documentation for:
Module header
ThreadId (Text/Regex/Applicative/Types.hs:11)
Greediness (Text/Regex/Applicative/Types.hs:28)
0% ( 0 / 2) in 'Text.Regex.Applicative.Compile'
Missing documentation for:
Module header
compile (Text/Regex/Applicative/Compile.hs:11)
94% ( 15 / 16) in 'Text.Regex.Applicative.Object'
Missing documentation for:
ThreadId (Text/Regex/Applicative/Types.hs:11)
62% ( 18 / 29) in 'Text.Regex.Applicative.Interface'
Missing documentation for:
Module header
(Text/Regex/Applicative/Interface.hs:13)
(Text/Regex/Applicative/Interface.hs:17)
(Text/Regex/Applicative/Interface.hs:23)
(Text/Regex/Applicative/Interface.hs:29)
prefixCounter (Text/Regex/Applicative/Interface.hs:226)
InfixMatchingState (Text/Regex/Applicative/Interface.hs:231)
preferOver (Text/Regex/Applicative/Interface.hs:240)
mkInfixMatchingState (Text/Regex/Applicative/Interface.hs:251)
gotResult (Text/Regex/Applicative/Interface.hs:266)
findExtremalInfix (Text/Regex/Applicative/Interface.hs:281)
100% ( 2 / 2) in 'Text.Regex.Applicative.Reference'
95% ( 21 / 22) in 'Text.Regex.Applicative'
Missing documentation for:
Greediness (Text/Regex/Applicative/Types.hs:28)
100% ( 8 / 8) in 'Text.Regex.Applicative.Common'
Documentation created: dist/doc/html/regex-applicative/index.html,
dist/doc/html/regex-applicative/regex-applicative.txt
Creating package registration file:
/tmp/pkgConf-regex-applicative-0.32145174067468703135.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/regex-applicative-0.3.3-WxA98eIqTU6IYmhPidLpN
Registering regex-applicative-0.3.3...
cabal: Leaving directory '/tmp/cabal-tmp-26174/regex-applicative-0.3.3'
Installed regex-applicative-0.3.3
cabal: Entering directory '/tmp/cabal-tmp-26174/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.2200747796289700723.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-9Yh8rJoh8fO2JMLWffT3Qs
Registering text-1.2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-26174/text-1.2.2.1'
Installed text-1.2.2.1
cabal: Entering directory '/tmp/cabal-tmp-26174/hashable-1.2.4.0'
Configuring hashable-1.2.4.0...
Building hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...
[1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o )
Data/Hashable/Class.hs:460:28: 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'."
[2 of 3] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o )
[3 of 3] Compiling Data.Hashable ( Data/Hashable.hs, dist/build/Data/Hashable.o )
Running Haddock for hashable-1.2.4.0...
Running hscolour for hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...
Data/Hashable/Class.hs:460:28: 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'."
Haddock coverage:
100% ( 11 / 11) in 'Data.Hashable.Class'
100% ( 1 / 1) in 'Data.Hashable.Generic'
100% ( 22 / 22) in 'Data.Hashable'
Warning: Data.Hashable: could not find link destinations for:
GHashable
Documentation created: dist/doc/html/hashable/index.html,
dist/doc/html/hashable/hashable.txt
Creating package registration file:
/tmp/pkgConf-hashable-1.2.416464781791725138377.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/hashable-1.2.4.0-Ctl752zbguF6QanxurLOm2
Registering hashable-1.2.4.0...
cabal: Leaving directory '/tmp/cabal-tmp-26174/hashable-1.2.4.0'
Installed hashable-1.2.4.0
Downloading irc-fun-types-0.2...
cabal: Entering directory '/tmp/cabal-tmp-26174/irc-fun-types-0.2'
Configuring irc-fun-types-0.2...
Building irc-fun-types-0.2...
Preprocessing library irc-fun-types-0.2...
[1 of 2] Compiling Network.Irc.Types.Base ( src/Network/Irc/Types/Base.hs, dist/build/Network/Irc/Types/Base.o )
[2 of 2] Compiling Network.Irc.Types ( src/Network/Irc/Types.hs, dist/build/Network/Irc/Types.o )
Running Haddock for irc-fun-types-0.2...
Running hscolour for irc-fun-types-0.2...
Preprocessing library irc-fun-types-0.2...
Preprocessing library irc-fun-types-0.2...
Haddock coverage:
94% ( 17 / 18) in 'Network.Irc.Types.Base'
Missing documentation for:
Module header
93% ( 28 / 30) in 'Network.Irc.Types'
Missing documentation for:
Module header
ChannelModeType (src/Network/Irc/Types.hs:282)
Documentation created: dist/doc/html/irc-fun-types/index.html,
dist/doc/html/irc-fun-types/irc-fun-types.txt
Creating package registration file:
/tmp/pkgConf-irc-fun-types-01003886059168057522.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/irc-fun-types-0.2-T4yeVySCQlHiOz1XtDYsC
Registering irc-fun-types-0.2...
cabal: Leaving directory '/tmp/cabal-tmp-26174/irc-fun-types-0.2'
Installed irc-fun-types-0.2
Downloading irc-fun-messages-0.4...
cabal: Entering directory '/tmp/cabal-tmp-26174/irc-fun-messages-0.4'
Configuring irc-fun-messages-0.4...
Building irc-fun-messages-0.4...
Preprocessing library irc-fun-messages-0.4...
[ 1 of 13] Compiling Network.Irc.Messages.Internal.Types ( src/Network/Irc/Messages/Internal/Types.hs, dist/build/Network/Irc/Messages/Internal/Types.o )
[ 2 of 13] Compiling Network.Irc.Messages.Internal.Tokens.Wildcards ( src/Network/Irc/Messages/Internal/Tokens/Wildcards.hs, dist/build/Network/Irc/Messages/Internal/Tokens/Wildcards.o )
[ 3 of 13] Compiling Network.Irc.Messages.Modes ( src/Network/Irc/Messages/Modes.hs, dist/build/Network/Irc/Messages/Modes.o )
[ 4 of 13] Compiling Network.Irc.Messages.Types ( src/Network/Irc/Messages/Types.hs, dist/build/Network/Irc/Messages/Types.o )
[ 5 of 13] Compiling Network.Irc.Messages.Internal.Util ( src/Network/Irc/Messages/Internal/Util.hs, dist/build/Network/Irc/Messages/Internal/Util.o )
[ 6 of 13] Compiling Network.Irc.Messages.Internal.Tokens.Other ( src/Network/Irc/Messages/Internal/Tokens/Other.hs, dist/build/Network/Irc/Messages/Internal/Tokens/Other.o )
[ 7 of 13] Compiling Network.Irc.Messages.Internal.Tokens.Target ( src/Network/Irc/Messages/Internal/Tokens/Target.hs, dist/build/Network/Irc/Messages/Internal/Tokens/Target.o )
[ 8 of 13] Compiling Network.Irc.Messages.Internal.Tokens.Message ( src/Network/Irc/Messages/Internal/Tokens/Message.hs, dist/build/Network/Irc/Messages/Internal/Tokens/Message.o )
[ 9 of 13] Compiling Network.Irc.Messages.Internal.Tokens.Reply ( src/Network/Irc/Messages/Internal/Tokens/Reply.hs, dist/build/Network/Irc/Messages/Internal/Tokens/Reply.o )
[10 of 13] Compiling Network.Irc.Messages.Mask ( src/Network/Irc/Messages/Mask.hs, dist/build/Network/Irc/Messages/Mask.o )
[11 of 13] Compiling Network.Irc.Messages.Internal.Serialize ( src/Network/Irc/Messages/Internal/Serialize.hs, dist/build/Network/Irc/Messages/Internal/Serialize.o )
[12 of 13] Compiling Network.Irc.Messages.Internal.Parse ( src/Network/Irc/Messages/Internal/Parse.hs, dist/build/Network/Irc/Messages/Internal/Parse.o )
[13 of 13] Compiling Network.Irc.Messages ( src/Network/Irc/Messages.hs, dist/build/Network/Irc/Messages.o )
Running Haddock for irc-fun-messages-0.4...
Running hscolour for irc-fun-messages-0.4...
Preprocessing library irc-fun-messages-0.4...
Preprocessing library irc-fun-messages-0.4...
Haddock coverage:
62% ( 5 / 8) in 'Network.Irc.Messages.Internal.Types'
Missing documentation for:
Module header
ErrorReplyCode (src/Network/Irc/Messages/Internal/Types.hs:210)
ReservedReplyCode (src/Network/Irc/Messages/Internal/Types.hs:319)
0% ( 0 / 4) in 'Network.Irc.Messages.Internal.Tokens.Wildcards'
Missing documentation for:
Module header
mask (src/Network/Irc/Messages/Internal/Tokens/Wildcards.hs:27)
matchone (src/Network/Irc/Messages/Internal/Tokens/Wildcards.hs:42)
matchmany (src/Network/Irc/Messages/Internal/Tokens/Wildcards.hs:45)
33% ( 3 / 9) in 'Network.Irc.Messages.Modes'
Missing documentation for:
umodeToLetter (src/Network/Irc/Messages/Modes.hs:56)
umodeFromLetter (src/Network/Irc/Messages/Modes.hs:63)
parseUserMode (src/Network/Irc/Messages/Modes.hs:82)
cmodeToLetter (src/Network/Irc/Messages/Modes.hs:125)
cmodeFromLetter (src/Network/Irc/Messages/Modes.hs:144)
parseChannelModeParams (src/Network/Irc/Messages/Modes.hs:175)
60% ( 3 / 5) in 'Network.Irc.Messages.Types'
Missing documentation for:
ErrorReplyCode (src/Network/Irc/Messages/Internal/Types.hs:210)
ReservedReplyCode (src/Network/Irc/Messages/Internal/Types.hs:319)
0% ( 0 / 15) in 'Network.Irc.Messages.Internal.Util'
Missing documentation for:
Module header
showt (src/Network/Irc/Messages/Internal/Util.hs:39)
listOf (src/Network/Irc/Messages/Internal/Util.hs:42)
req0 (src/Network/Irc/Messages/Internal/Util.hs:45)
req1 (src/Network/Irc/Messages/Internal/Util.hs:51)
req2 (src/Network/Irc/Messages/Internal/Util.hs:57)
req3 (src/Network/Irc/Messages/Internal/Util.hs:63)
req4 (src/Network/Irc/Messages/Internal/Util.hs:69)
req5 (src/Network/Irc/Messages/Internal/Util.hs:80)
req6 (src/Network/Irc/Messages/Internal/Util.hs:92)
req0m1 (src/Network/Irc/Messages/Internal/Util.hs:106)
req1m2 (src/Network/Irc/Messages/Internal/Util.hs:113)
req2m3 (src/Network/Irc/Messages/Internal/Util.hs:120)
req3m4 (src/Network/Irc/Messages/Internal/Util.hs:131)
min1 (src/Network/Irc/Messages/Internal/Util.hs:144)
0% ( 0 / 8) in 'Network.Irc.Messages.Internal.Tokens.Other'
Missing documentation for:
Module header
user (src/Network/Irc/Messages/Internal/Tokens/Other.hs:33)
key (src/Network/Irc/Messages/Internal/Tokens/Other.hs:36)
letter (src/Network/Irc/Messages/Internal/Tokens/Other.hs:41)
digit (src/Network/Irc/Messages/Internal/Tokens/Other.hs:44)
hexdigit (src/Network/Irc/Messages/Internal/Tokens/Other.hs:47)
hexdigit' (src/Network/Irc/Messages/Internal/Tokens/Other.hs:55)
special (src/Network/Irc/Messages/Internal/Tokens/Other.hs:61)
0% ( 0 / 8) in 'Network.Irc.Messages.Internal.Tokens.Target'
Missing documentation for:
Module header
target (src/Network/Irc/Messages/Internal/Tokens/Target.hs:35)
msgtarget (src/Network/Irc/Messages/Internal/Tokens/Target.hs:38)
msgto (src/Network/Irc/Messages/Internal/Tokens/Target.hs:41)
channel (src/Network/Irc/Messages/Internal/Tokens/Target.hs:59)
servername (src/Network/Irc/Messages/Internal/Tokens/Target.hs:68)
host (src/Network/Irc/Messages/Internal/Tokens/Target.hs:71)
nickname (src/Network/Irc/Messages/Internal/Tokens/Target.hs:121)
0% ( 0 / 2) in 'Network.Irc.Messages.Internal.Tokens.Message'
Missing documentation for:
Module header
message (src/Network/Irc/Messages/Internal/Tokens/Message.hs:37)
0% ( 0 / 3) in 'Network.Irc.Messages.Internal.Tokens.Reply'
Missing documentation for:
Module header
chanpriv (src/Network/Irc/Messages/Internal/Tokens/Reply.hs:32)
prefnicks (src/Network/Irc/Messages/Internal/Tokens/Reply.hs:35)
75% ( 3 / 4) in 'Network.Irc.Messages.Mask'
Missing documentation for:
matches (src/Network/Irc/Messages/Mask.hs:69)
88% ( 7 / 8) in 'Network.Irc.Messages.Internal.Serialize'
Missing documentation for:
Module header
90% ( 9 / 10) in 'Network.Irc.Messages.Internal.Parse'
Missing documentation for:
Module header
100% ( 15 / 15) in 'Network.Irc.Messages'
Documentation created: dist/doc/html/irc-fun-messages/index.html,
dist/doc/html/irc-fun-messages/irc-fun-messages.txt
Creating package registration file:
/tmp/pkgConf-irc-fun-messages-0428903682617909211.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/irc-fun-messages-0.4-EaXsKyrCrG9JkTvquSZWI0
Registering irc-fun-messages-0.4...
cabal: Leaving directory '/tmp/cabal-tmp-26174/irc-fun-messages-0.4'
Installed irc-fun-messages-0.4
Test log
No test log was submitted for this report.