Build #1 for ShellCheck-0.4.5
| Package | ShellCheck-0.4.5 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2016-10-21 22:34:35.528071 UTC |
|---|---|
| Compiler | ghc-8.0.1.20160701 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | QuickCheck-2.9.2, base-4.9.0.0, containers-0.5.7.1, directory-1.2.6.2, json-0.9.1, mtl-2.2.1, parsec-3.1.11, process-1.4.2.0, regex-tdfa-1.2.2, QuickCheck-2.9.2, base-4.9.0.0, containers-0.5.7.1, directory-1.2.6.2, json-0.9.1, mtl-2.2.1, parsec-3.1.11, regex-tdfa-1.2.2 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-12931/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.22145174067468703135.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-12931/mtl-2.2.1'
Installed mtl-2.2.1
cabal: Entering directory '/tmp/cabal-tmp-12931/primitive-0.6.1.0'
Configuring primitive-0.6.1.0...
Building primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
[ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o )
[ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o )
[ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o )
[ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o )
Control/Monad/Primitive.hs:41:1: warning: [-Wdeprecations]
Module ‘Control.Monad.Trans.Error’ is deprecated:
Use Control.Monad.Trans.Except instead
Control/Monad/Primitive.hs:100:11: warning: [-Wdeprecations]
In the use of type constructor or class ‘Error’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
Control/Monad/Primitive.hs:100:47: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
Control/Monad/Primitive.hs:101:19: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
[ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o )
[ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o )
[ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o )
[ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o )
[ 9 of 10] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o )
[10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o )
Running Haddock for primitive-0.6.1.0...
Running hscolour for primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
Control/Monad/Primitive.hs:41:1: warning: [-Wdeprecations]
Module ‘Control.Monad.Trans.Error’ is deprecated:
Use Control.Monad.Trans.Except instead
Control/Monad/Primitive.hs:100:11: warning: [-Wdeprecations]
In the use of type constructor or class ‘Error’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
Control/Monad/Primitive.hs:100:47: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
Control/Monad/Primitive.hs:101:19: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
Haddock coverage:
100% ( 3 / 3) in 'Data.Primitive.Internal.Compat'
3% ( 1 / 35) in 'Data.Primitive.MachDeps'
Missing documentation for:
sIZEOF_CHAR (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:19)
sIZEOF_INT (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_INT (Data/Primitive/MachDeps.hs:19)
sIZEOF_WORD (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:19)
sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:19)
sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:19)
sIZEOF_PTR (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:19)
sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:19)
sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:19)
sIZEOF_INT8 (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:19)
sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:19)
sIZEOF_INT16 (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:19)
sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:19)
sIZEOF_INT32 (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:19)
sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:19)
sIZEOF_INT64 (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:19)
sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:19)
aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:19)
Word64_# (Data/Primitive/MachDeps.hs:120)
Int64_# (Data/Primitive/MachDeps.hs:121)
3% ( 1 / 29) in 'Data.Primitive.Internal.Operations'
Missing documentation for:
setWord8Array# (Data/Primitive/Internal/Operations.hs:33)
setWord16Array# (Data/Primitive/Internal/Operations.hs:35)
setWord32Array# (Data/Primitive/Internal/Operations.hs:37)
setWord64Array# (Data/Primitive/Internal/Operations.hs:39)
setWordArray# (Data/Primitive/Internal/Operations.hs:41)
setInt8Array# (Data/Primitive/Internal/Operations.hs:43)
setInt16Array# (Data/Primitive/Internal/Operations.hs:45)
setInt32Array# (Data/Primitive/Internal/Operations.hs:47)
setInt64Array# (Data/Primitive/Internal/Operations.hs:49)
setIntArray# (Data/Primitive/Internal/Operations.hs:51)
setAddrArray# (Data/Primitive/Internal/Operations.hs:53)
setFloatArray# (Data/Primitive/Internal/Operations.hs:55)
setDoubleArray# (Data/Primitive/Internal/Operations.hs:57)
setWideCharArray# (Data/Primitive/Internal/Operations.hs:59)
setWord8OffAddr# (Data/Primitive/Internal/Operations.hs:62)
setWord16OffAddr# (Data/Primitive/Internal/Operations.hs:64)
setWord32OffAddr# (Data/Primitive/Internal/Operations.hs:66)
setWord64OffAddr# (Data/Primitive/Internal/Operations.hs:68)
setWordOffAddr# (Data/Primitive/Internal/Operations.hs:70)
setInt8OffAddr# (Data/Primitive/Internal/Operations.hs:72)
setInt16OffAddr# (Data/Primitive/Internal/Operations.hs:74)
setInt32OffAddr# (Data/Primitive/Internal/Operations.hs:76)
setInt64OffAddr# (Data/Primitive/Internal/Operations.hs:78)
setIntOffAddr# (Data/Primitive/Internal/Operations.hs:80)
setAddrOffAddr# (Data/Primitive/Internal/Operations.hs:82)
setFloatOffAddr# (Data/Primitive/Internal/Operations.hs:84)
setDoubleOffAddr# (Data/Primitive/Internal/Operations.hs:86)
setWideCharOffAddr# (Data/Primitive/Internal/Operations.hs:88)
75% ( 12 / 16) in 'Control.Monad.Primitive'
Missing documentation for:
unsafeInlinePrim (Control/Monad/Primitive.hs:189)
unsafeInlineIO (Control/Monad/Primitive.hs:193)
unsafeInlineST (Control/Monad/Primitive.hs:197)
touch (Control/Monad/Primitive.hs:201)
100% ( 3 / 3) in 'Data.Primitive.Types'
100% ( 15 / 15) in 'Data.Primitive.Array'
93% ( 27 / 29) in 'Data.Primitive.ByteArray'
Missing documentation for:
ByteArray#
MutableByteArray#
100% ( 16 / 16) in 'Data.Primitive.Addr'
100% ( 7 / 7) in 'Data.Primitive'
100% ( 9 / 9) in 'Data.Primitive.MutVar'
Warning: Control.Monad.Primitive: could not find link destinations for:
~
Documentation created: dist/doc/html/primitive/index.html,
dist/doc/html/primitive/primitive.txt
Creating package registration file:
/tmp/pkgConf-primitive-0.6.11253207672570073850.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/primitive-0.6.1.0-Ip44DqhfCp21tTUYbecwa
Registering primitive-0.6.1.0...
cabal: Leaving directory '/tmp/cabal-tmp-12931/primitive-0.6.1.0'
Installed primitive-0.6.1.0
cabal: Entering directory '/tmp/cabal-tmp-12931/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-117801722611450956042.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-12931/random-1.1'
Installed random-1.1
cabal: Entering directory '/tmp/cabal-tmp-12931/syb-0.6'
Configuring syb-0.6...
Building syb-0.6...
Preprocessing library syb-0.6...
[ 1 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o )
[ 2 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o )
[ 3 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o )
[ 4 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o )
[ 5 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o )
src/Data/Generics/Aliases.hs:181:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
extM :: (Monad m, Typeable a, Typeable b) =>
(a -> m a) -> (b -> m b) -> a -> m a
src/Data/Generics/Aliases.hs:207:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
extR :: (Monad m, Typeable a, Typeable b) => m a -> m b -> m a
src/Data/Generics/Aliases.hs:338:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
ext1M :: (Monad m, Data d, Typeable t) =>
(forall e. Data e => e -> m e)
-> (forall f. Data f => t f -> m (t f)) -> d -> m d
src/Data/Generics/Aliases.hs:354:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
ext1R :: (Monad m, Data d, Typeable t) =>
m d -> (forall e. Data e => m (t e)) -> m d
src/Data/Generics/Aliases.hs:389:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
ext2M :: (Monad m, Data d, Typeable t) =>
(forall e. Data e => e -> m e)
-> (forall d1 d2. (Data d1, Data d2) => t d1 d2 -> m (t d1 d2))
-> d
-> m d
src/Data/Generics/Aliases.hs:405:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
ext2R :: (Monad m, Data d, Typeable t) =>
m d -> (forall d1 d2. (Data d1, Data d2) => m (t d1 d2)) -> m d
[ 6 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o )
[ 7 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o )
[ 8 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o )
[ 9 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o )
[10 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o )
[11 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o )
[12 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o )
src/Data/Generics/Builders.hs:33:3: warning: [-Wredundant-constraints]
• Redundant constraint: Data a
• In the type signature for:
general :: Data a => a
In an equation for ‘empty’:
empty
= general `extB` char `extB` int `extB` integer `extB` float
`extB` double
where
general :: Data a => a
general = fromConstrB empty (indexConstr (dataTypeOf general) 1)
char = '\NUL'
int = 0 :: Int
....
[13 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o )
[14 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o )
[15 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o )
[16 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o )
Running Haddock for syb-0.6...
Running hscolour for syb-0.6...
Preprocessing library syb-0.6...
Preprocessing library syb-0.6...
src/Data/Generics/Aliases.hs:181:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
extM :: (Monad m, Typeable a, Typeable b) =>
(a -> m a) -> (b -> m b) -> a -> m a
src/Data/Generics/Aliases.hs:207:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
extR :: (Monad m, Typeable a, Typeable b) => m a -> m b -> m a
src/Data/Generics/Aliases.hs:338:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
ext1M :: (Monad m, Data d, Typeable t) =>
(forall e. Data e => e -> m e)
-> (forall f. Data f => t f -> m (t f)) -> d -> m d
src/Data/Generics/Aliases.hs:354:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
ext1R :: (Monad m, Data d, Typeable t) =>
m d -> (forall e. Data e => m (t e)) -> m d
src/Data/Generics/Aliases.hs:389:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
ext2M :: (Monad m, Data d, Typeable t) =>
(forall e. Data e => e -> m e)
-> (forall d1 d2. (Data d1, Data d2) => t d1 d2 -> m (t d1 d2))
-> d
-> m d
src/Data/Generics/Aliases.hs:405:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
ext2R :: (Monad m, Data d, Typeable t) =>
m d -> (forall d1 d2. (Data d1, Data d2) => m (t d1 d2)) -> m d
src/Data/Generics/Builders.hs:33:3: warning: [-Wredundant-constraints]
• Redundant constraint: Data a
• In the type signature for:
general :: Data a => a
In an equation for ‘empty’:
empty
= general `extB` char `extB` int `extB` integer `extB` float
`extB` double
where
general :: Data a => a
general = fromConstrB empty (indexConstr (dataTypeOf general) 1)
char = '\NUL'
int = 0 :: Int
....
Haddock coverage:
100% ( 2 / 2) in 'Data.Generics.Basics'
100% ( 2 / 2) in 'Generics.SYB.Basics'
100% ( 1 / 1) in 'Data.Generics.Instances'
100% ( 1 / 1) in 'Generics.SYB.Instances'
96% ( 43 / 45) in 'Data.Generics.Aliases'
Missing documentation for:
GenericQ' (src/Data/Generics/Aliases.hs:268)
GenericM' (src/Data/Generics/Aliases.hs:269)
100% ( 19 / 19) in 'Data.Generics.Schemes'
100% ( 2 / 2) in 'Generics.SYB.Schemes'
100% ( 6 / 6) in 'Data.Generics.Text'
100% ( 2 / 2) in 'Generics.SYB.Text'
100% ( 17 / 17) in 'Data.Generics.Twins'
100% ( 2 / 2) in 'Generics.SYB.Twins'
100% ( 3 / 3) in 'Data.Generics.Builders'
100% ( 2 / 2) in 'Generics.SYB.Builders'
100% ( 2 / 2) in 'Generics.SYB.Aliases'
100% ( 8 / 8) in 'Data.Generics'
100% ( 2 / 2) in 'Generics.SYB'
Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt
Creating package registration file: /tmp/pkgConf-syb-01251300606959372260.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/syb-0.6-C65vWCsht6A8uLstpQIXyj
Registering syb-0.6...
cabal: Leaving directory '/tmp/cabal-tmp-12931/syb-0.6'
Installed syb-0.6
cabal: Entering directory '/tmp/cabal-tmp-12931/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.2980356728932862806.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-12931/text-1.2.2.1'
Installed text-1.2.2.1
cabal: Entering directory '/tmp/cabal-tmp-12931/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.937750567941588695568.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-12931/regex-base-0.93.2'
Installed regex-base-0.93.2
cabal: Entering directory '/tmp/cabal-tmp-12931/tf-random-0.5'
Configuring tf-random-0.5...
Building tf-random-0.5...
Preprocessing library tf-random-0.5...
[1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o )
[2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o )
src/System/Random/TF/Init.hs:94:5: warning: [-Wdeprecations]
In the use of ‘bitSize’ (imported from Data.Bits):
Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
[3 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o )
[4 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o )
Running Haddock for tf-random-0.5...
Running hscolour for tf-random-0.5...
Preprocessing library tf-random-0.5...
Preprocessing library tf-random-0.5...
src/System/Random/TF/Init.hs:94:5: warning: [-Wdeprecations]
In the use of ‘bitSize’ (imported from Data.Bits):
Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
Haddock coverage:
100% ( 4 / 4) in 'System.Random.TF.Gen'
83% ( 5 / 6) in 'System.Random.TF.Init'
Missing documentation for:
Module header
33% ( 1 / 3) in 'System.Random.TF.Instances'
Missing documentation for:
Random (src/System/Random/TF/Instances.hs:37)
randomEnum (src/System/Random/TF/Instances.hs:205)
100% ( 3 / 3) in 'System.Random.TF'
Documentation created: dist/doc/html/tf-random/index.html,
dist/doc/html/tf-random/tf-random.txt
Creating package registration file:
/tmp/pkgConf-tf-random-011317610791076919591.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/tf-random-0.5-4z8OJUaXC1FRNfrLPFWAD
Registering tf-random-0.5...
cabal: Leaving directory '/tmp/cabal-tmp-12931/tf-random-0.5'
Installed tf-random-0.5
cabal: Entering directory '/tmp/cabal-tmp-12931/parsec-3.1.11'
Configuring parsec-3.1.11...
Building parsec-3.1.11...
Preprocessing library parsec-3.1.11...
[ 1 of 25] Compiling Text.Parsec.Pos ( Text/Parsec/Pos.hs, dist/build/Text/Parsec/Pos.o )
[ 2 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist/build/Text/Parsec/Error.o )
[ 3 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/build/Text/ParserCombinators/Parsec/Error.o )
[ 4 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs, dist/build/Text/Parsec/Prim.o )
[ 5 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist/build/Text/Parsec/Combinator.o )
[ 6 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist/build/Text/ParserCombinators/Parsec/Combinator.o )
[ 7 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs, dist/build/Text/Parsec/String.o )
[ 8 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist/build/Text/Parsec/ByteString.o )
[ 9 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist/build/Text/Parsec/ByteString/Lazy.o )
[10 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist/build/Text/Parsec/Text.o )
[11 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist/build/Text/Parsec/Text/Lazy.o )
[12 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist/build/Text/Parsec/Expr.o )
[13 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/build/Text/ParserCombinators/Parsec/Prim.o )
[14 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/build/Text/ParserCombinators/Parsec/Pos.o )
[15 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist/build/Text/Parsec/Char.o )
[16 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist/build/Text/Parsec/Token.o )
[17 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist/build/Text/ParserCombinators/Parsec/Token.o )
[18 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist/build/Text/ParserCombinators/Parsec/Char.o )
[19 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist/build/Text/ParserCombinators/Parsec.o )
[20 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist/build/Text/ParserCombinators/Parsec/Expr.o )
[21 of 25] Compiling Text.Parsec ( Text/Parsec.hs, dist/build/Text/Parsec.o )
[22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs, dist/build/Text/Parsec/Language.o )
[23 of 25] Compiling Text.ParserCombinators.Parsec.Language ( Text/ParserCombinators/Parsec/Language.hs, dist/build/Text/ParserCombinators/Parsec/Language.o )
[24 of 25] Compiling Text.Parsec.Perm ( Text/Parsec/Perm.hs, dist/build/Text/Parsec/Perm.o )
[25 of 25] Compiling Text.ParserCombinators.Parsec.Perm ( Text/ParserCombinators/Parsec/Perm.hs, dist/build/Text/ParserCombinators/Parsec/Perm.o )
Running Haddock for parsec-3.1.11...
Running hscolour for parsec-3.1.11...
Preprocessing library parsec-3.1.11...
Preprocessing library parsec-3.1.11...
Haddock coverage:
82% ( 14 / 17) in 'Text.Parsec.Pos'
Missing documentation for:
SourceName (Text/Parsec/Pos.hs:31)
Line (Text/Parsec/Pos.hs:32)
Column (Text/Parsec/Pos.hs:33)
43% ( 6 / 14) in 'Text.Parsec.Error'
Missing documentation for:
errorIsUnknown (Text/Parsec/Error.hs:113)
showErrorMessages (Text/Parsec/Error.hs:176)
newErrorMessage (Text/Parsec/Error.hs:123)
newErrorUnknown (Text/Parsec/Error.hs:119)
addErrorMessage (Text/Parsec/Error.hs:127)
setErrorPos (Text/Parsec/Error.hs:131)
setErrorMessage (Text/Parsec/Error.hs:135)
mergeError (Text/Parsec/Error.hs:139)
38% ( 6 / 16) in 'Text.ParserCombinators.Parsec.Error'
Missing documentation for:
messageCompare (Text/ParserCombinators/Parsec/Error.hs:36)
messageEq (Text/ParserCombinators/Parsec/Error.hs:39)
errorIsUnknown (Text/Parsec/Error.hs:113)
showErrorMessages (Text/Parsec/Error.hs:176)
newErrorMessage (Text/Parsec/Error.hs:123)
newErrorUnknown (Text/Parsec/Error.hs:119)
addErrorMessage (Text/Parsec/Error.hs:127)
setErrorPos (Text/Parsec/Error.hs:131)
setErrorMessage (Text/Parsec/Error.hs:135)
mergeError (Text/Parsec/Error.hs:139)
64% ( 32 / 50) in 'Text.Parsec.Prim'
Missing documentation for:
unknownError (Text/Parsec/Prim.hs:93)
sysUnExpectError (Text/Parsec/Prim.hs:96)
Parsec (Text/Parsec/Prim.hs:159)
Consumed (Text/Parsec/Prim.hs:161)
Reply (Text/Parsec/Prim.hs:165)
State (Text/Parsec/Prim.hs:169)
parsecMap (Text/Parsec/Prim.hs:187)
parserReturn (Text/Parsec/Prim.hs:231)
parserBind (Text/Parsec/Prim.hs:236)
mergeErrorReply (Text/Parsec/Prim.hs:276)
parserFail (Text/Parsec/Prim.hs:282)
parserPlus (Text/Parsec/Prim.hs:300)
labels (Text/Parsec/Prim.hs:355)
tokens (Text/Parsec/Prim.hs:406)
tokenPrimEx (Text/Parsec/Prim.hs:543)
manyAccum (Text/Parsec/Prim.hs:602)
runPT (Text/Parsec/Prim.hs:620)
runP (Text/Parsec/Prim.hs:634)
100% ( 24 / 24) in 'Text.Parsec.Combinator'
100% ( 24 / 24) in 'Text.ParserCombinators.Parsec.Combinator'
50% ( 2 / 4) in 'Text.Parsec.String'
Missing documentation for:
Parser (Text/Parsec/String.hs:22)
GenParser (Text/Parsec/String.hs:23)
50% ( 2 / 4) in 'Text.Parsec.ByteString'
Missing documentation for:
Parser (Text/Parsec/ByteString.hs:24)
GenParser (Text/Parsec/ByteString.hs:25)
50% ( 2 / 4) in 'Text.Parsec.ByteString.Lazy'
Missing documentation for:
Parser (Text/Parsec/ByteString/Lazy.hs:24)
GenParser (Text/Parsec/ByteString/Lazy.hs:25)
33% ( 1 / 3) in 'Text.Parsec.Text'
Missing documentation for:
Parser (Text/Parsec/Text.hs:23)
GenParser (Text/Parsec/Text.hs:24)
33% ( 1 / 3) in 'Text.Parsec.Text.Lazy'
Missing documentation for:
Parser (Text/Parsec/Text/Lazy.hs:23)
GenParser (Text/Parsec/Text/Lazy.hs:24)
100% ( 5 / 5) in 'Text.Parsec.Expr'
70% ( 21 / 30) in 'Text.ParserCombinators.Parsec.Prim'
Missing documentation for:
Parser (Text/Parsec/String.hs:22)
GenParser (Text/Parsec/String.hs:23)
runParser (Text/ParserCombinators/Parsec/Prim.hs:57)
tokens (Text/Parsec/Prim.hs:406)
tokenPrimEx (Text/Parsec/Prim.hs:543)
try (Text/ParserCombinators/Parsec/Prim.hs:64)
labels (Text/Parsec/Prim.hs:355)
pzero (Text/ParserCombinators/Parsec/Prim.hs:54)
State (Text/Parsec/Prim.hs:169)
82% ( 14 / 17) in 'Text.ParserCombinators.Parsec.Pos'
Missing documentation for:
SourceName (Text/Parsec/Pos.hs:31)
Line (Text/Parsec/Pos.hs:32)
Column (Text/Parsec/Pos.hs:33)
100% ( 20 / 20) in 'Text.Parsec.Char'
67% ( 4 / 6) in 'Text.Parsec.Token'
Missing documentation for:
LanguageDef (Text/Parsec/Token.hs:39)
TokenParser (Text/Parsec/Token.hs:110)
67% ( 4 / 6) in 'Text.ParserCombinators.Parsec.Token'
Missing documentation for:
LanguageDef (Text/Parsec/Token.hs:39)
TokenParser (Text/Parsec/Token.hs:110)
95% ( 18 / 19) in 'Text.ParserCombinators.Parsec.Char'
Missing documentation for:
CharParser (Text/ParserCombinators/Parsec/Char.hs:40)
83% ( 15 / 18) in 'Text.ParserCombinators.Parsec'
Missing documentation for:
SourceName (Text/Parsec/Pos.hs:31)
Line (Text/Parsec/Pos.hs:32)
Column (Text/Parsec/Pos.hs:33)
40% ( 2 / 5) in 'Text.ParserCombinators.Parsec.Expr'
Missing documentation for:
Operator (Text/ParserCombinators/Parsec/Expr.hs:29)
OperatorTable (Text/ParserCombinators/Parsec/Expr.hs:33)
buildExpressionParser (Text/ParserCombinators/Parsec/Expr.hs:40)
78% ( 73 / 94) in 'Text.Parsec'
Missing documentation for:
Parsec (Text/Parsec/Prim.hs:159)
tokens (Text/Parsec/Prim.hs:406)
labels (Text/Parsec/Prim.hs:355)
SourceName (Text/Parsec/Pos.hs:31)
Line (Text/Parsec/Pos.hs:32)
Column (Text/Parsec/Pos.hs:33)
manyAccum (Text/Parsec/Prim.hs:602)
tokenPrimEx (Text/Parsec/Prim.hs:543)
runPT (Text/Parsec/Prim.hs:620)
unknownError (Text/Parsec/Prim.hs:93)
sysUnExpectError (Text/Parsec/Prim.hs:96)
mergeErrorReply (Text/Parsec/Prim.hs:276)
runP (Text/Parsec/Prim.hs:634)
Consumed (Text/Parsec/Prim.hs:161)
Reply (Text/Parsec/Prim.hs:165)
State (Text/Parsec/Prim.hs:169)
parsecMap (Text/Parsec/Prim.hs:187)
parserReturn (Text/Parsec/Prim.hs:231)
parserBind (Text/Parsec/Prim.hs:236)
parserFail (Text/Parsec/Prim.hs:282)
parserPlus (Text/Parsec/Prim.hs:300)
90% ( 9 / 10) in 'Text.Parsec.Language'
Missing documentation for:
LanguageDef (Text/Parsec/Token.hs:39)
90% ( 9 / 10) in 'Text.ParserCombinators.Parsec.Language'
Missing documentation for:
LanguageDef (Text/Parsec/Token.hs:39)
100% ( 8 / 8) in 'Text.Parsec.Perm'
100% ( 7 / 7) in 'Text.ParserCombinators.Parsec.Perm'
Documentation created: dist/doc/html/parsec/index.html,
dist/doc/html/parsec/parsec.txt
Creating package registration file:
/tmp/pkgConf-parsec-3.119162378921565306616.11
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/parsec-3.1.11-37j7M1YEHqtEooY7BpJdri
Registering parsec-3.1.11...
cabal: Leaving directory '/tmp/cabal-tmp-12931/parsec-3.1.11'
Installed parsec-3.1.11
cabal: Entering directory '/tmp/cabal-tmp-12931/QuickCheck-2.9.2'
Configuring QuickCheck-2.9.2...
Building QuickCheck-2.9.2...
Preprocessing library QuickCheck-2.9.2...
[ 1 of 15] Compiling Test.QuickCheck.Random ( Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o )
[ 2 of 15] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o )
[ 3 of 15] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o )
[ 4 of 15] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o )
[ 5 of 15] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o )
[ 6 of 15] Compiling Test.QuickCheck.Gen.Unsafe ( Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o )
[ 7 of 15] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o )
[ 8 of 15] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o )
[ 9 of 15] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o )
[10 of 15] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o )
[11 of 15] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o )
[12 of 15] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o )
[13 of 15] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o )
[14 of 15] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o )
[15 of 15] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o )
Running Haddock for QuickCheck-2.9.2...
Running hscolour for QuickCheck-2.9.2...
Preprocessing library QuickCheck-2.9.2...
Preprocessing library QuickCheck-2.9.2...
Haddock coverage:
10% ( 2 / 20) in 'Test.QuickCheck.Random'
Missing documentation for:
newTheGen (Test/QuickCheck/Random.hs:17)
bits (Test/QuickCheck/Random.hs:20)
mask (Test/QuickCheck/Random.hs:20)
doneBit (Test/QuickCheck/Random.hs:20)
chip (Test/QuickCheck/Random.hs:25)
chop (Test/QuickCheck/Random.hs:30)
stop (Test/QuickCheck/Random.hs:33)
mkTheGen (Test/QuickCheck/Random.hs:36)
(Test/QuickCheck/Random.hs:65)
(Test/QuickCheck/Random.hs:67)
(Test/QuickCheck/Random.hs:70)
newQCGen (Test/QuickCheck/Random.hs:79)
mkQCGen (Test/QuickCheck/Random.hs:82)
bigNatVariant (Test/QuickCheck/Random.hs:85)
natVariant (Test/QuickCheck/Random.hs:91)
variantTheGen (Test/QuickCheck/Random.hs:97)
boolVariant (Test/QuickCheck/Random.hs:103)
variantQCGen (Test/QuickCheck/Random.hs:107)
33% ( 3 / 9) in 'Test.QuickCheck.Exception'
Missing documentation for:
AnException (Test/QuickCheck/Exception.hs:23)
tryEvaluate (Test/QuickCheck/Exception.hs:55)
tryEvaluateIO (Test/QuickCheck/Exception.hs:58)
evaluate (Test/QuickCheck/Exception.hs:62)
isDiscard (Test/QuickCheck/Exception.hs:81)
finally (Test/QuickCheck/Exception.hs:96)
6% ( 1 / 18) in 'Test.QuickCheck.Text'
Missing documentation for:
Str (Test/QuickCheck/Text.hs:47)
ranges (Test/QuickCheck/Text.hs:52)
number (Test/QuickCheck/Text.hs:60)
short (Test/QuickCheck/Text.hs:63)
showErr (Test/QuickCheck/Text.hs:71)
oneLine (Test/QuickCheck/Text.hs:74)
isOneLine (Test/QuickCheck/Text.hs:77)
bold (Test/QuickCheck/Text.hs:80)
newTerminal (Test/QuickCheck/Text.hs:91)
withStdioTerminal (Test/QuickCheck/Text.hs:105)
withNullTerminal (Test/QuickCheck/Text.hs:111)
terminalOutput (Test/QuickCheck/Text.hs:115)
handle (Test/QuickCheck/Text.hs:118)
Terminal (Test/QuickCheck/Text.hs:88)
putTemp (Test/QuickCheck/Text.hs:129)
putPart (Test/QuickCheck/Text.hs:129)
putLine (Test/QuickCheck/Text.hs:129)
100% ( 2 / 2) in 'Test.QuickCheck.State'
90% ( 26 / 29) in 'Test.QuickCheck.Gen'
Missing documentation for:
(Test/QuickCheck/Gen.hs:49)
(Test/QuickCheck/Gen.hs:53)
(Test/QuickCheck/Gen.hs:57)
80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe'
Missing documentation for:
Capture (Test/QuickCheck/Gen/Unsafe.hs:50)
100% ( 31 / 31) in 'Test.QuickCheck.Arbitrary'
93% ( 14 / 15) in 'Test.QuickCheck.Modifiers'
Missing documentation for:
ShrinkState (Test/QuickCheck/Modifiers.hs:323)
14% ( 1 / 7) in 'Test.QuickCheck.Poly'
Missing documentation for:
A (Test/QuickCheck/Poly.hs:29)
B (Test/QuickCheck/Poly.hs:44)
C (Test/QuickCheck/Poly.hs:59)
OrdA (Test/QuickCheck/Poly.hs:77)
OrdB (Test/QuickCheck/Poly.hs:96)
OrdC (Test/QuickCheck/Poly.hs:115)
73% ( 8 / 11) in 'Test.QuickCheck.Function'
Missing documentation for:
Fun (Test/QuickCheck/Function.hs:452)
apply (Test/QuickCheck/Function.hs:466)
Function (Test/QuickCheck/Function.hs:138)
62% ( 45 / 72) in 'Test.QuickCheck.Property'
Missing documentation for:
(Test/QuickCheck/Property.hs:81)
(Test/QuickCheck/Property.hs:84)
(Test/QuickCheck/Property.hs:87)
(Test/QuickCheck/Property.hs:90)
(Test/QuickCheck/Property.hs:93)
(Test/QuickCheck/Property.hs:96)
(Test/QuickCheck/Property.hs:118)
protect (Test/QuickCheck/Property.hs:122)
Prop (Test/QuickCheck/Property.hs:128)
Rose (Test/QuickCheck/Property.hs:132)
ioRose (Test/QuickCheck/Property.hs:135)
joinRose (Test/QuickCheck/Property.hs:138)
(Test/QuickCheck/Property.hs:147)
(Test/QuickCheck/Property.hs:152)
(Test/QuickCheck/Property.hs:157)
CallbackKind (Test/QuickCheck/Property.hs:191)
exception (Test/QuickCheck/Property.hs:207)
formatException (Test/QuickCheck/Property.hs:213)
protectResult (Test/QuickCheck/Property.hs:218)
succeeded (Test/QuickCheck/Property.hs:221)
failed (Test/QuickCheck/Property.hs:221)
rejected (Test/QuickCheck/Property.hs:221)
liftBool (Test/QuickCheck/Property.hs:242)
mapResult (Test/QuickCheck/Property.hs:246)
mapTotalResult (Test/QuickCheck/Property.hs:249)
mapRoseResult (Test/QuickCheck/Property.hs:253)
mapProp (Test/QuickCheck/Property.hs:256)
50% ( 14 / 28) in 'Test.QuickCheck.Test'
Missing documentation for:
test (Test/QuickCheck/Test.hs:193)
doneTesting (Test/QuickCheck/Test.hs:199)
giveUp (Test/QuickCheck/Test.hs:229)
runATest (Test/QuickCheck/Test.hs:245)
summary (Test/QuickCheck/Test.hs:311)
success (Test/QuickCheck/Test.hs:322)
labelPercentage (Test/QuickCheck/Test.hs:352)
insufficientCoverage (Test/QuickCheck/Test.hs:360)
foundFailure (Test/QuickCheck/Test.hs:367)
localMin (Test/QuickCheck/Test.hs:371)
localMin' (Test/QuickCheck/Test.hs:401)
localMinFound (Test/QuickCheck/Test.hs:413)
callbackPostTest (Test/QuickCheck/Test.hs:438)
callbackPostFinalFailure (Test/QuickCheck/Test.hs:443)
100% ( 9 / 9) in 'Test.QuickCheck.All'
78% ( 14 / 18) in 'Test.QuickCheck.Monadic'
Missing documentation for:
stop (Test/QuickCheck/Monadic.hs:118)
monadic (Test/QuickCheck/Monadic.hs:204)
monadic' (Test/QuickCheck/Monadic.hs:207)
runSTGen (Test/QuickCheck/Monadic.hs:246)
99% (127 /128) in 'Test.QuickCheck'
Missing documentation for:
ShrinkState (Test/QuickCheck/Modifiers.hs:323)
Warning: Test.QuickCheck.Arbitrary: could not find link destinations for:
GCoArbitrary RecursivelyShrink GSubterms gSubterms gSubtermsIncl
Warning: Test.QuickCheck.Function: could not find link destinations for:
GFunction
Warning: Test.QuickCheck: could not find link destinations for:
GCoArbitrary RecursivelyShrink GSubterms
Documentation created: dist/doc/html/QuickCheck/index.html,
dist/doc/html/QuickCheck/QuickCheck.txt
Creating package registration file:
/tmp/pkgConf-QuickCheck-2.91215387142364531492.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/QuickCheck-2.9.2-AzbjWrJo3WFD60ZxKurQ3s
Registering QuickCheck-2.9.2...
cabal: Leaving directory '/tmp/cabal-tmp-12931/QuickCheck-2.9.2'
Installed QuickCheck-2.9.2
cabal: Entering directory '/tmp/cabal-tmp-12931/json-0.9.1'
Configuring json-0.9.1...
Building json-0.9.1...
Preprocessing library json-0.9.1...
[1 of 7] Compiling Text.JSON.Types ( Text/JSON/Types.hs, dist/build/Text/JSON/Types.o )
[2 of 7] Compiling Text.JSON.String ( Text/JSON/String.hs, dist/build/Text/JSON/String.o )
Text/JSON/String.hs:176:1: warning: [-Wtabs]
Tab character found here, and in one further location.
Please use spaces instead.
[3 of 7] Compiling Text.JSON.ReadP ( Text/JSON/ReadP.hs, dist/build/Text/JSON/ReadP.o )
[4 of 7] Compiling Text.JSON.Parsec ( Text/JSON/Parsec.hs, dist/build/Text/JSON/Parsec.o )
[5 of 7] Compiling Text.JSON.Pretty ( Text/JSON/Pretty.hs, dist/build/Text/JSON/Pretty.o )
[6 of 7] Compiling Text.JSON ( Text/JSON.hs, dist/build/Text/JSON.o )
Text/JSON.hs:219:1: warning: [-Wtabs]
Tab character found here, and in 18 further locations.
Please use spaces instead.
[7 of 7] Compiling Text.JSON.Generic ( Text/JSON/Generic.hs, dist/build/Text/JSON/Generic.o )
Text/JSON/Generic.hs:110:1: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
Running Haddock for json-0.9.1...
Running hscolour for json-0.9.1...
Preprocessing library json-0.9.1...
Preprocessing library json-0.9.1...
Text/JSON/String.hs:176:1: warning: [-Wtabs]
Tab character found here, and in one further location.
Please use spaces instead.
Text/JSON.hs:219:1: warning: [-Wtabs]
Tab character found here, and in 18 further locations.
Please use spaces instead.
Text/JSON/Generic.hs:110:1: warning: [-Wtabs]
Tab character found here, and in five further locations.
Please use spaces instead.
Haddock coverage:
100% ( 10 / 10) in 'Text.JSON.Types'
95% ( 21 / 22) in 'Text.JSON.String'
Missing documentation for:
showJSRational' (Text/JSON/String.hs:335)
18% ( 2 / 11) in 'Text.JSON.ReadP'
Missing documentation for:
p_value (Text/JSON/ReadP.hs:35)
p_null (Text/JSON/ReadP.hs:43)
p_boolean (Text/JSON/ReadP.hs:46)
p_array (Text/JSON/ReadP.hs:52)
p_string (Text/JSON/ReadP.hs:56)
p_object (Text/JSON/ReadP.hs:77)
p_number (Text/JSON/ReadP.hs:82)
p_js_string (Text/JSON/ReadP.hs:85)
p_js_object (Text/JSON/ReadP.hs:88)
17% ( 2 / 12) in 'Text.JSON.Parsec'
Missing documentation for:
p_value (Text/JSON/Parsec.hs:32)
p_null (Text/JSON/Parsec.hs:47)
p_boolean (Text/JSON/Parsec.hs:50)
p_array (Text/JSON/Parsec.hs:56)
p_string (Text/JSON/Parsec.hs:60)
p_object (Text/JSON/Parsec.hs:82)
p_number (Text/JSON/Parsec.hs:87)
p_js_string (Text/JSON/Parsec.hs:94)
p_js_object (Text/JSON/Parsec.hs:97)
p_jvalue (Text/JSON/Parsec.hs:38)
18% ( 2 / 11) in 'Text.JSON.Pretty'
Missing documentation for:
pp_value (Text/JSON/Pretty.hs:24)
pp_null (Text/JSON/Pretty.hs:33)
pp_boolean (Text/JSON/Pretty.hs:36)
pp_number (Text/JSON/Pretty.hs:40)
pp_array (Text/JSON/Pretty.hs:45)
pp_string (Text/JSON/Pretty.hs:48)
pp_object (Text/JSON/Pretty.hs:61)
pp_js_string (Text/JSON/Pretty.hs:65)
pp_js_object (Text/JSON/Pretty.hs:68)
90% ( 38 / 42) in 'Text.JSON'
Missing documentation for:
fromJSString (Text/JSON/Types.hs:67)
fromJSObject (Text/JSON/Types.hs:76)
showJSRational' (Text/JSON/String.hs:335)
makeObj (Text/JSON.hs:436)
80% ( 8 / 10) in 'Text.JSON.Generic'
Missing documentation for:
toJSON_generic (Text/JSON/Generic.hs:75)
fromJSON_generic (Text/JSON/Generic.hs:153)
Warning: Text.JSON.Generic: could not find link destinations for:
~
Documentation created: dist/doc/html/json/index.html,
dist/doc/html/json/json.txt
Creating package registration file: /tmp/pkgConf-json-0.9556939443346804712.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/json-0.9.1-GPK6CWCvKpd4FSbk4GKEnw
Registering json-0.9.1...
cabal: Leaving directory '/tmp/cabal-tmp-12931/json-0.9.1'
Installed json-0.9.1
cabal: Entering directory '/tmp/cabal-tmp-12931/regex-tdfa-1.2.2'
Configuring regex-tdfa-1.2.2...
Building regex-tdfa-1.2.2...
Preprocessing library regex-tdfa-1.2.2...
[ 1 of 23] Compiling Text.Regex.TDFA.NewDFA.Uncons ( Text/Regex/TDFA/NewDFA/Uncons.hs, dist/build/Text/Regex/TDFA/NewDFA/Uncons.o )
[ 2 of 23] Compiling Text.Regex.TDFA.IntArrTrieSet ( Text/Regex/TDFA/IntArrTrieSet.hs, dist/build/Text/Regex/TDFA/IntArrTrieSet.o )
[ 3 of 23] Compiling Paths_regex_tdfa ( dist/build/autogen/Paths_regex_tdfa.hs, dist/build/Paths_regex_tdfa.o )
[ 4 of 23] Compiling Data.IntSet.EnumSet2 ( Data/IntSet/EnumSet2.hs, dist/build/Data/IntSet/EnumSet2.o )
Data/IntSet/EnumSet2.hs:14:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
(\\) :: Enum e => EnumSet e -> EnumSet e -> EnumSet e
Data/IntSet/EnumSet2.hs:17:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
Data.IntSet.EnumSet2.null :: Enum e => EnumSet e -> Bool
Data/IntSet/EnumSet2.hs:20:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
size :: Enum e => EnumSet e -> Int
Data/IntSet/EnumSet2.hs:26:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
notMember :: Enum e => Int -> EnumSet e -> Bool
Data/IntSet/EnumSet2.hs:29:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
isSubsetOf :: Enum e => EnumSet e -> EnumSet e -> Bool
Data/IntSet/EnumSet2.hs:32:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
isProperSubsetOf :: Enum e => EnumSet e -> EnumSet e -> Bool
Data/IntSet/EnumSet2.hs:35:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
empty :: Enum e => EnumSet e
Data/IntSet/EnumSet2.hs:47:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
union :: Enum e => EnumSet e -> EnumSet e -> EnumSet e
Data/IntSet/EnumSet2.hs:50:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
unions :: Enum e => [EnumSet e] -> EnumSet e
Data/IntSet/EnumSet2.hs:53:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
difference :: Enum e => EnumSet e -> EnumSet e -> EnumSet e
Data/IntSet/EnumSet2.hs:56:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
intersection :: Enum e => EnumSet e -> EnumSet e -> EnumSet e
Data/IntSet/EnumSet2.hs:102:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
showTree :: Enum e => EnumSet e -> String
Data/IntSet/EnumSet2.hs:105:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
showTreeWith :: Enum e => Bool -> Bool -> EnumSet e -> String
[ 5 of 23] Compiling Data.IntMap.EnumMap2 ( Data/IntMap/EnumMap2.hs, dist/build/Data/IntMap/EnumMap2.o )
Data/IntMap/EnumMap2.hs:13:10: warning: [-Wredundant-constraints]
• Redundant constraint: Ord k
• In the instance declaration for ‘Monoid (EnumMap k a)’
Data/IntMap/EnumMap2.hs:17:10: warning: [-Wredundant-constraints]
• Redundant constraint: Ord k
• In the instance declaration for ‘Functor (EnumMap k)’
Data/IntMap/EnumMap2.hs:20:10: warning: [-Wredundant-constraints]
• Redundant constraint: Ord k
• In the instance declaration for ‘Foldable (EnumMap k)’
Data/IntMap/EnumMap2.hs:26:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
(\\) :: Enum key => EnumMap key a -> EnumMap key b -> EnumMap key a
Data/IntMap/EnumMap2.hs:29:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
Data.IntMap.EnumMap2.null :: Enum key => EnumMap key a -> Bool
Data/IntMap/EnumMap2.hs:32:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
size :: Enum key => EnumMap key a -> Int
Data/IntMap/EnumMap2.hs:48:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
empty :: Enum key => EnumMap key a
Data/IntMap/EnumMap2.hs:91:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
union :: Enum key =>
EnumMap key a -> EnumMap key a -> EnumMap key a
Data/IntMap/EnumMap2.hs:94:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
unionWith :: Enum key =>
(a -> a -> a) -> EnumMap key a -> EnumMap key a -> EnumMap key a
Data/IntMap/EnumMap2.hs:101:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
unions :: Enum key => [EnumMap key a] -> EnumMap key a
Data/IntMap/EnumMap2.hs:104:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
unionsWith :: Enum key =>
(a -> a -> a) -> [EnumMap key a] -> EnumMap key a
Data/IntMap/EnumMap2.hs:107:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
difference :: Enum key =>
EnumMap key a -> EnumMap key b -> EnumMap key a
Data/IntMap/EnumMap2.hs:110:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
differenceWith :: Enum key =>
(a -> b -> Maybe a)
-> EnumMap key a -> EnumMap key b -> EnumMap key a
Data/IntMap/EnumMap2.hs:117:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
intersection :: Enum key =>
EnumMap key a -> EnumMap key b -> EnumMap key a
Data/IntMap/EnumMap2.hs:120:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
intersectionWith :: Enum key =>
(a -> b -> a) -> EnumMap key a -> EnumMap key b -> EnumMap key a
Data/IntMap/EnumMap2.hs:127:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
Data.IntMap.EnumMap2.map :: Enum key =>
(a -> b) -> EnumMap key a -> EnumMap key b
Data/IntMap/EnumMap2.hs:134:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
mapAccum :: Enum key =>
(a -> b -> (a, c)) -> a -> EnumMap key b -> (a, EnumMap key c)
Data/IntMap/EnumMap2.hs:143:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
Data.IntMap.EnumMap2.fold :: Enum key =>
(a -> b -> b) -> b -> EnumMap key a -> b
Data/IntMap/EnumMap2.hs:150:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
elems :: Enum key => EnumMap key a -> [a]
Data/IntMap/EnumMap2.hs:157:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
keysSet :: Enum key => EnumMap key a -> S.EnumSet key
Data/IntMap/EnumMap2.hs:192:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
Data.IntMap.EnumMap2.filter :: Enum key =>
(a -> Bool) -> EnumMap key a -> EnumMap key a
Data/IntMap/EnumMap2.hs:199:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
partition :: Enum key =>
(a -> Bool) -> EnumMap key a -> (EnumMap key a, EnumMap key a)
Data/IntMap/EnumMap2.hs:208:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
mapMaybe :: Enum key =>
(a -> Maybe b) -> EnumMap key a -> EnumMap key b
Data/IntMap/EnumMap2.hs:215:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
mapEither :: Enum key =>
(a -> Either b c)
-> EnumMap key a -> (EnumMap key b, EnumMap key c)
Data/IntMap/EnumMap2.hs:232:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
isSubmapOf :: (Enum key, Eq a) =>
EnumMap key a -> EnumMap key a -> Bool
Data/IntMap/EnumMap2.hs:235:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
isSubmapOfBy :: Enum key =>
(a -> b -> Bool) -> EnumMap key a -> EnumMap key b -> Bool
Data/IntMap/EnumMap2.hs:238:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
isProperSubmapOf :: (Enum key, Eq a) =>
EnumMap key a -> EnumMap key a -> Bool
Data/IntMap/EnumMap2.hs:241:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
isProperSubmapOfBy :: Enum key =>
(a -> b -> Bool) -> EnumMap key a -> EnumMap key b -> Bool
Data/IntMap/EnumMap2.hs:244:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
showTree :: (Enum key, Show a) => EnumMap key a -> String
Data/IntMap/EnumMap2.hs:247:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
showTreeWith :: (Enum key, Show a) =>
Bool -> Bool -> EnumMap key a -> String
[ 6 of 23] Compiling Data.IntMap.CharMap2 ( Data/IntMap/CharMap2.hs, dist/build/Data/IntMap/CharMap2.o )
[ 7 of 23] Compiling Text.Regex.TDFA.Common ( Text/Regex/TDFA/Common.hs, dist/build/Text/Regex/TDFA/Common.o )
[ 8 of 23] Compiling Text.Regex.TDFA.Pattern ( Text/Regex/TDFA/Pattern.hs, dist/build/Text/Regex/TDFA/Pattern.o )
[ 9 of 23] Compiling Text.Regex.TDFA.ReadRegex ( Text/Regex/TDFA/ReadRegex.hs, dist/build/Text/Regex/TDFA/ReadRegex.o )
[10 of 23] Compiling Text.Regex.TDFA.CorePattern ( Text/Regex/TDFA/CorePattern.hs, dist/build/Text/Regex/TDFA/CorePattern.o )
[11 of 23] Compiling Text.Regex.TDFA.NewDFA.MakeTest ( Text/Regex/TDFA/NewDFA/MakeTest.hs, dist/build/Text/Regex/TDFA/NewDFA/MakeTest.o )
[12 of 23] Compiling Text.Regex.TDFA.NewDFA.Tester ( Text/Regex/TDFA/NewDFA/Tester.hs, dist/build/Text/Regex/TDFA/NewDFA/Tester.o )
[13 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_FA ( Text/Regex/TDFA/NewDFA/Engine_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.o )
Text/Regex/TDFA/NewDFA/Engine_FA.hs:568:1: warning: [-Wredundant-constraints]
• Redundant constraints: (Show i,
Ix i,
MArray (STUArray s) e (ST s))
• In the type signature for:
copySTU :: (Show i, Ix i, MArray (STUArray s) e (ST s)) =>
STUArray s i e -> STUArray s i e -> ST s ()
[14 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_NC ( Text/Regex/TDFA/NewDFA/Engine_NC.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.o )
[15 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_NC_FA ( Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.o )
[16 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine ( Text/Regex/TDFA/NewDFA/Engine.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine.o )
Text/Regex/TDFA/NewDFA/Engine.hs:710:1: warning: [-Wredundant-constraints]
• Redundant constraints: (Show i,
Ix i,
MArray (STUArray s) e (ST s))
• In the type signature for:
copySTU :: (Show i, Ix i, MArray (STUArray s) e (ST s)) =>
STUArray s i e -> STUArray s i e -> ST s ()
[17 of 23] Compiling Text.Regex.TDFA.TNFA ( Text/Regex/TDFA/TNFA.hs, dist/build/Text/Regex/TDFA/TNFA.o )
Text/Regex/TDFA/TNFA.hs:69:1: warning: [-Wredundant-constraints]
• Redundant constraint: Show a
• In the type signature for:
debug :: Show a => a -> s -> s
Text/Regex/TDFA/TNFA.hs:394:1: warning: [-Wredundant-constraints]
• Redundant constraint: Show a
• In the type signature for:
addGroupResets :: Show a => [Tag] -> (TagTasks, a) -> (TagTasks, a)
Text/Regex/TDFA/TNFA.hs:399:1: warning: [-Wredundant-constraints]
• Redundant constraint: Show a
• In the type signature for:
addGroupSets :: Show a => [Tag] -> (TagTasks, a) -> (TagTasks, a)
[18 of 23] Compiling Text.Regex.TDFA.TDFA ( Text/Regex/TDFA/TDFA.hs, dist/build/Text/Regex/TDFA/TDFA.o )
[19 of 23] Compiling Text.Regex.TDFA.String ( Text/Regex/TDFA/String.hs, dist/build/Text/Regex/TDFA/String.o )
[20 of 23] Compiling Text.Regex.TDFA.ByteString ( Text/Regex/TDFA/ByteString.hs, dist/build/Text/Regex/TDFA/ByteString.o )
[21 of 23] Compiling Text.Regex.TDFA.ByteString.Lazy ( Text/Regex/TDFA/ByteString/Lazy.hs, dist/build/Text/Regex/TDFA/ByteString/Lazy.o )
[22 of 23] Compiling Text.Regex.TDFA.Sequence ( Text/Regex/TDFA/Sequence.hs, dist/build/Text/Regex/TDFA/Sequence.o )
[23 of 23] Compiling Text.Regex.TDFA ( Text/Regex/TDFA.hs, dist/build/Text/Regex/TDFA.o )
Running Haddock for regex-tdfa-1.2.2...
Running hscolour for regex-tdfa-1.2.2...
Preprocessing library regex-tdfa-1.2.2...
Preprocessing library regex-tdfa-1.2.2...
Data/IntSet/EnumSet2.hs:14:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
(\\) :: Enum e => EnumSet e -> EnumSet e -> EnumSet e
Data/IntSet/EnumSet2.hs:17:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
Data.IntSet.EnumSet2.null :: Enum e => EnumSet e -> Bool
Data/IntSet/EnumSet2.hs:20:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
size :: Enum e => EnumSet e -> Int
Data/IntSet/EnumSet2.hs:26:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
notMember :: Enum e => Int -> EnumSet e -> Bool
Data/IntSet/EnumSet2.hs:29:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
isSubsetOf :: Enum e => EnumSet e -> EnumSet e -> Bool
Data/IntSet/EnumSet2.hs:32:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
isProperSubsetOf :: Enum e => EnumSet e -> EnumSet e -> Bool
Data/IntSet/EnumSet2.hs:35:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
empty :: Enum e => EnumSet e
Data/IntSet/EnumSet2.hs:47:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
union :: Enum e => EnumSet e -> EnumSet e -> EnumSet e
Data/IntSet/EnumSet2.hs:50:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
unions :: Enum e => [EnumSet e] -> EnumSet e
Data/IntSet/EnumSet2.hs:53:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
difference :: Enum e => EnumSet e -> EnumSet e -> EnumSet e
Data/IntSet/EnumSet2.hs:56:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
intersection :: Enum e => EnumSet e -> EnumSet e -> EnumSet e
Data/IntSet/EnumSet2.hs:102:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
showTree :: Enum e => EnumSet e -> String
Data/IntSet/EnumSet2.hs:105:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum e
• In the type signature for:
showTreeWith :: Enum e => Bool -> Bool -> EnumSet e -> String
Data/IntMap/EnumMap2.hs:13:10: warning: [-Wredundant-constraints]
• Redundant constraint: Ord k
• In the instance declaration for ‘Monoid (EnumMap k a)’
Data/IntMap/EnumMap2.hs:17:10: warning: [-Wredundant-constraints]
• Redundant constraint: Ord k
• In the instance declaration for ‘Functor (EnumMap k)’
Data/IntMap/EnumMap2.hs:20:10: warning: [-Wredundant-constraints]
• Redundant constraint: Ord k
• In the instance declaration for ‘Foldable (EnumMap k)’
Data/IntMap/EnumMap2.hs:26:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
(\\) :: Enum key => EnumMap key a -> EnumMap key b -> EnumMap key a
Data/IntMap/EnumMap2.hs:29:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
Data.IntMap.EnumMap2.null :: Enum key => EnumMap key a -> Bool
Data/IntMap/EnumMap2.hs:32:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
size :: Enum key => EnumMap key a -> Int
Data/IntMap/EnumMap2.hs:48:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
empty :: Enum key => EnumMap key a
Data/IntMap/EnumMap2.hs:91:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
union :: Enum key =>
EnumMap key a -> EnumMap key a -> EnumMap key a
Data/IntMap/EnumMap2.hs:94:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
unionWith :: Enum key =>
(a -> a -> a) -> EnumMap key a -> EnumMap key a -> EnumMap key a
Data/IntMap/EnumMap2.hs:101:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
unions :: Enum key => [EnumMap key a] -> EnumMap key a
Data/IntMap/EnumMap2.hs:104:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
unionsWith :: Enum key =>
(a -> a -> a) -> [EnumMap key a] -> EnumMap key a
Data/IntMap/EnumMap2.hs:107:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
difference :: Enum key =>
EnumMap key a -> EnumMap key b -> EnumMap key a
Data/IntMap/EnumMap2.hs:110:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
differenceWith :: Enum key =>
(a -> b -> Maybe a)
-> EnumMap key a -> EnumMap key b -> EnumMap key a
Data/IntMap/EnumMap2.hs:117:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
intersection :: Enum key =>
EnumMap key a -> EnumMap key b -> EnumMap key a
Data/IntMap/EnumMap2.hs:120:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
intersectionWith :: Enum key =>
(a -> b -> a) -> EnumMap key a -> EnumMap key b -> EnumMap key a
Data/IntMap/EnumMap2.hs:127:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
Data.IntMap.EnumMap2.map :: Enum key =>
(a -> b) -> EnumMap key a -> EnumMap key b
Data/IntMap/EnumMap2.hs:134:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
mapAccum :: Enum key =>
(a -> b -> (a, c)) -> a -> EnumMap key b -> (a, EnumMap key c)
Data/IntMap/EnumMap2.hs:143:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
Data.IntMap.EnumMap2.fold :: Enum key =>
(a -> b -> b) -> b -> EnumMap key a -> b
Data/IntMap/EnumMap2.hs:150:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
elems :: Enum key => EnumMap key a -> [a]
Data/IntMap/EnumMap2.hs:157:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
keysSet :: Enum key => EnumMap key a -> S.EnumSet key
Data/IntMap/EnumMap2.hs:192:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
Data.IntMap.EnumMap2.filter :: Enum key =>
(a -> Bool) -> EnumMap key a -> EnumMap key a
Data/IntMap/EnumMap2.hs:199:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
partition :: Enum key =>
(a -> Bool) -> EnumMap key a -> (EnumMap key a, EnumMap key a)
Data/IntMap/EnumMap2.hs:208:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
mapMaybe :: Enum key =>
(a -> Maybe b) -> EnumMap key a -> EnumMap key b
Data/IntMap/EnumMap2.hs:215:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
mapEither :: Enum key =>
(a -> Either b c)
-> EnumMap key a -> (EnumMap key b, EnumMap key c)
Data/IntMap/EnumMap2.hs:232:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
isSubmapOf :: (Enum key, Eq a) =>
EnumMap key a -> EnumMap key a -> Bool
Data/IntMap/EnumMap2.hs:235:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
isSubmapOfBy :: Enum key =>
(a -> b -> Bool) -> EnumMap key a -> EnumMap key b -> Bool
Data/IntMap/EnumMap2.hs:238:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
isProperSubmapOf :: (Enum key, Eq a) =>
EnumMap key a -> EnumMap key a -> Bool
Data/IntMap/EnumMap2.hs:241:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
isProperSubmapOfBy :: Enum key =>
(a -> b -> Bool) -> EnumMap key a -> EnumMap key b -> Bool
Data/IntMap/EnumMap2.hs:244:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
showTree :: (Enum key, Show a) => EnumMap key a -> String
Data/IntMap/EnumMap2.hs:247:1: warning: [-Wredundant-constraints]
• Redundant constraint: Enum key
• In the type signature for:
showTreeWith :: (Enum key, Show a) =>
Bool -> Bool -> EnumMap key a -> String
Haddock coverage:
0% ( 0 / 2) in 'Text.Regex.TDFA.NewDFA.Uncons'
Missing documentation for:
Module header
Uncons (Text/Regex/TDFA/NewDFA/Uncons.hs:7)
83% ( 5 / 6) in 'Text.Regex.TDFA.IntArrTrieSet'
Missing documentation for:
TrieSet (Text/Regex/TDFA/IntArrTrieSet.hs:17)
0% ( 0 / 8) in 'Paths_regex_tdfa'
Missing documentation for:
Module header
version (dist/build/autogen/Paths_regex_tdfa.hs:28)
getBinDir (dist/build/autogen/Paths_regex_tdfa.hs:38)
getLibDir (dist/build/autogen/Paths_regex_tdfa.hs:38)
getDataDir (dist/build/autogen/Paths_regex_tdfa.hs:38)
getLibexecDir (dist/build/autogen/Paths_regex_tdfa.hs:38)
getDataFileName (dist/build/autogen/Paths_regex_tdfa.hs:45)
getSysconfDir (dist/build/autogen/Paths_regex_tdfa.hs:38)
0% ( 0 / 32) in 'Data.IntSet.EnumSet2'
Missing documentation for:
Module header
EnumSet (Data/IntSet/EnumSet2.hs:7)
(Data/IntSet/EnumSet2.hs:10)
\\ (Data/IntSet/EnumSet2.hs:14)
null (Data/IntSet/EnumSet2.hs:17)
size (Data/IntSet/EnumSet2.hs:20)
member (Data/IntSet/EnumSet2.hs:23)
notMember (Data/IntSet/EnumSet2.hs:26)
isSubsetOf (Data/IntSet/EnumSet2.hs:29)
isProperSubsetOf (Data/IntSet/EnumSet2.hs:32)
empty (Data/IntSet/EnumSet2.hs:35)
singleton (Data/IntSet/EnumSet2.hs:38)
insert (Data/IntSet/EnumSet2.hs:41)
delete (Data/IntSet/EnumSet2.hs:44)
union (Data/IntSet/EnumSet2.hs:47)
unions (Data/IntSet/EnumSet2.hs:50)
difference (Data/IntSet/EnumSet2.hs:53)
intersection (Data/IntSet/EnumSet2.hs:56)
filter (Data/IntSet/EnumSet2.hs:59)
partition (Data/IntSet/EnumSet2.hs:63)
split (Data/IntSet/EnumSet2.hs:68)
splitMember (Data/IntSet/EnumSet2.hs:72)
map (Data/IntSet/EnumSet2.hs:76)
fold (Data/IntSet/EnumSet2.hs:80)
elems (Data/IntSet/EnumSet2.hs:84)
toList (Data/IntSet/EnumSet2.hs:87)
fromList (Data/IntSet/EnumSet2.hs:90)
toAscList (Data/IntSet/EnumSet2.hs:93)
fromAscList (Data/IntSet/EnumSet2.hs:96)
fromDistinctAscList (Data/IntSet/EnumSet2.hs:99)
showTree (Data/IntSet/EnumSet2.hs:102)
showTreeWith (Data/IntSet/EnumSet2.hs:105)
0% ( 0 / 71) in 'Data.IntMap.EnumMap2'
Missing documentation for:
Module header
EnumMap (Data/IntMap/EnumMap2.hs:10)
(Data/IntMap/EnumMap2.hs:13)
(Data/IntMap/EnumMap2.hs:17)
(Data/IntMap/EnumMap2.hs:20)
! (Data/IntMap/EnumMap2.hs:23)
\\ (Data/IntMap/EnumMap2.hs:26)
null (Data/IntMap/EnumMap2.hs:29)
size (Data/IntMap/EnumMap2.hs:32)
member (Data/IntMap/EnumMap2.hs:35)
notMember (Data/IntMap/EnumMap2.hs:38)
lookup (Data/IntMap/EnumMap2.hs:42)
findWithDefault (Data/IntMap/EnumMap2.hs:45)
empty (Data/IntMap/EnumMap2.hs:48)
singleton (Data/IntMap/EnumMap2.hs:51)
insert (Data/IntMap/EnumMap2.hs:54)
insertWith (Data/IntMap/EnumMap2.hs:57)
insertWithKey (Data/IntMap/EnumMap2.hs:60)
insertLookupWithKey (Data/IntMap/EnumMap2.hs:64)
delete (Data/IntMap/EnumMap2.hs:69)
adjust (Data/IntMap/EnumMap2.hs:72)
adjustWithKey (Data/IntMap/EnumMap2.hs:75)
update (Data/IntMap/EnumMap2.hs:79)
updateWithKey (Data/IntMap/EnumMap2.hs:82)
updateLookupWithKey (Data/IntMap/EnumMap2.hs:86)
union (Data/IntMap/EnumMap2.hs:91)
unionWith (Data/IntMap/EnumMap2.hs:94)
unionWithKey (Data/IntMap/EnumMap2.hs:97)
unions (Data/IntMap/EnumMap2.hs:101)
unionsWith (Data/IntMap/EnumMap2.hs:104)
difference (Data/IntMap/EnumMap2.hs:107)
differenceWith (Data/IntMap/EnumMap2.hs:110)
differenceWithKey (Data/IntMap/EnumMap2.hs:113)
intersection (Data/IntMap/EnumMap2.hs:117)
intersectionWith (Data/IntMap/EnumMap2.hs:120)
intersectionWithKey (Data/IntMap/EnumMap2.hs:123)
map (Data/IntMap/EnumMap2.hs:127)
mapWithKey (Data/IntMap/EnumMap2.hs:130)
mapAccum (Data/IntMap/EnumMap2.hs:134)
mapAccumWithKey (Data/IntMap/EnumMap2.hs:138)
fold (Data/IntMap/EnumMap2.hs:143)
foldWithKey (Data/IntMap/EnumMap2.hs:146)
elems (Data/IntMap/EnumMap2.hs:150)
keys (Data/IntMap/EnumMap2.hs:153)
keysSet (Data/IntMap/EnumMap2.hs:157)
assocs (Data/IntMap/EnumMap2.hs:160)
toList (Data/IntMap/EnumMap2.hs:163)
fromList (Data/IntMap/EnumMap2.hs:166)
fromListWith (Data/IntMap/EnumMap2.hs:169)
fromListWithKey (Data/IntMap/EnumMap2.hs:172)
toAscList (Data/IntMap/EnumMap2.hs:176)
fromAscList (Data/IntMap/EnumMap2.hs:179)
fromAscListWith (Data/IntMap/EnumMap2.hs:182)
fromAscListWithKey (Data/IntMap/EnumMap2.hs:185)
fromDistinctAscList (Data/IntMap/EnumMap2.hs:189)
filter (Data/IntMap/EnumMap2.hs:192)
filterWithKey (Data/IntMap/EnumMap2.hs:195)
partition (Data/IntMap/EnumMap2.hs:199)
partitionWithKey (Data/IntMap/EnumMap2.hs:203)
mapMaybe (Data/IntMap/EnumMap2.hs:208)
mapMaybeWithKey (Data/IntMap/EnumMap2.hs:211)
mapEither (Data/IntMap/EnumMap2.hs:215)
mapEitherWithKey (Data/IntMap/EnumMap2.hs:219)
split (Data/IntMap/EnumMap2.hs:224)
splitLookup (Data/IntMap/EnumMap2.hs:228)
isSubmapOf (Data/IntMap/EnumMap2.hs:232)
isSubmapOfBy (Data/IntMap/EnumMap2.hs:235)
isProperSubmapOf (Data/IntMap/EnumMap2.hs:238)
isProperSubmapOfBy (Data/IntMap/EnumMap2.hs:241)
showTree (Data/IntMap/EnumMap2.hs:244)
showTreeWith (Data/IntMap/EnumMap2.hs:247)
0% ( 0 / 71) in 'Data.IntMap.CharMap2'
Missing documentation for:
Module header
CharMap (Data/IntMap/CharMap2.hs:19)
(Data/IntMap/CharMap2.hs:21)
(Data/IntMap/CharMap2.hs:25)
Key (Data/IntMap/CharMap2.hs:28)
! (Data/IntMap/CharMap2.hs:30)
\\ (Data/IntMap/CharMap2.hs:33)
null (Data/IntMap/CharMap2.hs:36)
size (Data/IntMap/CharMap2.hs:39)
member (Data/IntMap/CharMap2.hs:42)
notMember (Data/IntMap/CharMap2.hs:45)
lookup (Data/IntMap/CharMap2.hs:48)
findWithDefault (Data/IntMap/CharMap2.hs:51)
empty (Data/IntMap/CharMap2.hs:54)
singleton (Data/IntMap/CharMap2.hs:57)
insert (Data/IntMap/CharMap2.hs:60)
insertWith (Data/IntMap/CharMap2.hs:63)
insertWithKey (Data/IntMap/CharMap2.hs:66)
insertLookupWithKey (Data/IntMap/CharMap2.hs:70)
delete (Data/IntMap/CharMap2.hs:75)
adjust (Data/IntMap/CharMap2.hs:78)
adjustWithKey (Data/IntMap/CharMap2.hs:81)
update (Data/IntMap/CharMap2.hs:85)
updateWithKey (Data/IntMap/CharMap2.hs:88)
updateLookupWithKey (Data/IntMap/CharMap2.hs:92)
union (Data/IntMap/CharMap2.hs:97)
unionWith (Data/IntMap/CharMap2.hs:100)
unionWithKey (Data/IntMap/CharMap2.hs:103)
unions (Data/IntMap/CharMap2.hs:107)
unionsWith (Data/IntMap/CharMap2.hs:110)
difference (Data/IntMap/CharMap2.hs:113)
differenceWith (Data/IntMap/CharMap2.hs:116)
differenceWithKey (Data/IntMap/CharMap2.hs:119)
intersection (Data/IntMap/CharMap2.hs:123)
intersectionWith (Data/IntMap/CharMap2.hs:126)
intersectionWithKey (Data/IntMap/CharMap2.hs:129)
map (Data/IntMap/CharMap2.hs:133)
mapWithKey (Data/IntMap/CharMap2.hs:136)
mapAccum (Data/IntMap/CharMap2.hs:140)
mapAccumWithKey (Data/IntMap/CharMap2.hs:144)
fold (Data/IntMap/CharMap2.hs:149)
foldWithKey (Data/IntMap/CharMap2.hs:152)
elems (Data/IntMap/CharMap2.hs:156)
keys (Data/IntMap/CharMap2.hs:159)
keysSet (Data/IntMap/CharMap2.hs:162)
assocs (Data/IntMap/CharMap2.hs:165)
toList (Data/IntMap/CharMap2.hs:168)
fromList (Data/IntMap/CharMap2.hs:171)
fromListWith (Data/IntMap/CharMap2.hs:174)
fromListWithKey (Data/IntMap/CharMap2.hs:177)
toAscList (Data/IntMap/CharMap2.hs:181)
fromAscList (Data/IntMap/CharMap2.hs:184)
fromAscListWith (Data/IntMap/CharMap2.hs:187)
fromAscListWithKey (Data/IntMap/CharMap2.hs:190)
fromDistinctAscList (Data/IntMap/CharMap2.hs:194)
filter (Data/IntMap/CharMap2.hs:197)
filterWithKey (Data/IntMap/CharMap2.hs:200)
partition (Data/IntMap/CharMap2.hs:204)
partitionWithKey (Data/IntMap/CharMap2.hs:208)
mapMaybe (Data/IntMap/CharMap2.hs:213)
mapMaybeWithKey (Data/IntMap/CharMap2.hs:
Text/Regex/TDFA/NewDFA/Engine_FA.hs:568:1: warning: [-Wredundant-constraints]
• Redundant constraints: (Show i,
Ix i,
MArray (STUArray s) e (ST s))
• In the type signature for:
copySTU :: (Show i, Ix i, MArray (STUArray s) e (ST s)) =>
STUArray s i e -> STUArray s i e -> ST s ()
Text/Regex/TDFA/NewDFA/Engine.hs:710:1: warning: [-Wredundant-constraints]
• Redundant constraints: (Show i,
Ix i,
MArray (STUArray s) e (ST s))
• In the type signature for:
copySTU :: (Show i, Ix i, MArray (STUArray s) e (ST s)) =>
STUArray s i e -> STUArray s i e -> ST s ()
Text/Regex/TDFA/TNFA.hs:69:1: warning: [-Wredundant-constraints]
• Redundant constraint: Show a
• In the type signature for:
debug :: Show a => a -> s -> s
Text/Regex/TDFA/TNFA.hs:394:1: warning: [-Wredundant-constraints]
• Redundant constraint: Show a
• In the type signature for:
addGroupResets :: Show a => [Tag] -> (TagTasks, a) -> (TagTasks, a)
Text/Regex/TDFA/TNFA.hs:399:1: warning: [-Wredundant-constraints]
• Redundant constraint: Show a
• In the type signature for:
addGroupSets :: Show a => [Tag] -> (TagTasks, a) -> (TagTasks, a)
216)
mapEither (Data/IntMap/CharMap2.hs:220)
mapEitherWithKey (Data/IntMap/CharMap2.hs:224)
split (Data/IntMap/CharMap2.hs:229)
splitLookup (Data/IntMap/CharMap2.hs:233)
isSubmapOf (Data/IntMap/CharMap2.hs:237)
isSubmapOfBy (Data/IntMap/CharMap2.hs:240)
isProperSubmapOf (Data/IntMap/CharMap2.hs:243)
isProperSubmapOfBy (Data/IntMap/CharMap2.hs:246)
showTree (Data/IntMap/CharMap2.hs:249)
showTreeWith (Data/IntMap/CharMap2.hs:252)
51% ( 29 / 57) in 'Text.Regex.TDFA.Common'
Missing documentation for:
look (Text/Regex/TDFA/Common.hs:24)
common_error (Text/Regex/TDFA/Common.hs:27)
on (Text/Regex/TDFA/Common.hs:31)
mapFst (Text/Regex/TDFA/Common.hs:48)
mapSnd (Text/Regex/TDFA/Common.hs:51)
fst3 (Text/Regex/TDFA/Common.hs:54)
snd3 (Text/Regex/TDFA/Common.hs:57)
thd3 (Text/Regex/TDFA/Common.hs:60)
flipOrder (Text/Regex/TDFA/Common.hs:63)
noWin (Text/Regex/TDFA/Common.hs:68)
(Text/Regex/TDFA/Common.hs:75)
(Text/Regex/TDFA/Common.hs:79)
ExecOption (Text/Regex/TDFA/Common.hs:100)
(Text/Regex/TDFA/Common.hs:141)
WinEmpty (Text/Regex/TDFA/Common.hs:160)
Transition (Text/Regex/TDFA/Common.hs:215)
(Text/Regex/TDFA/Common.hs:263)
Action (Text/Regex/TDFA/Common.hs:274)
OrbitTransformer (Text/Regex/TDFA/Common.hs:275)
OrbitLog (Text/Regex/TDFA/Common.hs:276)
(Text/Regex/TDFA/Common.hs:278)
(Text/Regex/TDFA/Common.hs:283)
showQT (Text/Regex/TDFA/Common.hs:286)
(Text/Regex/TDFA/Common.hs:300)
indent (Text/Regex/TDFA/Common.hs:302)
showDT (Text/Regex/TDFA/Common.hs:305)
seeDTrans (Text/Regex/TDFA/Common.hs:349)
(Text/Regex/TDFA/Common.hs:358)
67% ( 10 / 15) in 'Text.Regex.TDFA.Pattern'
Missing documentation for:
PatternSet (Text/Regex/TDFA/Pattern.hs:92)
PatternSetCharacterClass (Text/Regex/TDFA/Pattern.hs:117)
PatternSetCollatingElement (Text/Regex/TDFA/Pattern.hs:119)
PatternSetEquivalenceClass (Text/Regex/TDFA/Pattern.hs:121)
starTrans' (Text/Regex/TDFA/Pattern.hs:168)
100% ( 2 / 2) in 'Text.Regex.TDFA.ReadRegex'
23% ( 3 / 13) in 'Text.Regex.TDFA.CorePattern'
Missing documentation for:
Q (Text/Regex/TDFA/CorePattern.hs:74)
P (Text/Regex/TDFA/CorePattern.hs:59)
Wanted (Text/Regex/TDFA/CorePattern.hs:117)
TestInfo (Text/Regex/TDFA/CorePattern.hs:84)
SetTestInfo (Text/Regex/TDFA/CorePattern.hs:88)
NullView (Text/Regex/TDFA/CorePattern.hs:101)
patternToQ (Text/Regex/TDFA/CorePattern.hs:299)
cleanNullView (Text/Regex/TDFA/CorePattern.hs:185)
cannotAccept (Text/Regex/TDFA/CorePattern.hs:237)
mustAccept (Text/Regex/TDFA/CorePattern.hs:231)
0% ( 0 / 3) in 'Text.Regex.TDFA.NewDFA.MakeTest'
Missing documentation for:
Module header
test_singleline (Text/Regex/TDFA/NewDFA/MakeTest.hs:10)
test_multiline (Text/Regex/TDFA/NewDFA/MakeTest.hs:10)
50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Tester'
Missing documentation for:
matchTest (Text/Regex/TDFA/NewDFA/Tester.hs:22)
50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_FA'
Missing documentation for:
execMatch (Text/Regex/TDFA/NewDFA/Engine_FA.hs:68)
50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_NC'
Missing documentation for:
execMatch (Text/Regex/TDFA/NewDFA/Engine_NC.hs:47)
50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_NC_FA'
Missing documentation for:
execMatch (Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs:34)
50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine'
Missing documentation for:
execMatch (Text/Regex/TDFA/NewDFA/Engine.hs:77)
83% ( 5 / 6) in 'Text.Regex.TDFA.TNFA'
Missing documentation for:
patternToNFA (Text/Regex/TDFA/TNFA.hs:79)
43% ( 3 / 7) in 'Text.Regex.TDFA.TDFA'
Missing documentation for:
patternToRegex (Text/Regex/TDFA/TDFA.hs:159)
examineDFA (Text/Regex/TDFA/TDFA.hs:175)
nfaToDFA (Text/Regex/TDFA/TDFA.hs:50)
dfaMap (Text/Regex/TDFA/TDFA.hs:162)
64% ( 7 / 11) in 'Text.Regex.TDFA.String'
Missing documentation for:
ExecOption (Text/Regex/TDFA/Common.hs:100)
compile (Text/Regex/TDFA/String.hs:40)
execute (Text/Regex/TDFA/String.hs:53)
regexec (Text/Regex/TDFA/String.hs:58)
43% ( 3 / 7) in 'Text.Regex.TDFA.ByteString'
Missing documentation for:
ExecOption (Text/Regex/TDFA/Common.hs:100)
compile (Text/Regex/TDFA/ByteString.hs:57)
execute (Text/Regex/TDFA/ByteString.hs:66)
regexec (Text/Regex/TDFA/ByteString.hs:71)
43% ( 3 / 7) in 'Text.Regex.TDFA.ByteString.Lazy'
Missing documentation for:
ExecOption (Text/Regex/TDFA/Common.hs:100)
compile (Text/Regex/TDFA/ByteString/Lazy.hs:73)
execute (Text/Regex/TDFA/ByteString/Lazy.hs:82)
regexec (Text/Regex/TDFA/ByteString/Lazy.hs:87)
43% ( 3 / 7) in 'Text.Regex.TDFA.Sequence'
Missing documentation for:
ExecOption (Text/Regex/TDFA/Common.hs:100)
compile (Text/Regex/TDFA/Sequence.hs:62)
execute (Text/Regex/TDFA/Sequence.hs:71)
regexec (Text/Regex/TDFA/Sequence.hs:76)
83% ( 5 / 6) in 'Text.Regex.TDFA'
Missing documentation for:
getVersion_Text_Regex_TDFA (Text/Regex/TDFA.hs:70)
Documentation created: dist/doc/html/regex-tdfa/index.html,
dist/doc/html/regex-tdfa/regex-tdfa.txt
Creating package registration file:
/tmp/pkgConf-regex-tdfa-1.2202029501913454833.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/regex-tdfa-1.2.2-JDBpHysOzmCJBjQ8NG5dyE
Registering regex-tdfa-1.2.2...
cabal: Leaving directory '/tmp/cabal-tmp-12931/regex-tdfa-1.2.2'
Installed regex-tdfa-1.2.2
Downloading ShellCheck-0.4.5...
cabal: Entering directory '/tmp/cabal-tmp-12931/ShellCheck-0.4.5'
[1 of 1] Compiling Main ( /tmp/cabal-tmp-12931/ShellCheck-0.4.5/dist/setup/setup.hs, /tmp/cabal-tmp-12931/ShellCheck-0.4.5/dist/setup/Main.o )
Linking /tmp/cabal-tmp-12931/ShellCheck-0.4.5/dist/setup/setup ...
Configuring ShellCheck-0.4.5...
Building ShellCheck-0.4.5...
Preprocessing library ShellCheck-0.4.5...
[ 1 of 17] Compiling Paths_ShellCheck ( dist/build/autogen/Paths_ShellCheck.hs, dist/build/Paths_ShellCheck.o )
[ 2 of 17] Compiling ShellCheck.Regex ( ShellCheck/Regex.hs, dist/build/ShellCheck/Regex.o )
[ 3 of 17] Compiling ShellCheck.AST ( ShellCheck/AST.hs, dist/build/ShellCheck/AST.o )
[ 4 of 17] Compiling ShellCheck.ASTLib ( ShellCheck/ASTLib.hs, dist/build/ShellCheck/ASTLib.o )
[ 5 of 17] Compiling ShellCheck.Interface ( ShellCheck/Interface.hs, dist/build/ShellCheck/Interface.o )
[ 6 of 17] Compiling ShellCheck.Data ( ShellCheck/Data.hs, dist/build/ShellCheck/Data.o )
[ 7 of 17] Compiling ShellCheck.Parser ( ShellCheck/Parser.hs, dist/build/ShellCheck/Parser.o )
[ 8 of 17] Compiling ShellCheck.AnalyzerLib ( ShellCheck/AnalyzerLib.hs, dist/build/ShellCheck/AnalyzerLib.o )
[ 9 of 17] Compiling ShellCheck.Analytics ( ShellCheck/Analytics.hs, dist/build/ShellCheck/Analytics.o )
[10 of 17] Compiling ShellCheck.Formatter.Format ( ShellCheck/Formatter/Format.hs, dist/build/ShellCheck/Formatter/Format.o )
[11 of 17] Compiling ShellCheck.Formatter.CheckStyle ( ShellCheck/Formatter/CheckStyle.hs, dist/build/ShellCheck/Formatter/CheckStyle.o )
[12 of 17] Compiling ShellCheck.Formatter.GCC ( ShellCheck/Formatter/GCC.hs, dist/build/ShellCheck/Formatter/GCC.o )
[13 of 17] Compiling ShellCheck.Formatter.JSON ( ShellCheck/Formatter/JSON.hs, dist/build/ShellCheck/Formatter/JSON.o )
[14 of 17] Compiling ShellCheck.Formatter.TTY ( ShellCheck/Formatter/TTY.hs, dist/build/ShellCheck/Formatter/TTY.o )
[15 of 17] Compiling ShellCheck.Checks.Commands ( ShellCheck/Checks/Commands.hs, dist/build/ShellCheck/Checks/Commands.o )
[16 of 17] Compiling ShellCheck.Analyzer ( ShellCheck/Analyzer.hs, dist/build/ShellCheck/Analyzer.o )
[17 of 17] Compiling ShellCheck.Checker ( ShellCheck/Checker.hs, dist/build/ShellCheck/Checker.o )
Preprocessing executable 'shellcheck' for ShellCheck-0.4.5...
[ 1 of 18] Compiling Paths_ShellCheck ( dist/build/autogen/Paths_ShellCheck.hs, dist/build/shellcheck/shellcheck-tmp/Paths_ShellCheck.o )
[ 2 of 18] Compiling ShellCheck.Regex ( ShellCheck/Regex.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Regex.o )
[ 3 of 18] Compiling ShellCheck.AST ( ShellCheck/AST.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/AST.o )
[ 4 of 18] Compiling ShellCheck.ASTLib ( ShellCheck/ASTLib.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/ASTLib.o )
[ 5 of 18] Compiling ShellCheck.Interface ( ShellCheck/Interface.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Interface.o )
[ 6 of 18] Compiling ShellCheck.Data ( ShellCheck/Data.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Data.o )
[ 7 of 18] Compiling ShellCheck.Formatter.Format ( ShellCheck/Formatter/Format.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Formatter/Format.o )
[ 8 of 18] Compiling ShellCheck.Formatter.CheckStyle ( ShellCheck/Formatter/CheckStyle.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Formatter/CheckStyle.o )
[ 9 of 18] Compiling ShellCheck.Formatter.GCC ( ShellCheck/Formatter/GCC.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Formatter/GCC.o )
[10 of 18] Compiling ShellCheck.Formatter.JSON ( ShellCheck/Formatter/JSON.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Formatter/JSON.o )
[11 of 18] Compiling ShellCheck.Formatter.TTY ( ShellCheck/Formatter/TTY.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Formatter/TTY.o )
[12 of 18] Compiling ShellCheck.Parser ( ShellCheck/Parser.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Parser.o )
[13 of 18] Compiling ShellCheck.AnalyzerLib ( ShellCheck/AnalyzerLib.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/AnalyzerLib.o )
[14 of 18] Compiling ShellCheck.Analytics ( ShellCheck/Analytics.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Analytics.o )
[15 of 18] Compiling ShellCheck.Checks.Commands ( ShellCheck/Checks/Commands.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Checks/Commands.o )
[16 of 18] Compiling ShellCheck.Analyzer ( ShellCheck/Analyzer.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Analyzer.o )
[17 of 18] Compiling ShellCheck.Checker ( ShellCheck/Checker.hs, dist/build/shellcheck/shellcheck-tmp/ShellCheck/Checker.o )
[18 of 18] Compiling Main ( shellcheck.hs, dist/build/shellcheck/shellcheck-tmp/Main.o )
Linking dist/build/shellcheck/shellcheck ...
Running Haddock for ShellCheck-0.4.5...
Running hscolour for ShellCheck-0.4.5...
Preprocessing library ShellCheck-0.4.5...
Preprocessing executable 'shellcheck' for ShellCheck-0.4.5...
Preprocessing library ShellCheck-0.4.5...
Haddock coverage:
0% ( 0 / 8) in 'Paths_ShellCheck'
Missing documentation for:
Module header
version (dist/build/autogen/Paths_ShellCheck.hs:28)
getBinDir (dist/build/autogen/Paths_ShellCheck.hs:38)
getLibDir (dist/build/autogen/Paths_ShellCheck.hs:38)
getDataDir (dist/build/autogen/Paths_ShellCheck.hs:38)
getLibexecDir (dist/build/autogen/Paths_ShellCheck.hs:38)
getDataFileName (dist/build/autogen/Paths_ShellCheck.hs:45)
getSysconfDir (dist/build/autogen/Paths_ShellCheck.hs:38)
0% ( 0 / 8) in 'ShellCheck.Regex'
Missing documentation for:
Module header
mkRegex (ShellCheck/Regex.hs:31)
matches (ShellCheck/Regex.hs:39)
matchRegex (ShellCheck/Regex.hs:43)
matchAllStrings (ShellCheck/Regex.hs:49)
matchAllSubgroups (ShellCheck/Regex.hs:58)
subRegex (ShellCheck/Regex.hs:67)
splitOn (ShellCheck/Regex.hs:76)
0% ( 0 / 19) in 'ShellCheck.AST'
Missing documentation for:
Module header
Id (ShellCheck/AST.hs:27)
Quoted (ShellCheck/AST.hs:29)
Dashed (ShellCheck/AST.hs:30)
AssignmentMode (ShellCheck/AST.hs:31)
FunctionKeyword (ShellCheck/AST.hs:32)
FunctionParentheses (ShellCheck/AST.hs:33)
CaseType (ShellCheck/AST.hs:34)
Token (ShellCheck/AST.hs:36)
Annotation (ShellCheck/AST.hs:137)
ConditionType (ShellCheck/AST.hs:142)
tokenEquals (ShellCheck/AST.hs:145)
(ShellCheck/AST.hs:149)
analyze (ShellCheck/AST.hs:152)
getId (ShellCheck/AST.hs:278)
blank (ShellCheck/AST.hs:377)
doAnalysis (ShellCheck/AST.hs:379)
doStackAnalysis (ShellCheck/AST.hs:380)
doTransform (ShellCheck/AST.hs:381)
0% ( 0 / 32) in 'ShellCheck.ASTLib'
Missing documentation for:
Module header
isLoop (ShellCheck/ASTLib.hs:30)
willSplit (ShellCheck/ASTLib.hs:39)
isGlob (ShellCheck/ASTLib.hs:50)
isConstant (ShellCheck/ASTLib.hs:56)
isEmpty (ShellCheck/ASTLib.hs:67)
oversimplify (ShellCheck/ASTLib.hs:77)
getFlagsUntil (ShellCheck/ASTLib.hs:101)
getAllFlags (ShellCheck/ASTLib.hs:113)
getLeadingFlags (ShellCheck/ASTLib.hs:115)
bracedString (ShellCheck/ASTLib.hs:119)
isArrayExpansion (ShellCheck/ASTLib.hs:123)
mayBecomeMultipleArgs (ShellCheck/ASTLib.hs:130)
willBecomeMultipleArgs (ShellCheck/ASTLib.hs:140)
willConcatInAssignment (ShellCheck/ASTLib.hs:150)
getLiteralString (ShellCheck/ASTLib.hs:158)
onlyLiteralString (ShellCheck/ASTLib.hs:162)
getUnquotedLiteral (ShellCheck/ASTLib.hs:166)
getGlobOrLiteralString (ShellCheck/ASTLib.hs:174)
getLiteralStringExt (ShellCheck/ASTLib.hs:181)
isLiteral (ShellCheck/ASTLib.hs:194)
getWordParts (ShellCheck/ASTLib.hs:198)
braceExpand (ShellCheck/ASTLib.hs:205)
getCommand (ShellCheck/ASTLib.hs:215)
getCommandName (ShellCheck/ASTLib.hs:223)
getCommandNameFromExpansion (ShellCheck/ASTLib.hs:229)
getCommandBasename (ShellCheck/ASTLib.hs:241)
isAssignment (ShellCheck/ASTLib.hs:245)
isOnlyRedirection (ShellCheck/ASTLib.hs:253)
isFunction (ShellCheck/ASTLib.hs:261)
getCommandSequences (ShellCheck/ASTLib.hs:265)
getAssociativeArrays (ShellCheck/ASTLib.hs:278)
0% ( 0 / 21) in 'ShellCheck.Interface'
Missing documentation for:
Module header
SystemInterface (ShellCheck/Interface.hs:27)
CheckSpec (ShellCheck/Interface.hs:33)
CheckResult (ShellCheck/Interface.hs:40)
emptyCheckSpec (ShellCheck/Interface.hs:45)
ParseSpec (ShellCheck/Interface.hs:53)
ParseResult (ShellCheck/Interface.hs:58)
AnalysisSpec (ShellCheck/Interface.hs:65)
AnalysisResult (ShellCheck/Interface.hs:71)
FormatterOptions (ShellCheck/Interface.hs:77)
Shell (ShellCheck/Interface.hs:83)
ExecutionMode (ShellCheck/Interface.hs:84)
ErrorMessage (ShellCheck/Interface.hs:86)
Code (ShellCheck/Interface.hs:87)
Severity (ShellCheck/Interface.hs:89)
Position (ShellCheck/Interface.hs:90)
Comment (ShellCheck/Interface.hs:96)
PositionedComment (ShellCheck/Interface.hs:97)
TokenComment (ShellCheck/Interface.hs:98)
ColorOption (ShellCheck/Interface.hs:100)
mockedSystemInterface (ShellCheck/Interface.hs:107)
0% ( 0 / 8) in 'ShellCheck.Data'
Missing documentation for:
Module header
shellcheckVersion (ShellCheck/Data.hs:7)
internalVariables (ShellCheck/Data.hs:9)
variablesWithoutSpaces (ShellCheck/Data.hs:38)
arrayVariables (ShellCheck/Data.hs:45)
commonCommands (ShellCheck/Data.hs:51)
sampleWords (ShellCheck/Data.hs:77)
shellForExecutable (ShellCheck/Data.hs:85)
0% ( 0 / 3) in 'ShellCheck.Parser'
Missing documentation for:
Module header
parseScript (ShellCheck/Parser.hs:2769)
runTests (ShellCheck/Parser.hs:2779)
0% ( 0 / 85) in 'ShellCheck.AnalyzerLib'
Missing documentation for:
Module header
Analysis (ShellCheck/AnalyzerLib.hs:43)
Parameters (ShellCheck/AnalyzerLib.hs:46)
Scope (ShellCheck/AnalyzerLib.hs:53)
StackData (ShellCheck/AnalyzerLib.hs:54)
DataType (ShellCheck/AnalyzerLib.hs:62)
DataSource (ShellCheck/AnalyzerLib.hs:65)
VariableState (ShellCheck/AnalyzerLib.hs:68)
defaultSpec (ShellCheck/AnalyzerLib.hs:70)
pScript (ShellCheck/AnalyzerLib.hs:76)
makeComment (ShellCheck/AnalyzerLib.hs:84)
addComment (ShellCheck/AnalyzerLib.hs:88)
warn (ShellCheck/AnalyzerLib.hs:90)
err (ShellCheck/AnalyzerLib.hs:92)
info (ShellCheck/AnalyzerLib.hs:93)
style (ShellCheck/AnalyzerLib.hs:94)
makeParameters (ShellCheck/AnalyzerLib.hs:96)
prop_determineShell0 (ShellCheck/AnalyzerLib.hs:106)
prop_determineShell1 (ShellCheck/AnalyzerLib.hs:107)
prop_determineShell2 (ShellCheck/AnalyzerLib.hs:108)
prop_determineShell3 (ShellCheck/AnalyzerLib.hs:109)
prop_determineShell4 (ShellCheck/AnalyzerLib.hs:110)
prop_determineShell5 (ShellCheck/AnalyzerLib.hs:112)
prop_determineShell6 (ShellCheck/AnalyzerLib.hs:114)
determineShell (ShellCheck/AnalyzerLib.hs:115)
getParentTree (ShellCheck/AnalyzerLib.hs:137)
getTokenMap (ShellCheck/AnalyzerLib.hs:146)
isQuoteFree (ShellCheck/AnalyzerLib.hs:153)
isStrictlyQuoteFree (ShellCheck/AnalyzerLib.hs:156)
isQuoteFreeNode (ShellCheck/AnalyzerLib.hs:159)
isParamTo (ShellCheck/AnalyzerLib.hs:193)
getClosestCommand (ShellCheck/AnalyzerLib.hs:208)
usedAsCommandName (ShellCheck/AnalyzerLib.hs:214)
getPath (ShellCheck/AnalyzerLib.hs:225)
isParentOf (ShellCheck/AnalyzerLib.hs:230)
parents (ShellCheck/AnalyzerLib.hs:233)
pathTo (ShellCheck/AnalyzerLib.hs:235)
tokenIsJustCommandOutput (ShellCheck/AnalyzerLib.hs:240)
getVariableFlow (ShellCheck/AnalyzerLib.hs:251)
leadType (ShellCheck/AnalyzerLib.hs:281)
getModifiedVariables (ShellCheck/AnalyzerLib.hs:315)
isClosingFileOp (ShellCheck/AnalyzerLib.hs:354)
getReferencedVariableCommand (ShellCheck/AnalyzerLib.hs:362)
getModifiedVariableCommand (ShellCheck/AnalyzerLib.hs:387)
getIndexReferences (ShellCheck/AnalyzerLib.hs:482)
getOffsetReferences (ShellCheck/AnalyzerLib.hs:489)
getReferencedVariables (ShellCheck/AnalyzerLib.hs:496)
dataTypeFrom (ShellCheck/AnalyzerLib.hs:547)
isCommand (ShellCheck/AnalyzerLib.hs:552)
isUnqualifiedCommand (ShellCheck/AnalyzerLib.hs:553)
isCommandMatch (ShellCheck/AnalyzerLib.hs:555)
isConfusedGlobRegex (ShellCheck/AnalyzerLib.hs:559)
isVariableStartChar (ShellCheck/AnalyzerLib.hs:563)
isVariableChar (ShellCheck/AnalyzerLib.hs:564)
variableNameRegex (ShellCheck/AnalyzerLib.hs:565)
prop_isVariableName1 (ShellCheck/AnalyzerLib.hs:567)
prop_isVariableName2 (ShellCheck/AnalyzerLib.hs:568)
prop_isVariableName3 (ShellCheck/AnalyzerLib.hs:569)
isVariableName (ShellCheck/AnalyzerLib.hs:570)
getVariablesFromLiteralToken (ShellCheck/AnalyzerLib.hs:573)
prop_getVariablesFromLiteral1 (ShellCheck/AnalyzerLib.hs:578)
getVariablesFromLiteral (ShellCheck/AnalyzerLib.hs:580)
prop_getBracedReference1 (ShellCheck/AnalyzerLib.hs:585)
prop_getBracedReference2 (ShellCheck/AnalyzerLib.hs:586)
prop_getBracedReference3 (ShellCheck/AnalyzerLib.hs:587)
prop_getBracedReference4 (ShellCheck/AnalyzerLib.hs:588)
prop_getBracedReference5 (ShellCheck/AnalyzerLib.hs:589)
prop_getBracedReference6 (ShellCheck/AnalyzerLib.hs:590)
prop_getBracedReference7 (ShellCheck/AnalyzerLib.hs:591)
prop_getBracedReference8 (ShellCheck/AnalyzerLib.hs:592)
prop_getBracedReference9 (ShellCheck/AnalyzerLib.hs:593)
prop_getBracedReference10 (ShellCheck/AnalyzerLib.hs:594)
prop_getBracedReference11 (ShellCheck/AnalyzerLib.hs:595)
prop_getBracedReference12 (ShellCheck/AnalyzerLib.hs:596)
prop_getBracedReference13 (ShellCheck/AnalyzerLib.hs:597)
getBracedReference (ShellCheck/AnalyzerLib.hs:598)
prop_getBracedModifier1 (ShellCheck/AnalyzerLib.hs:620)
prop_getBracedModifier2 (ShellCheck/AnalyzerLib.hs:621)
prop_getBracedModifier3 (ShellCheck/AnalyzerLib.hs:622)
getBracedModifier (ShellCheck/AnalyzerLib.hs:623)
potentially (ShellCheck/AnalyzerLib.hs:636)
headOrDefault (ShellCheck/AnalyzerLib.hs:639)
!!! (ShellCheck/AnalyzerLib.hs:642)
filterByAnnotation (ShellCheck/AnalyzerLib.hs:649)
runTests (ShellCheck/AnalyzerLib.hs:668)
0% ( 0 / 3) in 'ShellCheck.Analytics'
Missing documentation for:
Module header
runAnalytics (ShellCheck/Analytics.hs:91)
runTests (ShellCheck/Analytics.hs:2876)
0% ( 0 / 10) in 'ShellCheck.Formatter.Format'
Missing documentation for:
Module header
Formatter (ShellCheck/Formatter/Format.hs:26)
lineNo (ShellCheck/Formatter/Format.hs:33)
endLineNo (ShellCheck/Formatter/Format.hs:34)
colNo (ShellCheck/Formatter/Format.hs:35)
endColNo (ShellCheck/Formatter/Format.hs:36)
codeNo (ShellCheck/Formatter/Format.hs:37)
messageText (ShellCheck/Formatter/Format.hs:38)
severityText (ShellCheck/Formatter/Format.hs:40)
makeNonVirtual (ShellCheck/Formatter/Format.hs:49)
0% ( 0 / 2) in 'ShellCheck.Formatter.CheckStyle'
Missing documentation for:
Module header
format (ShellCheck/Formatter/CheckStyle.hs:30)
0% ( 0 / 2) in 'ShellCheck.Formatter.GCC'
Missing documentation for:
Module header
format (ShellCheck/Formatter/GCC.hs:29)
0% ( 0 / 2) in 'ShellCheck.Formatter.JSON'
Missing documentation for:
Module header
format (ShellCheck/Formatter/JSON.hs:30)
0% ( 0 / 2) in 'ShellCheck.Formatter.TTY'
Missing documentation for:
Module header
format (ShellCheck/Formatter/TTY.hs:30)
0% ( 0 / 3) in 'ShellCheck.Checks.Commands'
Missing documentation for:
Module header
runChecks (ShellCheck/Checks/Commands.hs:126)
runTests (ShellCheck/Checks/Commands.hs:623)
0% ( 0 / 2) in 'ShellCheck.Analyzer'
Missing documentation for:
Module header
analyzeScript (ShellCheck/Analyzer.hs:30)
0% ( 0 / 3) in 'ShellCheck.Checker'
Missing documentation for:
Module header
checkScript (ShellCheck/Checker.hs:46)
runTests (ShellCheck/Checker.hs:162)
Documentation created: dist/doc/html/ShellCheck/index.html,
dist/doc/html/ShellCheck/ShellCheck.txt
Preprocessing executable 'shellcheck' for ShellCheck-0.4.5...
Creating package registration file:
/tmp/pkgConf-ShellCheck-0.41042080532573120688.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/ShellCheck-0.4.5-9mN4Ktd9zPwKa9vnHCuNvc
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 ShellCheck-0.4.5...
cabal: Leaving directory '/tmp/cabal-tmp-12931/ShellCheck-0.4.5'
Installed ShellCheck-0.4.5
Test log
No test log was submitted for this report.