Build #3 for cabal-sort-0.0.5.3
| Package | cabal-sort-0.0.5.3 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2016-10-27 15:16:12.453668 UTC |
|---|---|
| Compiler | ghc-8.0.1.20161018 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | Cabal-1.24.0.0, base-4.9.0.0, containers-0.5.7.1, directory-1.2.6.2, explicit-exception-0.1.8, fgl-5.5.3.0, filepath-1.4.1.0, transformers-0.5.2.0, Cabal-1.24.0.0, base-4.9.0.0, bytestring-0.10.8.1, containers-0.5.7.1, explicit-exception-0.1.8, process-1.4.2.0, transformers-0.5.2.0, utility-ht-0.0.12 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-809/explicit-exception-0.1.8'
Configuring explicit-exception-0.1.8...
Building explicit-exception-0.1.8...
Preprocessing library explicit-exception-0.1.8...
[ 1 of 11] Compiling Control.Monad.Label ( src/Control/Monad/Label.hs, dist/build/Control/Monad/Label.o )
[ 2 of 11] Compiling Control.Monad.Exception.Synchronous ( src/Control/Monad/Exception/Synchronous.hs, dist/build/Control/Monad/Exception/Synchronous.o )
src/Control/Monad/Exception/Synchronous.hs:71:1: warning: [-Wdeprecations]
Module ‘Control.Monad.Trans.Error’ is deprecated:
Use Control.Monad.Trans.Except instead
src/Control/Monad/Exception/Synchronous.hs:295:26: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Exception/Synchronous.hs:296:30: warning: [-Wdeprecations]
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Exception/Synchronous.hs:298:46: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Exception/Synchronous.hs:299:14: warning: [-Wdeprecations]
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
[ 3 of 11] Compiling Control.Monad.Exception.Warning ( src/Control/Monad/Exception/Warning.hs, dist/build/Control/Monad/Exception/Warning.o )
[ 4 of 11] Compiling System.IO.Straight ( src/System/IO/Straight.hs, dist/build/System/IO/Straight.o )
src/System/IO/Straight.hs:68:1: warning: [-Worphans]
Orphan instance:
instance (MonadSIO m, ContainsIOException e) =>
MonadIO (ExceptionalT e m)
To avoid this
move the instance declaration to the module of the class or of the type, or
wrap the type with a newtype and declare the instance on the new type.
[ 5 of 11] Compiling System.IO.Exception.File ( src/System/IO/Exception/File.hs, dist/build/System/IO/Exception/File.o )
[ 6 of 11] Compiling System.IO.Exception.BinaryFile ( src/System/IO/Exception/BinaryFile.hs, dist/build/System/IO/Exception/BinaryFile.o )
[ 7 of 11] Compiling Control.Monad.Exception.Label ( src/Control/Monad/Exception/Label.hs, dist/build/Control/Monad/Exception/Label.o )
[ 8 of 11] Compiling Control.Monad.Exception.Asynchronous.Strict ( src/Control/Monad/Exception/Asynchronous/Strict.hs, dist/build/Control/Monad/Exception/Asynchronous/Strict.o )
[ 9 of 11] Compiling Control.Monad.Exception.Asynchronous.Lazy ( src/Control/Monad/Exception/Asynchronous/Lazy.hs, dist/build/Control/Monad/Exception/Asynchronous/Lazy.o )
[10 of 11] Compiling Control.Monad.Exception.Asynchronous ( src/Control/Monad/Exception/Asynchronous.hs, dist/build/Control/Monad/Exception/Asynchronous.o )
[11 of 11] Compiling System.IO.Exception.TextFile ( src/System/IO/Exception/TextFile.hs, dist/build/System/IO/Exception/TextFile.o )
src/System/IO/Exception/TextFile.hs:47:4: warning: [-Wdeprecations]
In the use of ‘manySynchronousT’
(imported from Control.Monad.Exception.Asynchronous, but defined in Control.Monad.Exception.Asynchronous.Lazy):
Deprecated: "use manyMonoidT with appropriate Monad like LazyIO and result Monoid like Endo instead"
Running Haddock for explicit-exception-0.1.8...
Running hscolour for explicit-exception-0.1.8...
Preprocessing library explicit-exception-0.1.8...
Preprocessing library explicit-exception-0.1.8...
src/Control/Monad/Exception/Synchronous.hs:71:1: warning: [-Wdeprecations]
Module ‘Control.Monad.Trans.Error’ is deprecated:
Use Control.Monad.Trans.Except instead
src/Control/Monad/Exception/Synchronous.hs:295:26: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Exception/Synchronous.hs:296:30: warning: [-Wdeprecations]
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Exception/Synchronous.hs:298:46: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Exception/Synchronous.hs:299:14: warning: [-Wdeprecations]
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/System/IO/Straight.hs:68:1: warning: [-Worphans]
Orphan instance:
instance (MonadSIO m, ContainsIOException e) =>
MonadIO (ExceptionalT e m)
To avoid this
move the instance declaration to the module of the class or of the type, or
wrap the type with a newtype and declare the instance on the new type.
Haddock coverage:
18% ( 3 / 17) in 'Control.Monad.Label'
Missing documentation for:
Label (src/Control/Monad/Label.hs:29)
(src/Control/Monad/Label.hs:45)
runLabel (src/Control/Monad/Label.hs:50)
ask (src/Control/Monad/Label.hs:53)
local (src/Control/Monad/Label.hs:57)
LabelT (src/Control/Monad/Label.hs:67)
fmapReaderT (src/Control/Monad/Label.hs:105)
(src/Control/Monad/Label.hs:109)
pureReaderT (src/Control/Monad/Label.hs:113)
apReaderT (src/Control/Monad/Label.hs:117)
(src/Control/Monad/Label.hs:123)
runLabelT (src/Control/Monad/Label.hs:128)
askT (src/Control/Monad/Label.hs:131)
localT (src/Control/Monad/Label.hs:134)
28% ( 11 / 40) in 'Control.Monad.Exception.Synchronous'
Missing documentation for:
fromMaybe (src/Control/Monad/Exception/Synchronous.hs:102)
toMaybe (src/Control/Monad/Exception/Synchronous.hs:108)
fromEither (src/Control/Monad/Exception/Synchronous.hs:105)
toEither (src/Control/Monad/Exception/Synchronous.hs:111)
fromExitCode (src/Control/Monad/Exception/Synchronous.hs:124)
toExitCode (src/Control/Monad/Exception/Synchronous.hs:118)
mapException (src/Control/Monad/Exception/Synchronous.hs:158)
mapExceptional (src/Control/Monad/Exception/Synchronous.hs:164)
throw (src/Control/Monad/Exception/Synchronous.hs:170)
assert (src/Control/Monad/Exception/Synchronous.hs:173)
catch (src/Control/Monad/Exception/Synchronous.hs:177)
resolve (src/Control/Monad/Exception/Synchronous.hs:194)
fromMaybeT (src/Control/Monad/Exception/Synchronous.hs:289)
toMaybeT (src/Control/Monad/Exception/Synchronous.hs:292)
fromErrorT (src/Control/Monad/Exception/Synchronous.hs:295)
toErrorT (src/Control/Monad/Exception/Synchronous.hs:298)
fromEitherT (src/Control/Monad/Exception/Synchronous.hs:301)
toEitherT (src/Control/Monad/Exception/Synchronous.hs:304)
fromExitCodeT (src/Control/Monad/Exception/Synchronous.hs:313)
toExitCodeT (src/Control/Monad/Exception/Synchronous.hs:307)
switchT (src/Control/Monad/Exception/Synchronous.hs:320)
mapExceptionT (src/Control/Monad/Exception/Synchronous.hs:335)
mapExceptionalT (src/Control/Monad/Exception/Synchronous.hs:342)
throwT (src/Control/Monad/Exception/Synchronous.hs:348)
assertT (src/Control/Monad/Exception/Synchronous.hs:352)
catchT (src/Control/Monad/Exception/Synchronous.hs:356)
resolveT (src/Control/Monad/Exception/Synchronous.hs:384)
tryT (src/Control/Monad/Exception/Synchronous.hs:390)
manyMonoidT (src/Control/Monad/Exception/Synchronous.hs:413)
29% ( 5 / 17) in 'Control.Monad.Exception.Warning'
Missing documentation for:
fromExceptionNull (src/Control/Monad/Exception/Warning.hs:45)
toException (src/Control/Monad/Exception/Warning.hs:48)
warn (src/Control/Monad/Exception/Warning.hs:58)
(src/Control/Monad/Exception/Warning.hs:63)
(src/Control/Monad/Exception/Warning.hs:68)
(src/Control/Monad/Exception/Warning.hs:76)
WarnableT (src/Control/Monad/Exception/Warning.hs:91)
fromSynchronousT (src/Control/Monad/Exception/Warning.hs:95)
warnT (src/Control/Monad/Exception/Warning.hs:102)
(src/Control/Monad/Exception/Warning.hs:108)
(src/Control/Monad/Exception/Warning.hs:112)
(src/Control/Monad/Exception/Warning.hs:117)
57% ( 4 / 7) in 'System.IO.Straight'
Missing documentation for:
sioToIO (src/System/IO/Straight.hs:34)
ioToExceptionalSIO (src/System/IO/Straight.hs:37)
unsafeInterleaveSIO (src/System/IO/Straight.hs:42)
0% ( 0 / 3) in 'System.IO.Exception.File'
Missing documentation for:
Module header
EIO (src/System/IO/Exception/File.hs:8)
close (src/System/IO/Exception/File.hs:10)
20% ( 1 / 5) in 'System.IO.Exception.BinaryFile'
Missing documentation for:
open (src/System/IO/Exception/BinaryFile.hs:15)
with (src/System/IO/Exception/BinaryFile.hs:19)
getByte (src/System/IO/Exception/BinaryFile.hs:24)
putByte (src/System/IO/Exception/BinaryFile.hs:28)
25% ( 3 / 12) in 'Control.Monad.Exception.Label'
Missing documentation for:
LabeledException (src/Control/Monad/Exception/Label.hs:22)
LabeledExceptionalT (src/Control/Monad/Exception/Label.hs:25)
runLabelT (src/Control/Monad/Exception/Label.hs:31)
labelT (src/Control/Monad/Exception/Label.hs:38)
stripLabelT (src/Control/Monad/Exception/Label.hs:45)
decorateLabelT (src/Control/Monad/Exception/Label.hs:50)
getLabels (src/Control/Monad/Exception/Label.hs:55)
throwT (src/Control/Monad/Exception/Label.hs:60)
(src/Control/Monad/Exception/Label.hs:105)
44% ( 18 / 41) in 'Control.Monad.Exception.Asynchronous.Strict'
Missing documentation for:
Module header
fromSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:101)
fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Strict.hs:108)
fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:111)
toSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:116)
throwMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:128)
continue (src/Control/Monad/Exception/Asynchronous/Strict.hs:186)
maybeAbort (src/Control/Monad/Exception/Asynchronous/Strict.hs:195)
mapException (src/Control/Monad/Exception/Asynchronous/Strict.hs:220)
mapExceptional (src/Control/Monad/Exception/Asynchronous/Strict.hs:223)
simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Strict.hs:256)
sequenceA (src/Control/Monad/Exception/Asynchronous/Strict.hs:284)
mapM (src/Control/Monad/Exception/Asynchronous/Strict.hs:289)
sequence (src/Control/Monad/Exception/Asynchronous/Strict.hs:293)
swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:339)
fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Strict.hs:358)
fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:365)
mapExceptionT (src/Control/Monad/Exception/Asynchronous/Strict.hs:404)
mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Strict.hs:411)
throwMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:418)
eatNothingT (src/Control/Monad/Exception/Asynchronous/Strict.hs:423)
appendM (src/Control/Monad/Exception/Asynchronous/Strict.hs:460)
continueM (src/Control/Monad/Exception/Asynchronous/Strict.hs:467)
44% ( 18 / 41) in 'Control.Monad.Exception.Asynchronous.Lazy'
Missing documentation for:
Module header
fromSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:106)
fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Lazy.hs:113)
fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:116)
toSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:121)
throwMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:133)
continue (src/Control/Monad/Exception/Asynchronous/Lazy.hs:191)
maybeAbort (src/Control/Monad/Exception/Asynchronous/Lazy.hs:201)
mapException (src/Control/Monad/Exception/Asynchronous/Lazy.hs:226)
mapExceptional (src/Control/Monad/Exception/Asynchronous/Lazy.hs:229)
simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:275)
sequenceA (src/Control/Monad/Exception/Asynchronous/Lazy.hs:303)
mapM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:308)
sequence (src/Control/Monad/Exception/Asynchronous/Lazy.hs:312)
swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:358)
fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:378)
fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:385)
mapExceptionT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:424)
mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:431)
throwMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:438)
eatNothingT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:443)
appendM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:480)
continueM (src/Contro
src/System/IO/Exception/TextFile.hs:47:4: warning: [-Wdeprecations]
In the use of ‘manySynchronousT’
(imported from Control.Monad.Exception.Asynchronous, but defined in Control.Monad.Exception.Asynchronous.Lazy):
Deprecated: "use manyMonoidT with appropriate Monad like LazyIO and result Monoid like Endo instead"
l/Monad/Exception/Asynchronous/Lazy.hs:487)
100% ( 2 / 2) in 'Control.Monad.Exception.Asynchronous'
29% ( 2 / 7) in 'System.IO.Exception.TextFile'
Missing documentation for:
open (src/System/IO/Exception/TextFile.hs:20)
with (src/System/IO/Exception/TextFile.hs:24)
getChar (src/System/IO/Exception/TextFile.hs:29)
getContentsSynchronous (src/System/IO/Exception/TextFile.hs:33)
putChar (src/System/IO/Exception/TextFile.hs:49)
Documentation created: dist/doc/html/explicit-exception/index.html,
dist/doc/html/explicit-exception/explicit-exception.txt
Creating package registration file:
/tmp/pkgConf-explicit-exception-0.12145174067468703135.8
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/explicit-exception-0.1.8-95Sg3E7dw0SJXq1ALUrAjk
Registering explicit-exception-0.1.8...
cabal: Leaving directory '/tmp/cabal-tmp-809/explicit-exception-0.1.8'
Installed explicit-exception-0.1.8
cabal: Entering directory '/tmp/cabal-tmp-809/fgl-5.5.3.0'
Configuring fgl-5.5.3.0...
Building fgl-5.5.3.0...
Preprocessing library fgl-5.5.3.0...
[ 1 of 29] Compiling Paths_fgl ( dist/build/autogen/Paths_fgl.hs, dist/build/Paths_fgl.o )
[ 2 of 29] Compiling Data.Graph.Inductive.Internal.Thread ( Data/Graph/Inductive/Internal/Thread.hs, dist/build/Data/Graph/Inductive/Internal/Thread.o )
[ 3 of 29] Compiling Data.Graph.Inductive.Internal.Queue ( Data/Graph/Inductive/Internal/Queue.hs, dist/build/Data/Graph/Inductive/Internal/Queue.o )
[ 4 of 29] Compiling Data.Graph.Inductive.Internal.Heap ( Data/Graph/Inductive/Internal/Heap.hs, dist/build/Data/Graph/Inductive/Internal/Heap.o )
[ 5 of 29] Compiling Data.Graph.Inductive.Graph ( Data/Graph/Inductive/Graph.hs, dist/build/Data/Graph/Inductive/Graph.o )
[ 6 of 29] Compiling Data.Graph.Inductive.Internal.RootPath ( Data/Graph/Inductive/Internal/RootPath.hs, dist/build/Data/Graph/Inductive/Internal/RootPath.o )
[ 7 of 29] Compiling Data.Graph.Inductive.Monad ( Data/Graph/Inductive/Monad.hs, dist/build/Data/Graph/Inductive/Monad.o )
[ 8 of 29] Compiling Data.Graph.Inductive.Monad.IOArray ( Data/Graph/Inductive/Monad/IOArray.hs, dist/build/Data/Graph/Inductive/Monad/IOArray.o )
[ 9 of 29] Compiling Data.Graph.Inductive.Monad.STArray ( Data/Graph/Inductive/Monad/STArray.hs, dist/build/Data/Graph/Inductive/Monad/STArray.o )
[10 of 29] Compiling Data.Graph.Inductive.NodeMap ( Data/Graph/Inductive/NodeMap.hs, dist/build/Data/Graph/Inductive/NodeMap.o )
[11 of 29] Compiling Data.Graph.Inductive.PatriciaTree ( Data/Graph/Inductive/PatriciaTree.hs, dist/build/Data/Graph/Inductive/PatriciaTree.o )
[12 of 29] Compiling Data.Graph.Inductive.Query.ArtPoint ( Data/Graph/Inductive/Query/ArtPoint.hs, dist/build/Data/Graph/Inductive/Query/ArtPoint.o )
[13 of 29] Compiling Data.Graph.Inductive.Query.BFS ( Data/Graph/Inductive/Query/BFS.hs, dist/build/Data/Graph/Inductive/Query/BFS.o )
[14 of 29] Compiling Data.Graph.Inductive.Query.Indep ( Data/Graph/Inductive/Query/Indep.hs, dist/build/Data/Graph/Inductive/Query/Indep.o )
[15 of 29] Compiling Data.Graph.Inductive.Query.MST ( Data/Graph/Inductive/Query/MST.hs, dist/build/Data/Graph/Inductive/Query/MST.o )
[16 of 29] Compiling Data.Graph.Inductive.Query.MaxFlow2 ( Data/Graph/Inductive/Query/MaxFlow2.hs, dist/build/Data/Graph/Inductive/Query/MaxFlow2.o )
[17 of 29] Compiling Data.Graph.Inductive.Query.Monad ( Data/Graph/Inductive/Query/Monad.hs, dist/build/Data/Graph/Inductive/Query/Monad.o )
[18 of 29] Compiling Data.Graph.Inductive.Query.SP ( Data/Graph/Inductive/Query/SP.hs, dist/build/Data/Graph/Inductive/Query/SP.o )
[19 of 29] Compiling Data.Graph.Inductive.Query.TransClos ( Data/Graph/Inductive/Query/TransClos.hs, dist/build/Data/Graph/Inductive/Query/TransClos.o )
[20 of 29] Compiling Data.Graph.Inductive.Tree ( Data/Graph/Inductive/Tree.hs, dist/build/Data/Graph/Inductive/Tree.o )
[21 of 29] Compiling Data.Graph.Inductive.Example ( Data/Graph/Inductive/Example.hs, dist/build/Data/Graph/Inductive/Example.o )
[22 of 29] Compiling Data.Graph.Inductive.Basic ( Data/Graph/Inductive/Basic.hs, dist/build/Data/Graph/Inductive/Basic.o )
[23 of 29] Compiling Data.Graph.Inductive.Query.DFS ( Data/Graph/Inductive/Query/DFS.hs, dist/build/Data/Graph/Inductive/Query/DFS.o )
[24 of 29] Compiling Data.Graph.Inductive.Query.BCC ( Data/Graph/Inductive/Query/BCC.hs, dist/build/Data/Graph/Inductive/Query/BCC.o )
[25 of 29] Compiling Data.Graph.Inductive.Query.Dominators ( Data/Graph/Inductive/Query/Dominators.hs, dist/build/Data/Graph/Inductive/Query/Dominators.o )
[26 of 29] Compiling Data.Graph.Inductive.Query.GVD ( Data/Graph/Inductive/Query/GVD.hs, dist/build/Data/Graph/Inductive/Query/GVD.o )
[27 of 29] Compiling Data.Graph.Inductive.Query.MaxFlow ( Data/Graph/Inductive/Query/MaxFlow.hs, dist/build/Data/Graph/Inductive/Query/MaxFlow.o )
[28 of 29] Compiling Data.Graph.Inductive.Query ( Data/Graph/Inductive/Query.hs, dist/build/Data/Graph/Inductive/Query.o )
[29 of 29] Compiling Data.Graph.Inductive ( Data/Graph/Inductive.hs, dist/build/Data/Graph/Inductive.o )
Running Haddock for fgl-5.5.3.0...
Running hscolour for fgl-5.5.3.0...
Preprocessing library fgl-5.5.3.0...
Preprocessing library fgl-5.5.3.0...
Haddock coverage:
0% ( 0 / 8) in 'Paths_fgl'
Missing documentation for:
Module header
version (dist/build/autogen/Paths_fgl.hs:28)
getBinDir (dist/build/autogen/Paths_fgl.hs:38)
getLibDir (dist/build/autogen/Paths_fgl.hs:38)
getDataDir (dist/build/autogen/Paths_fgl.hs:38)
getLibexecDir (dist/build/autogen/Paths_fgl.hs:38)
getDataFileName (dist/build/autogen/Paths_fgl.hs:45)
getSysconfDir (dist/build/autogen/Paths_fgl.hs:38)
23% ( 3 / 13) in 'Data.Graph.Inductive.Internal.Thread'
Missing documentation for:
Split (Data/Graph/Inductive/Internal/Thread.hs:73)
SplitM (Data/Graph/Inductive/Internal/Thread.hs:106)
Thread (Data/Graph/Inductive/Internal/Thread.hs:74)
Collect (Data/Graph/Inductive/Internal/Thread.hs:75)
threadList' (Data/Graph/Inductive/Internal/Thread.hs:79)
threadList (Data/Graph/Inductive/Internal/Thread.hs:91)
threadMaybe' (Data/Graph/Inductive/Internal/Thread.hs:108)
threadMaybe (Data/Graph/Inductive/Internal/Thread.hs:119)
splitPar (Data/Graph/Inductive/Internal/Thread.hs:130)
splitParM (Data/Graph/Inductive/Internal/Thread.hs:135)
22% ( 2 / 9) in 'Data.Graph.Inductive.Internal.Queue'
Missing documentation for:
Module header
Queue (Data/Graph/Inductive/Internal/Queue.hs:10)
mkQueue (Data/Graph/Inductive/Internal/Queue.hs:12)
queuePut (Data/Graph/Inductive/Internal/Queue.hs:15)
queuePutList (Data/Graph/Inductive/Internal/Queue.hs:18)
queueGet (Data/Graph/Inductive/Internal/Queue.hs:21)
queueEmpty (Data/Graph/Inductive/Internal/Queue.hs:25)
17% ( 3 / 18) in 'Data.Graph.Inductive.Internal.Heap'
Missing documentation for:
Heap (Data/Graph/Inductive/Internal/Heap.hs:21)
prettyHeap (Data/Graph/Inductive/Internal/Heap.hs:30)
printPrettyHeap (Data/Graph/Inductive/Internal/Heap.hs:38)
empty (Data/Graph/Inductive/Internal/Heap.hs:45)
unit (Data/Graph/Inductive/Internal/Heap.hs:48)
insert (Data/Graph/Inductive/Internal/Heap.hs:51)
merge (Data/Graph/Inductive/Internal/Heap.hs:54)
mergeAll (Data/Graph/Inductive/Internal/Heap.hs:61)
isEmpty (Data/Graph/Inductive/Internal/Heap.hs:66)
findMin (Data/Graph/Inductive/Internal/Heap.hs:70)
deleteMin (Data/Graph/Inductive/Internal/Heap.hs:74)
splitMin (Data/Graph/Inductive/Internal/Heap.hs:78)
build (Data/Graph/Inductive/Internal/Heap.hs:88)
toList (Data/Graph/Inductive/Internal/Heap.hs:91)
heapsort (Data/Graph/Inductive/Internal/Heap.hs:96)
97% ( 96 / 99) in 'Data.Graph.Inductive.Graph'
Missing documentation for:
MContext (Data/Graph/Inductive/Graph.hs:115)
DynGraph (Data/Graph/Inductive/Graph.hs:176)
equal (Data/Graph/Inductive/Graph.hs:512)
33% ( 3 / 9) in 'Data.Graph.Inductive.Internal.RootPath'
Missing documentation for:
RTree (Data/Graph/Inductive/Internal/RootPath.hs:15)
LRTree (Data/Graph/Inductive/Internal/RootPath.hs:14)
getPath (Data/Graph/Inductive/Internal/RootPath.hs:29)
getLPath (Data/Graph/Inductive/Internal/RootPath.hs:32)
getDistance (Data/Graph/Inductive/Internal/RootPath.hs:35)
getLPathNodes (Data/Graph/Inductive/Internal/RootPath.hs:38)
47% ( 8 / 17) in 'Data.Graph.Inductive.Monad'
Missing documentation for:
GraphM (Data/Graph/Inductive/Monad.hs:42)
nodesM (Data/Graph/Inductive/Monad.hs:104)
edgesM (Data/Graph/Inductive/Monad.hs:107)
newNodesM (Data/Graph/Inductive/Monad.hs:110)
delNodeM (Data/Graph/Inductive/Monad.hs:120)
delNodesM (Data/Graph/Inductive/Monad.hs:123)
mkUGraphM (Data/Graph/Inductive/Monad.hs:128)
contextM (Data/Graph/Inductive/Monad.hs:144)
labM (Data/Graph/Inductive/Monad.hs:147)
40% ( 4 / 10) in 'Data.Graph.Inductive.Monad.IOArray'
Missing documentation for:
SGr (Data/Graph/Inductive/Monad/IOArray.hs:27)
GraphRep (Data/Graph/Inductive/Monad/IOArray.hs:29)
Context' (Data/Graph/Inductive/Monad/IOArray.hs:30)
USGr (Data/Graph/Inductive/Monad/IOArray.hs:32)
defaultGraphSize (Data/Graph/Inductive/Monad/IOArray.hs:97)
emptyN (Data/Graph/Inductive/Monad/IOArray.hs:100)
40% ( 4 / 10) in 'Data.Graph.Inductive.Monad.STArray'
Missing documentation for:
SGr (Data/Graph/Inductive/Monad/STArray.hs:28)
GraphRep (Data/Graph/Inductive/Monad/STArray.hs:30)
Context' (Data/Graph/Inductive/Monad/STArray.hs:31)
USGr (Data/Graph/Inductive/Monad/STArray.hs:33)
defaultGraphSize (Data/Graph/Inductive/Monad/STArray.hs:97)
emptyN (Data/Graph/Inductive/Monad/STArray.hs:100)
48% ( 21 / 44) in 'Data.Graph.Inductive.NodeMap'
Missing documentation for:
NodeMap (Data/Graph/Inductive/NodeMap.hs:41)
insMapNode (Data/Graph/Inductive/NodeMap.hs:105)
insMapNode_ (Data/Graph/Inductive/NodeMap.hs:110)
insMapEdge (Data/Graph/Inductive/NodeMap.hs:115)
delMapNode (Data/Graph/Inductive/NodeMap.hs:120)
delMapEdge (Data/Graph/Inductive/NodeMap.hs:125)
insMapNodes (Data/Graph/Inductive/NodeMap.hs:130)
insMapNodes_ (Data/Graph/Inductive/NodeMap.hs:135)
insMapEdges (Data/Graph/Inductive/NodeMap.hs:140)
delMapNodes (Data/Graph/Inductive/NodeMap.hs:145)
delMapEdges (Data/Graph/Inductive/NodeMap.hs:150)
mkMapGraph (Data/Graph/Inductive/NodeMap.hs:156)
mkNodesM (Data/Graph/Inductive/NodeMap.hs:229)
mkEdgeM (Data/Graph/Inductive/NodeMap.hs:232)
mkEdgesM (Data/Graph/Inductive/NodeMap.hs:235)
insMapNodeM (Data/Graph/Inductive/NodeMap.hs:238)
insMapEdgeM (Data/Graph/Inductive/NodeMap.hs:241)
delMapNodeM (Data/Graph/Inductive/NodeMap.hs:244)
delMapEdgeM (Data/Graph/Inductive/NodeMap.hs:247)
insMapNodesM (Data/Graph/Inductive/NodeMap.hs:250)
insMapEdgesM (Data/Graph/Inductive/NodeMap.hs:253)
delMapNodesM (Data/Graph/Inductive/NodeMap.hs:256)
delMapEdgesM (Data/Graph/Inductive/NodeMap.hs:259)
33% ( 1 / 3) in 'Data.Graph.Inductive.PatriciaTree'
Missing documentation for:
Gr (Data/Graph/Inductive/PatriciaTree.hs:54)
UGr (Data/Graph/Inductive/PatriciaTree.hs:62)
50% ( 1 / 2) in 'Data.Graph.Inductive.Query.ArtPoint'
Missing documentation for:
Module header
32% ( 6 / 19) in 'Data.Graph.Inductive.Query.BFS'
Missing documentation for:
bfs (Data/Graph/Inductive/Query/BFS.hs:47)
bfsn (Data/Graph/Inductive/Query/BFS.hs:41)
bfsWith (Data/Graph/Inductive/Query/BFS.hs:44)
bfsnWith (Data/Graph/Inductive/Query/BFS.hs:38)
level (Data/Graph/Inductive/Query/BFS.hs:53)
leveln (Data/Graph/Inductive/Query/BFS.hs:59)
bfe (Data/Graph/Inductive/Query/BFS.hs:81)
bfen (Data/Graph/Inductive/Query/BFS.hs:78)
bft (Data/Graph/Inductive/Query/BFS.hs:104)
lbft (Data/Graph/Inductive/Query/BFS.hs:123)
RTree (Data/Graph/Inductive/Internal/RootPath.hs:15)
esp (Data/Graph/Inductive/Query/BFS.hs:115)
lesp (Data/Graph/Inductive/Query/BFS.hs:137)
100% ( 3 / 3) in 'Data.Graph.Inductive.Query.Indep'
43% ( 3 / 7) in 'Data.Graph.Inductive.Query.MST'
Missing documentation for:
msTreeAt (Data/Graph/Inductive/Query/MST.hs:28)
msTree (Data/Graph/Inductive/Query/MST.hs:31)
msPath (Data/Graph/Inductive/Query/MST.hs:34)
LRTree (Data/Graph/Inductive/Internal/RootPath.hs:14)
20% ( 1 / 5) in 'Data.Graph.Inductive.Query.MaxFlow2'
Missing documentation for:
Network (Data/Graph/Inductive/Query/MaxFlow2.hs:24)
ekSimple (Data/Graph/Inductive/Query/MaxFlow2.hs:219)
ekFused (Data/Graph/Inductive/Query/MaxFlow2.hs:130)
ekList (Data/Graph/Inductive/Query/MaxFlow2.hs:252)
30% ( 13 / 43) in 'Data.Graph.Inductive.Query.Monad'
Missing documentation for:
mapFst (Data/Graph/Inductive/Query/Monad.hs:43)
mapSnd (Data/Graph/Inductive/Query/Monad.hs:45)
>< (Data/Graph/Inductive/Query/Monad.hs:49)
orP (Data/Graph/Inductive/Query/Monad.hs:52)
GT (Data/Graph/Inductive/Query/Monad.hs:60)
apply (Data/Graph/Inductive/Query/Monad.hs:62)
apply' (Data/Graph/Inductive/Query/Monad.hs:65)
applyWith (Data/Graph/Inductive/Query/Monad.hs:68)
applyWith' (Data/Graph/Inductive/Query/Monad.hs:71)
runGT (Data/Graph/Inductive/Query/Monad.hs:74)
condMGT' (Data/Graph/Inductive/Query/Monad.hs:88)
recMGT' (Data/Graph/Inductive/Query/Monad.hs:91)
condMGT (Data/Graph/Inductive/Query/Monad.hs:95)
recMGT (Data/Graph/Inductive/Query/Monad.hs:98)
getNode (Data/Graph/Inductive/Query/Monad.hs:110)
getContext (Data/Graph/Inductive/Query/Monad.hs:113)
getNodes' (Data/Graph/Inductive/Query/Monad.hs:119)
getNodes (Data/Graph/Inductive/Query/Monad.hs:122)
sucGT (Data/Graph/Inductive/Query/Monad.hs:128)
sucM (Data/Graph/Inductive/Query/Monad.hs:135)
graphRec' (Data/Graph/Inductive/Query/Monad.hs:156)
graphUFold (Data/Graph/Inductive/Query/Monad.hs:160)
graphNodesM0 (Data/Graph/Inductive/Query/Monad.hs:171)
graphNodesM (Data/Graph/Inductive/Query/Monad.hs:174)
graphNodes (Data/Graph/Inductive/Query/Monad.hs:177)
graphFilterM (Data/Graph/Inductive/Query/Monad.hs:180)
graphFilter (Data/Graph/Inductive/Query/Monad.hs:184)
dfsM' (Data/Graph/Inductive/Query/Monad.hs:212)
graphDff (Data/Graph/Inductive/Query/Monad.hs:231)
graphDff' (Data/Graph/Inductive/Query/Monad.hs:234)
71% ( 5 / 7) in 'Data.Graph.Inductive.Query.SP'
Missing documentation for:
LRTree (Data/Graph/Inductive/Internal/RootPath.hs:14)
Heap (Data/Graph/Inductive/Internal/Heap.hs:21)
75% ( 3 / 4) in 'Data.Graph.Inductive.Query.TransClos'
Missing documentation for:
Module header
33% ( 1 / 3) in 'Data.Graph.Inductive.Tree'
Missing documentation for:
Gr (Data/Graph/Inductive/Tree.hs:40)
UGr (Data/Graph/Inductive/Tree.hs:48)
23% ( 14 / 61) in 'Data.Graph.Inductive.Example'
Missing documentation for:
a (Data/Graph/Inductive/Example.hs:47)
b (Data/Graph/Inductive/Example.hs:47)
c (Data/Graph/Inductive/Example.hs:47)
e (Data/Graph/Inductive/Example.hs:47)
loop (Data/Graph/Inductive/Example.hs:47)
ab (Data/Graph/Inductive/Example.hs:47)
abb (Data/Graph/Inductive/Example.hs:47)
dag3 (Data/Graph/Inductive/Example.hs:47)
e3 (Data/Graph/Inductive/Example.hs:48)
cyc3 (Data/Graph/Inductive/Example.hs:49)
g3 (Data/Graph/Inductive/Example.hs:49)
g3b (Data/Graph/Inductive/Example.hs:49)
dag4 (Data/Graph/Inductive/Example.hs:50)
d1 (Data/Graph/Inductive/Example.hs:51)
d3 (Data/Graph/Inductive/Example.hs:51)
a' (Data/Graph/Inductive/Example.hs:82)
b' (Data/Graph/Inductive/Example.hs:82)
c' (Data/Graph/Inductive/Example.hs:82)
e' (Data/Graph/Inductive/Example.hs:82)
loop' (Data/Graph/Inductive/Example.hs:82)
ab' (Data/Graph/Inductive/Example.hs:82)
abb' (Data/Graph/Inductive/Example.hs:82)
dag3' (Data/Graph/Inductive/Example.hs:82)
e3' (Data/Graph/Inductive/Example.hs:83)
dag4' (Data/Graph/Inductive/Example.hs:84)
d1' (Data/Graph/Inductive/Example.hs:85)
d3' (Data/Graph/Inductive/Example.hs:85)
ucycle (Data/Graph/Inductive/Example.hs:104)
star (Data/Graph/Inductive/Example.hs:108)
ucycleM (Data/Graph/Inductive/Example.hs:111)
starM (Data/Graph/Inductive/Example.hs:115)
clr479 (Data/Graph/Inductive/Example.hs:119)
clr489 (Data/Graph/Inductive/Example.hs:119)
clr486 (Data/Graph/Inductive/Example.hs:120)
clr508 (Data/Graph/Inductive/Example.hs:121)
clr528 (Data/Graph/Inductive/Example.hs:121)
clr595 (Data/Graph/Inductive/Example.hs:122)
gr1 (Data/Graph/Inductive/Example.hs:122)
kin248 (Data/Graph/Inductive/Example.hs:123)
vor (Data/Graph/Inductive/Example.hs:124)
clr479' (Data/Graph/Inductive/Example.hs:159)
clr489' (Data/Graph/Inductive/Example.hs:159)
clr486' (Data/Graph/Inductive/Example.hs:160)
clr508' (Data/Graph/Inductive/Example.hs:161)
clr528' (Data/Graph/Inductive/Example.hs:161)
kin248' (Data/Graph/Inductive/Example.hs:162)
vor' (Data/Graph/Inductive/Example.hs:163)
100% ( 18 / 18) in 'Data.Graph.Inductive.Basic'
61% ( 23 / 38) in 'Data.Graph.Inductive.Query.DFS'
Missing documentation for:
CFun (Data/Graph/Inductive/Query/DFS.hs:63)
dfs' (Data/Graph/Inductive/Query/DFS.hs:99)
dff' (Data/Graph/Inductive/Query/DFS.hs:162)
dfsWith (Data/Graph/Inductive/Query/DFS.hs:93)
dfsWith' (Data/Graph/Inductive/Query/DFS.hs:96)
dffWith (Data/Graph/Inductive/Query/DFS.hs:156)
dffWith' (Data/Graph/Inductive/Query/DFS.hs:159)
udfs' (Data/Graph/Inductive/Query/DFS.hs:108)
udff' (Data/Graph/Inductive/Query/DFS.hs:178)
udffWith (Data/Graph/Inductive/Query/DFS.hs:172)
udffWith' (Data/Graph/Inductive/Query/DFS.hs:175)
rdff' (Data/Graph/Inductive/Query/DFS.hs:192)
rdfs' (Data/Graph/Inductive/Query/DFS.hs:116)
rdffWith (Data/Graph/Inductive/Query/DFS.hs:186)
rdffWith' (Data/Graph/Inductive/Query/DFS.hs:189)
50% ( 1 / 2) in 'Data.Graph.Inductive.Query.BCC'
Missing documentation for:
Module header
67% ( 2 / 3) in 'Data.Graph.Inductive.Query.Dominators'
Missing documentation for:
Module header
89% ( 8 / 9) in 'Data.Graph.Inductive.Query.GVD'
Missing documentation for:
LRTree (Data/Graph/Inductive/Internal/RootPath.hs:14)
100% ( 9 / 9) in 'Data.Graph.Inductive.Query.MaxFlow'
Warning: Data.Graph.Inductive.Query: Could not find documentation for exported module: Q
0% ( 0 / 1) in 'Data.Graph.Inductive.Query'
Missing documentation for:
Module header
Warning: Data.Graph.Inductive: Could not find documentation for exported module: I
67% ( 2 / 3) in 'Data.Graph.Inductive'
Missing documentation for:
Module header
Documentation created: dist/doc/html/fgl/index.html, dist/doc/html/fgl/fgl.txt
Creating package registration file:
/tmp/pkgConf-fgl-5.5.32147469841438792350.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/fgl-5.5.3.0-KO9F4uETTjy3vgLQ22ev7I
Registering fgl-5.5.3.0...
cabal: Leaving directory '/tmp/cabal-tmp-809/fgl-5.5.3.0'
Installed fgl-5.5.3.0
cabal: Entering directory '/tmp/cabal-tmp-809/utility-ht-0.0.12'
Configuring utility-ht-0.0.12...
Building utility-ht-0.0.12...
Preprocessing library utility-ht-0.0.12...
[ 1 of 31] Compiling Text.Show.HT ( src/Text/Show/HT.hs, dist/build/Text/Show/HT.o )
[ 2 of 31] Compiling Text.Read.HT ( src/Text/Read/HT.hs, dist/build/Text/Read/HT.o )
[ 3 of 31] Compiling Data.Tuple.Strict ( src/Data/Tuple/Strict.hs, dist/build/Data/Tuple/Strict.o )
[ 4 of 31] Compiling Data.Tuple.Lazy ( src/Data/Tuple/Lazy.hs, dist/build/Data/Tuple/Lazy.o )
[ 5 of 31] Compiling Data.Tuple.HT ( src/Data/Tuple/HT.hs, dist/build/Data/Tuple/HT.o )
[ 6 of 31] Compiling Data.Strictness.HT ( src/Data/Strictness/HT.hs, dist/build/Data/Strictness/HT.o )
[ 7 of 31] Compiling Data.Monoid.HT ( src/Data/Monoid/HT.hs, dist/build/Data/Monoid/HT.o )
[ 8 of 31] Compiling Data.Maybe.HT ( src/Data/Maybe/HT.hs, dist/build/Data/Maybe/HT.o )
[ 9 of 31] Compiling Data.List.Reverse.StrictSpine ( src/Data/List/Reverse/StrictSpine.hs, dist/build/Data/List/Reverse/StrictSpine.o )
[10 of 31] Compiling Data.String.HT ( src/Data/String/HT.hs, dist/build/Data/String/HT.o )
[11 of 31] Compiling Data.List.Reverse.StrictElement ( src/Data/List/Reverse/StrictElement.hs, dist/build/Data/List/Reverse/StrictElement.o )
[12 of 31] Compiling Data.Ix.Enum ( src/Data/Ix/Enum.hs, dist/build/Data/Ix/Enum.o )
[13 of 31] Compiling Data.Function.HT.Private ( src/Data/Function/HT/Private.hs, dist/build/Data/Function/HT/Private.o )
[14 of 31] Compiling Data.Function.HT ( src/Data/Function/HT.hs, dist/build/Data/Function/HT.o )
[15 of 31] Compiling Data.List.Key.Private ( src/Data/List/Key/Private.hs, dist/build/Data/List/Key/Private.o )
[16 of 31] Compiling Data.List.Key ( src/Data/List/Key.hs, dist/build/Data/List/Key.o )
[17 of 31] Compiling Data.Ord.HT ( src/Data/Ord/HT.hs, dist/build/Data/Ord/HT.o )
[18 of 31] Compiling Data.Eq.HT ( src/Data/Eq/HT.hs, dist/build/Data/Eq/HT.o )
[19 of 31] Compiling Data.Bool.HT.Private ( src/Data/Bool/HT/Private.hs, dist/build/Data/Bool/HT/Private.o )
[20 of 31] Compiling Data.Bool.HT ( src/Data/Bool/HT.hs, dist/build/Data/Bool/HT.o )
[21 of 31] Compiling Data.Bits.HT ( src/Data/Bits/HT.hs, dist/build/Data/Bits/HT.o )
[22 of 31] Compiling Control.Monad.HT ( src/Control/Monad/HT.hs, dist/build/Control/Monad/HT.o )
[23 of 31] Compiling Control.Functor.HT ( src/Control/Functor/HT.hs, dist/build/Control/Functor/HT.o )
[24 of 31] Compiling Data.List.Match.Private ( src/Data/List/Match/Private.hs, dist/build/Data/List/Match/Private.o )
[25 of 31] Compiling Data.List.HT.Private ( src/Data/List/HT/Private.hs, dist/build/Data/List/HT/Private.o )
[26 of 31] Compiling Data.List.HT ( src/Data/List/HT.hs, dist/build/Data/List/HT.o )
[27 of 31] Compiling Data.Record.HT.Private ( src/Data/Record/HT/Private.hs, dist/build/Data/Record/HT/Private.o )
[28 of 31] Compiling Data.Record.HT ( src/Data/Record/HT.hs, dist/build/Data/Record/HT.o )
[29 of 31] Compiling Data.Tuple.Example ( src/Data/Tuple/Example.hs, dist/build/Data/Tuple/Example.o )
[30 of 31] Compiling Data.List.Match ( src/Data/List/Match.hs, dist/build/Data/List/Match.o )
[31 of 31] Compiling Control.Applicative.HT ( src/Control/Applicative/HT.hs, dist/build/Control/Applicative/HT.o )
Running Haddock for utility-ht-0.0.12...
Running hscolour for utility-ht-0.0.12...
Preprocessing library utility-ht-0.0.12...
Preprocessing library utility-ht-0.0.12...
Haddock coverage:
33% ( 1 / 3) in 'Text.Show.HT'
Missing documentation for:
Module header
concatS (src/Text/Show/HT.hs:15)
40% ( 2 / 5) in 'Text.Read.HT'
Missing documentation for:
Module header
readMany (src/Text/Read/HT.hs:22)
maybeRead (src/Text/Read/HT.hs:29)
14% ( 2 / 14) in 'Data.Tuple.Strict'
Missing documentation for:
Module header
mapPair (src/Data/Tuple/Strict.hs:6)
mapFst (src/Data/Tuple/Strict.hs:10)
mapSnd (src/Data/Tuple/Strict.hs:14)
zipWithPair (src/Data/Tuple/Strict.hs:18)
swap (src/Data/Tuple/Strict.hs:23)
mapTriple (src/Data/Tuple/Strict.hs:30)
mapFst3 (src/Data/Tuple/Strict.hs:34)
mapSnd3 (src/Data/Tuple/Strict.hs:38)
mapThd3 (src/Data/Tuple/Strict.hs:42)
zipWithTriple (src/Data/Tuple/Strict.hs:46)
uncurry3 (src/Data/Tuple/Strict.hs:51)
33% ( 5 / 15) in 'Data.Tuple.Lazy'
Missing documentation for:
Module header
zipWithPair (src/Data/Tuple/Lazy.hs:36)
swap (src/Data/Tuple/Lazy.hs:41)
forcePair (src/Data/Tuple/Lazy.hs:45)
mapTriple (src/Data/Tuple/Lazy.hs:52)
mapFst3 (src/Data/Tuple/Lazy.hs:56)
mapSnd3 (src/Data/Tuple/Lazy.hs:60)
mapThd3 (src/Data/Tuple/Lazy.hs:64)
zipWithTriple (src/Data/Tuple/Lazy.hs:68)
uncurry3 (src/Data/Tuple/Lazy.hs:73)
28% ( 5 / 18) in 'Data.Tuple.HT'
Missing documentation for:
Module header
swap (src/Data/Tuple/Lazy.hs:41)
sortPair (src/Data/Tuple/HT.hs:41)
forcePair (src/Data/Tuple/Lazy.hs:45)
fst3 (src/Data/Tuple/HT.hs:26)
snd3 (src/Data/Tuple/HT.hs:30)
thd3 (src/Data/Tuple/HT.hs:34)
mapTriple (src/Data/Tuple/Lazy.hs:52)
mapFst3 (src/Data/Tuple/Lazy.hs:56)
mapSnd3 (src/Data/Tuple/Lazy.hs:60)
mapThd3 (src/Data/Tuple/Lazy.hs:64)
curry3 (src/Data/Tuple/HT.hs:38)
uncurry3 (src/Data/Tuple/Lazy.hs:73)
0% ( 0 / 6) in 'Data.Strictness.HT'
Missing documentation for:
Module header
arguments1 (src/Data/Strictness/HT.hs:4)
arguments2 (src/Data/Strictness/HT.hs:8)
arguments3 (src/Data/Strictness/HT.hs:12)
arguments4 (src/Data/Strictness/HT.hs:16)
arguments5 (src/Data/Strictness/HT.hs:20)
50% ( 2 / 4) in 'Data.Monoid.HT'
Missing documentation for:
Module header
when (src/Data/Monoid/HT.hs:26)
50% ( 2 / 4) in 'Data.Maybe.HT'
Missing documentation for:
Module header
alternatives (src/Data/Maybe/HT.hs:46)
100% ( 4 / 4) in 'Data.List.Reverse.StrictSpine'
50% ( 1 / 2) in 'Data.String.HT'
Missing documentation for:
Module header
100% ( 4 / 4) in 'Data.List.Reverse.StrictElement'
14% ( 1 / 7) in 'Data.Ix.Enum'
Missing documentation for:
range (src/Data/Ix/Enum.hs:27)
index (src/Data/Ix/Enum.hs:28)
unsafeIndex (src/Data/Ix/Enum.hs:29)
inRange (src/Data/Ix/Enum.hs:30)
rangeSize (src/Data/Ix/Enum.hs:31)
unsafeRangeSize (src/Data/Ix/Enum.hs:32)
75% ( 6 / 8) in 'Data.Function.HT.Private'
Missing documentation for:
Module header
propNest (src/Data/Function/HT/Private.hs:19)
75% ( 3 / 4) in 'Data.Function.HT'
Missing documentation for:
Module header
29% ( 5 / 17) in 'Data.List.Key.Private'
Missing documentation for:
Module header
attach (src/Data/List/Key/Private.hs:10)
aux (src/Data/List/Key/Private.hs:14)
aux' (src/Data/List/Key/Private.hs:21)
propGroup (src/Data/List/Key/Private.hs:47)
sort (src/Data/List/Key/Private.hs:59)
merge (src/Data/List/Key/Private.hs:62)
nub (src/Data/List/Key/Private.hs:69)
groupBy (src/Data/List/Key/Private.hs:75)
groupByNonEmpty (src/Data/List/Key/Private.hs:78)
groupByEmpty (src/Data/List/Key/Private.hs:92)
mergeBy (src/Data/List/Key/Private.hs:102)
57% ( 4 / 7) in 'Data.List.Key'
Missing documentation for:
nub (src/Data/List/Key/Private.hs:69)
sort (src/Data/List/Key/Private.hs:59)
merge (src/Data/List/Key/Private.hs:62)
50% ( 2 / 4) in 'Data.Ord.HT'
Missing documentation for:
Module header
comparing (src/Data/Ord/HT.hs:6)
0% ( 0 / 2) in 'Data.Eq.HT'
Missing documentation for:
Module header
equating (src/Data/Eq/HT.hs:6)
78% ( 7 / 9) in 'Data.Bool.HT.Private'
Missing documentation for:
Module header
zipIf (src/Data/Bool/HT/Private.hs:47)
83% ( 5 / 6) in 'Data.Bool.HT'
Missing documentation for:
Module header
67% ( 2 / 3) in 'Data.Bits.HT'
Missing documentation for:
Module header
35% ( 9 / 26) in 'Control.Monad.HT'
Missing documentation for:
Module header
void (src/Control/Monad/HT.hs:81)
for (src/Control/Monad/HT.hs:84)
map (src/Control/Monad/HT.hs:87)
zipWith (src/Control/Monad/HT.hs:90)
chain (src/Control/Monad/HT.hs:93)
filter (src/Control/Monad/HT.hs:97)
replicate (src/Control/Monad/HT.hs:100)
lift (src/Control/Monad/HT.hs:103)
lift2 (src/Control/Monad/HT.hs:106)
lift3 (src/Control/Monad/HT.hs:110)
lift4 (src/Control/Monad/HT.hs:114)
lift5 (src/Control/Monad/HT.hs:119)
liftJoin2 (src/Control/Monad/HT.hs:134)
liftJoin3 (src/Control/Monad/HT.hs:138)
liftJoin4 (src/Control/Monad/HT.hs:142)
liftJoin5 (src/Control/Monad/HT.hs:149)
25% ( 3 / 12) in 'Control.Functor.HT'
Missing documentation for:
Module header
void (src/Control/Functor/HT.hs:6)
map (src/Control/Functor/HT.hs:9)
for (src/Control/Functor/HT.hs:12)
mapFst (src/Control/Functor/HT.hs:32)
mapSnd (src/Control/Functor/HT.hs:35)
mapFst3 (src/Control/Functor/HT.hs:39)
mapSnd3 (src/Control/Functor/HT.hs:42)
mapThd3 (src/Control/Functor/HT.hs:45)
55% ( 11 / 20) in 'Data.List.Match.Private'
Missing documentation for:
Module header
dropRec (src/Data/List/Match/Private.hs:33)
drop0 (src/Data/List/Match/Private.hs:37)
drop1 (src/Data/List/Match/Private.hs:43)
drop2 (src/Data/List/Match/Private.hs:47)
laxTail0 (src/Data/List/Match/Private.hs:60)
splitAt (src/Data/List/Match/Private.hs:63)
takeRev (src/Data/List/Match/Private.hs:71)
dropRev (src/Data/List/Match/Private.hs:74)
47% ( 63 /135) in 'Data.List.HT.Private'
Missing documentation for:
Module header
inits98' (src/Data/List/HT/Private.hs:50)
tails' (src/Data/List/HT/Private.hs:67)
tails98 (src/Data/List/HT/Private.hs:70)
group (src/Data/List/HT/Private.hs:96)
chop' (src/Data/List/HT/Private.hs:176)
chopAtRun (src/Data/List/HT/Private.hs:185)
breakAfterRec (src/Data/List/HT/Private.hs:200)
breakAfterFoldr (src/Data/List/HT/Private.hs:214)
breakAfterBreak (src/Data/List/HT/Private.hs:221)
breakAfterTakeUntil (src/Data/List/HT/Private.hs:227)
segmentAfter' (src/Data/List/HT/Private.hs:259)
propSegmentAfterConcat (src/Data/List/HT/Private.hs:263)
propSegmentAfterNumSeps (src/Data/List/HT/Private.hs:267)
propSegmentAfterLasts (src/Data/List/HT/Private.hs:271)
propSegmentAfterInits (src/Data/List/HT/Private.hs:275)
propSegmentAfterInfinite (src/Data/List/HT/Private.hs:282)
segmentBefore' (src/Data/List/HT/Private.hs:303)
segmentBefore'' (src/Data/List/HT/Private.hs:313)
propSegmentBeforeConcat (src/Data/List/HT/Private.hs:323)
propSegmentBeforeNumSeps (src/Data/List/HT/Private.hs:327)
propSegmentBeforeHeads (src/Data/List/HT/Private.hs:331)
propSegmentBeforeTails (src/Data/List/HT/Private.hs:335)
propSegmentBeforeInfinite (src/Data/List/HT/Private.hs:339)
propSegmentBeforeGroupBy0 (src/Data/List/HT/Private.hs:343)
propSegmentBeforeGroupBy1 (src/Data/List/HT/Private.hs:347)
splitEverywhere (src/Data/List/HT/Private.hs:398)
propSplitLast (src/Data/List/HT/Private.hs:424)
propViewR (src/Data/List/HT/Private.hs:444)
switchL' (src/Data/List/HT/Private.hs:458)
propSwitchR (src/Data/List/HT/Private.hs:470)
dropWhileRev (src/Data/List/HT/Private.hs:500)
takeWhileRev0 (src/Data/List/HT/Private.hs:504)
maybeSuffixOf (src/Data/List/HT/Private.hs:541)
unzipEithers (src/Data/List/HT/Private.hs:571)
propSieve (src/Data/List/HT/Private.hs:590)
sliceHorizontal (src/Data/List/HT/Private.hs:599)
sliceHorizontal' (src/Data/List/HT/Private.hs:599)
sliceHorizontal'' (src/Data/List/HT/Private.hs:599)
sliceHorizontal''' (src/Data/List/HT/Private.hs:599)
propSliceHorizontal (src/Data/List/HT/Private.hs:613)
sliceVertical (src/Data/List/HT/Private.hs:620)
sliceVertical' (src/Data/List/HT/Private.hs:620)
propSliceVertical (src/Data/List/HT/Private.hs:629)
propSlice (src/Data/List/HT/Private.hs:633)
search (src/Data/List/HT/Private.hs:643)
replace (src/Data/List/HT/Private.hs:646)
markSublists (src/Data/List/HT/Private.hs:656)
replace' (src/Data/List/HT/Private.hs:666)
propReplaceId (src/Data/List/HT/Private.hs:670)
propReplaceCycle (src/Data/List/HT/Private.hs:674)
multiReplace (src/Data/List/HT/Private.hs:689)
multiReplace' (src/Data/List/HT/Private.hs:701)
propMultiReplaceSingle (src/Data/List/HT/Private.hs:711)
transposeFill (src/Data/List/HT/Private.hs:737)
unzipCons (src/Data/List/HT/Private.hs:743)
shear' (src/Data/List/HT/Private.hs:768)
zipConsSkew (src/Data/List/HT/Private.hs:795)
takeWhileMulti' (src/Data/List/HT/Private.hs:846)
propTakeWhileMulti (src/Data/List/HT/Private.hs:851)
propFoldl'r (src/Data/List/HT/Private.hs:879)
lengthAtLeast (src/Data/List/HT/Private.hs:901)
iterateUntilCycle (src/Data/List/HT/Private.hs:913)
iterateUntilCycleP (src/Data/List/HT/Private.hs:929)
pairs (src/Data/List/HT/Private.hs:936)
propRotate (src/Data/List/HT/Private.hs:955)
allEqual (src/Data/List/HT/Private.hs:972)
isAscending (src/Data/List/HT/Private.hs:975)
isAscendingLazy (src/Data/List/HT/Private.hs:978)
padLeft (src/Data/List/HT/Private.hs:1014)
padRight (src/Data/List/HT/Private.hs:1019)
padRight1 (src/Data/List/HT/Private.hs:1019)
72% ( 46 / 64) in 'Data.List.HT'
Missing documentation for:
Module header
group (src/Data/List/HT/Private.hs:96)
splitEverywhere (src/Data/List/HT/Private.hs:398)
dropWhileRev (src/Data/List/HT.hs:72)
takeWhileRev (src/Data/List/HT.hs:76)
maybeSuffixOf (src/Data/List/HT/Private.hs:541)
unzipEithers (src/Data/List/HT/Private.hs:571)
sliceHorizontal (src/Data/List/HT/Private.hs:599)
sliceVertical (src/Data/List/HT/Private.hs:620)
search (src/Data/List/HT/Private.hs:643)
replace (src/Data/List/HT/Private.hs:646)
multiReplace (src/Data/List/HT/Private.hs:689)
allEqual (src/Data/List/HT/Private.hs:972)
isAscending (src/Data/List/HT/Private.hs:975)
isAscendingLazy (src/Data/List/HT/Private.hs:978)
padLeft (src/Data/List/HT/Private.hs:1014)
padRight (src/Data/List/HT/Private.hs:1019)
lengthAtLeast (src/Data/List/HT/Private.hs:901)
40% ( 2 / 5) in 'Data.Record.HT.Private'
Missing documentation for:
Module header
compare1 (src/Data/Record/HT/Private.hs:19)
compare2 (src/Data/Record/HT/Private.hs:24)
67% ( 2 / 3) in 'Data.Record.HT'
Missing documentation for:
Module header
0% ( 0 / 8) in 'Data.Tuple.Example'
Missing documentation for:
Module header
partitionLazy (src/Data/Tuple/Example.hs:9)
partitionStrict (src/Data/Tuple/Example.hs:15)
mainPartitionRuns (src/Data/Tuple/Example.hs:22)
mainPartitionBlocks (src/Data/Tuple/Example.hs:26)
printSomeChars (src/Data/Tuple/Example.hs:32)
mainMemoryOk (src/Data/Tuple/Example.hs:35)
mainMemoryLeak (src/Data/Tuple/Example.hs:39)
64% ( 7 / 11) in 'Data.List.Match'
Missing documentation for:
Module header
splitAt (src/Data/List/Match/Private.hs:63)
takeRev (src/Data/List/Match/Private.hs:71)
dropRev (src/Data/List/Match/Private.hs:74)
0% ( 0 / 6) in 'Control.Applicative.HT'
Missing documentation for:
Module header
mapPair (src/Control/Applicative/HT.hs:7)
mapTriple (src/Control/Applicative/HT.hs:10)
liftA4 (src/Control/Applicative/HT.hs:16)
liftA5 (src/Control/Applicative/HT.hs:22)
liftA6 (src/Control/Applicative/HT.hs:28)
Documentation created: dist/doc/html/utility-ht/index.html,
dist/doc/html/utility-ht/utility-ht.txt
Creating package registration file:
/tmp/pkgConf-utility-ht-0.01748806355826047641.12
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/utility-ht-0.0.12-IQc75ZjtSJC6jKWDjW00eb
Registering utility-ht-0.0.12...
cabal: Leaving directory '/tmp/cabal-tmp-809/utility-ht-0.0.12'
Installed utility-ht-0.0.12
cabal: Entering directory '/tmp/cabal-tmp-809/cabal-sort-0.0.5.3'
Configuring cabal-sort-0.0.5.3...
Building cabal-sort-0.0.5.3...
Preprocessing executable 'cabal-sort' for cabal-sort-0.0.5.3...
[1 of 1] Compiling Main ( src/CabalSort.hs, dist/build/cabal-sort/cabal-sort-tmp/Main.o )
Linking dist/build/cabal-sort/cabal-sort ...
Preprocessing executable 'ghc-pkg-dep' for cabal-sort-0.0.5.3...
[1 of 1] Compiling Main ( src/GhcPkgDep.hs, dist/build/ghc-pkg-dep/ghc-pkg-dep-tmp/Main.o )
Linking dist/build/ghc-pkg-dep/ghc-pkg-dep ...
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables, --tests or --benchmarks
flags.
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.
cabal: Leaving directory '/tmp/cabal-tmp-809/cabal-sort-0.0.5.3'
Installed cabal-sort-0.0.5.3
Test log
No test log was submitted for this report.