Build #1 for Paraiso-0.3.1.5

[all reports]

Package Paraiso-0.3.1.5
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-12-03 03:15:59.042158 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies vector-0.11.0.0, typelevel-tensor-0.2.1, text-1.2.1.3, random-1.1, numeric-prelude-0.4.2, mtl-2.2.1, filepath-1.4.0.0, fgl-5.5.2.3, failure-0.2.0.3, directory-1.2.2.0, containers-0.5.6.2, base-4.8.1.0, array-0.5.1.0
Flags test

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring failure-0.2.0.3...
Building failure-0.2.0.3...
Preprocessing library failure-0.2.0.3...
[1 of 1] Compiling Control.Failure  ( Control/Failure.hs, dist/build/Control/Failure.o )

Control/Failure.hs:27:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead
In-place registering failure-0.2.0.3...
Running Haddock for failure-0.2.0.3...
Running hscolour for failure-0.2.0.3...
Preprocessing library failure-0.2.0.3...
Preprocessing library failure-0.2.0.3...

Control/Failure.hs:27:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead
Haddock coverage:
  80% (  4 /  5) in 'Control.Failure'
  Missing documentation for:
    Failure (Control/Failure.hs:30)
Documentation created: dist/doc/html/failure/index.html,
dist/doc/html/failure/failure.txt
Creating package registration file:
/tmp/pkgConf-failure-0.2.0278722862233665123.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/failure-0.2.0.3-4iukFfiVmHd7ng5jLn2eiu
Registering failure-0.2.0.3...
Installed failure-0.2.0.3
Configuring fgl-5.5.2.3...
Building fgl-5.5.2.3...
Preprocessing library fgl-5.5.2.3...
[ 1 of 28] Compiling Paths_fgl        ( dist/build/autogen/Paths_fgl.hs, dist/build/Paths_fgl.o )
[ 2 of 28] Compiling Data.Graph.Inductive.Internal.Thread ( Data/Graph/Inductive/Internal/Thread.hs, dist/build/Data/Graph/Inductive/Internal/Thread.o )
[ 3 of 28] Compiling Data.Graph.Inductive.Graph ( Data/Graph/Inductive/Graph.hs, dist/build/Data/Graph/Inductive/Graph.o )
[ 4 of 28] Compiling Data.Graph.Inductive.Basic ( Data/Graph/Inductive/Basic.hs, dist/build/Data/Graph/Inductive/Basic.o )
[ 5 of 28] Compiling Data.Graph.Inductive.PatriciaTree ( Data/Graph/Inductive/PatriciaTree.hs, dist/build/Data/Graph/Inductive/PatriciaTree.o )
[ 6 of 28] Compiling Data.Graph.Inductive.Monad ( Data/Graph/Inductive/Monad.hs, dist/build/Data/Graph/Inductive/Monad.o )
[ 7 of 28] Compiling Data.Graph.Inductive.Monad.IOArray ( Data/Graph/Inductive/Monad/IOArray.hs, dist/build/Data/Graph/Inductive/Monad/IOArray.o )
[ 8 of 28] Compiling Data.Graph.Inductive.Example ( Data/Graph/Inductive/Example.hs, dist/build/Data/Graph/Inductive/Example.o )
[ 9 of 28] Compiling Data.Graph.Inductive.NodeMap ( Data/Graph/Inductive/NodeMap.hs, dist/build/Data/Graph/Inductive/NodeMap.o )
[10 of 28] Compiling Data.Graph.Inductive.Query.ArtPoint ( Data/Graph/Inductive/Query/ArtPoint.hs, dist/build/Data/Graph/Inductive/Query/ArtPoint.o )
[11 of 28] Compiling Data.Graph.Inductive.Query.DFS ( Data/Graph/Inductive/Query/DFS.hs, dist/build/Data/Graph/Inductive/Query/DFS.o )
[12 of 28] Compiling Data.Graph.Inductive.Query.BCC ( Data/Graph/Inductive/Query/BCC.hs, dist/build/Data/Graph/Inductive/Query/BCC.o )
[13 of 28] Compiling Data.Graph.Inductive.Query.Dominators ( Data/Graph/Inductive/Query/Dominators.hs, dist/build/Data/Graph/Inductive/Query/Dominators.o )
[14 of 28] Compiling Data.Graph.Inductive.Query.Indep ( Data/Graph/Inductive/Query/Indep.hs, dist/build/Data/Graph/Inductive/Query/Indep.o )
[15 of 28] Compiling Data.Graph.Inductive.Query.Monad ( Data/Graph/Inductive/Query/Monad.hs, dist/build/Data/Graph/Inductive/Query/Monad.o )
[16 of 28] Compiling Data.Graph.Inductive.Query.TransClos ( Data/Graph/Inductive/Query/TransClos.hs, dist/build/Data/Graph/Inductive/Query/TransClos.o )
[17 of 28] Compiling Data.Graph.Inductive.Tree ( Data/Graph/Inductive/Tree.hs, dist/build/Data/Graph/Inductive/Tree.o )
[18 of 28] Compiling Data.Graph.Inductive.Internal.RootPath ( Data/Graph/Inductive/Internal/RootPath.hs, dist/build/Data/Graph/Inductive/Internal/RootPath.o )
[19 of 28] Compiling Data.Graph.Inductive.Internal.Queue ( Data/Graph/Inductive/Internal/Queue.hs, dist/build/Data/Graph/Inductive/Internal/Queue.o )
[20 of 28] Compiling Data.Graph.Inductive.Query.BFS ( Data/Graph/Inductive/Query/BFS.hs, dist/build/Data/Graph/Inductive/Query/BFS.o )
[21 of 28] Compiling Data.Graph.Inductive.Query.MaxFlow ( Data/Graph/Inductive/Query/MaxFlow.hs, dist/build/Data/Graph/Inductive/Query/MaxFlow.o )
[22 of 28] Compiling Data.Graph.Inductive.Query.MaxFlow2 ( Data/Graph/Inductive/Query/MaxFlow2.hs, dist/build/Data/Graph/Inductive/Query/MaxFlow2.o )
[23 of 28] Compiling Data.Graph.Inductive.Internal.Heap ( Data/Graph/Inductive/Internal/Heap.hs, dist/build/Data/Graph/Inductive/Internal/Heap.o )
[24 of 28] Compiling Data.Graph.Inductive.Query.MST ( Data/Graph/Inductive/Query/MST.hs, dist/build/Data/Graph/Inductive/Query/MST.o )
[25 of 28] Compiling Data.Graph.Inductive.Query.SP ( Data/Graph/Inductive/Query/SP.hs, dist/build/Data/Graph/Inductive/Query/SP.o )
[26 of 28] Compiling Data.Graph.Inductive.Query.GVD ( Data/Graph/Inductive/Query/GVD.hs, dist/build/Data/Graph/Inductive/Query/GVD.o )
[27 of 28] Compiling Data.Graph.Inductive.Query ( Data/Graph/Inductive/Query.hs, dist/build/Data/Graph/Inductive/Query.o )
[28 of 28] Compiling Data.Graph.Inductive ( Data/Graph/Inductive.hs, dist/build/Data/Graph/Inductive.o )
In-place registering fgl-5.5.2.3...
Running Haddock for fgl-5.5.2.3...
Running hscolour for fgl-5.5.2.3...
Preprocessing library fgl-5.5.2.3...
Preprocessing library fgl-5.5.2.3...
Haddock coverage:
   0% (  0 /  8) in 'Paths_fgl'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_fgl.hs:15)
    getBinDir (dist/build/autogen/Paths_fgl.hs:25)
    getLibDir (dist/build/autogen/Paths_fgl.hs:25)
    getDataDir (dist/build/autogen/Paths_fgl.hs:25)
    getLibexecDir (dist/build/autogen/Paths_fgl.hs:25)
    getDataFileName (dist/build/autogen/Paths_fgl.hs:32)
    getSysconfDir (dist/build/autogen/Paths_fgl.hs:25)
  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)
  97% ( 94 / 97) in 'Data.Graph.Inductive.Graph'
  Missing documentation for:
    MContext (Data/Graph/Inductive/Graph.hs:113)
    DynGraph (Data/Graph/Inductive/Graph.hs:174)
    equal (Data/Graph/Inductive/Graph.hs:486)
 100% ( 18 / 18) in 'Data.Graph.Inductive.Basic'
  33% (  1 /  3) in 'Data.Graph.Inductive.PatriciaTree'
  Missing documentation for:
    Gr (Data/Graph/Inductive/PatriciaTree.hs:49)
    UGr (Data/Graph/Inductive/PatriciaTree.hs:57)
  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:95)
    emptyN (Data/Graph/Inductive/Monad/IOArray.hs:98)
  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)
  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)
  50% (  1 /  2) in 'Data.Graph.Inductive.Query.ArtPoint'
  Missing documentation for:
    Module header
  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
 100% (  3 /  3) in 'Data.Graph.Inductive.Query.Indep'
  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)
  50% (  1 /  2) 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:35)
    UGr (Data/Graph/Inductive/Tree.hs:43)
  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)
  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)
  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% (  9 /  9) in 'Data.Graph.Inductive.Query.MaxFlow'
  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)
  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)
  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)
  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)
  89% (  8 /  9) in 'Data.Graph.Inductive.Query.GVD'
  Missing documentation for:
    LRTree (Data/Graph/Inductive/Internal/RootPath.hs:14)
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.27523927541474612399.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/fgl-5.5.2.3-5kh7Ffsnjax0Ppv4qaraEf
Registering fgl-5.5.2.3...
Installed fgl-5.5.2.3
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
  75% (  3 /  4) in 'Control.Monad.Writer.Class'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
 100% (  5 /  5) in 'Control.Monad.State.Class'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
  Missing documentation for:
    MonadRWS (Control/Monad/RWS/Class.hs:44)
 100% (  4 /  4) in 'Control.Monad.Identity'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
 100% (  3 /  3) in 'Control.Monad.Trans'
  93% ( 14 / 15) in 'Control.Monad.Error'
  Missing documentation for:
    runErrorT
 100% ( 19 / 19) in 'Control.Monad.Except'
 100% (  5 /  5) in 'Control.Monad.List'
  95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
  Missing documentation for:
    runRWST
 100% (  2 /  2) in 'Control.Monad.RWS'
  96% ( 22 / 23) in 'Control.Monad.Reader'
  Missing documentation for:
    runReaderT
  95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
  Missing documentation for:
    runRWST
  96% ( 24 / 25) in 'Control.Monad.State.Lazy'
  Missing documentation for:
    runStateT
 100% (  2 /  2) in 'Control.Monad.State'
  96% ( 24 / 25) in 'Control.Monad.State.Strict'
  Missing documentation for:
    runStateT
  89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
    runWriterT
 100% (  2 /  2) in 'Control.Monad.Writer'
  94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
  91% ( 20 / 22) in 'Control.Monad.Cont'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
    runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.213281043391380171692.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
Registering mtl-2.2.1...
Installed mtl-2.2.1
Configuring 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:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

Control/Monad/Primitive.hs:100:11: Warning:
    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:
    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:
    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 )
In-place registering primitive-0.6.1.0...
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:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

Control/Monad/Primitive.hs:100:11: Warning:
    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:
    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:
    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'
Documentation created: dist/doc/html/primitive/index.html,
dist/doc/html/primitive/primitive.txt
Creating package registration file:
/tmp/pkgConf-primitive-0.6.11994118982064945486.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/primitive-0.6.1.0-5Jnw7oEuYtM9dmKXelGXVb
Registering primitive-0.6.1.0...
Installed primitive-0.6.1.0
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: Tab character

System/Random.hs:45:1: Warning: Tab character

System/Random.hs:47:1: Warning: Tab character

System/Random.hs:53:1: Warning: Tab character

System/Random.hs:55:1: Warning: Tab character

System/Random.hs:56:1: Warning: Tab character

System/Random.hs:57:1: Warning: Tab character

System/Random.hs:59:1: Warning: Tab character

System/Random.hs:61:1: Warning: Tab character

System/Random.hs:63:1: Warning: Tab character

System/Random.hs:64:1: Warning: Tab character

System/Random.hs:65:1: Warning: Tab character

System/Random.hs:66:1: Warning: Tab character

System/Random.hs:68:1: Warning: Tab character

System/Random.hs:69:1: Warning: Tab character

System/Random.hs:70:1: Warning: Tab character

System/Random.hs:71:1: Warning: Tab character

System/Random.hs:73:1: Warning: Tab character

System/Random.hs:74:1: Warning: Tab character

System/Random.hs:76:1: Warning: Tab character

System/Random.hs:90:22: Warning: Tab character

System/Random.hs:91:17: Warning: Tab character

System/Random.hs:94:17: Warning: Tab character

System/Random.hs:102:15: Warning: Tab character

System/Random.hs:240:1: Warning: Tab character

System/Random.hs:241:1: Warning: Tab character

System/Random.hs:249:1: Warning: Tab character

System/Random.hs:269:1: Warning: Tab character

System/Random.hs:270:1: Warning: Tab character

System/Random.hs:271:1: Warning: Tab character

System/Random.hs:272:1: Warning: Tab character

System/Random.hs:273:1: Warning: Tab character

System/Random.hs:326:11: Warning: Tab character

System/Random.hs:343:11: Warning: Tab character

System/Random.hs:384:11: Warning: Tab character

System/Random.hs:395:1: Warning: Tab character

System/Random.hs:396:1: Warning: Tab character

System/Random.hs:396:20: Warning: Tab character

System/Random.hs:397:1: Warning: Tab character

System/Random.hs:397:20: Warning: Tab character

System/Random.hs:399:11: Warning: Tab character

System/Random.hs:406:1: Warning: Tab character

System/Random.hs:415:1: Warning: Tab character

System/Random.hs:428:1: Warning: Tab character

System/Random.hs:429:1: Warning: Tab character

System/Random.hs:430:1: Warning: Tab character

System/Random.hs:440:3: Warning: Tab character

System/Random.hs:502:1: Warning: Tab character

System/Random.hs:503:1: Warning: Tab character

System/Random.hs:504:1: Warning: Tab character

System/Random.hs:506:1: Warning: Tab character

System/Random.hs:507:1: Warning: Tab character

System/Random.hs:508:1: Warning: Tab character

System/Random.hs:519:1: Warning: Tab character

System/Random.hs:519:14: Warning: Tab character

System/Random.hs:520:1: Warning: Tab character

System/Random.hs:522:1: Warning: Tab character

System/Random.hs:523:1: Warning: Tab character

System/Random.hs:524:1: Warning: Tab character

System/Random.hs:526:1: Warning: Tab character

System/Random.hs:527:1: Warning: Tab character

System/Random.hs:528:1: Warning: Tab character
In-place registering random-1.1...
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: Tab character

System/Random.hs:45:1: Warning: Tab character

System/Random.hs:47:1: Warning: Tab character

System/Random.hs:53:1: Warning: Tab character

System/Random.hs:55:1: Warning: Tab character

System/Random.hs:56:1: Warning: Tab character

System/Random.hs:57:1: Warning: Tab character

System/Random.hs:59:1: Warning: Tab character

System/Random.hs:61:1: Warning: Tab character

System/Random.hs:63:1: Warning: Tab character

System/Random.hs:64:1: Warning: Tab character

System/Random.hs:65:1: Warning: Tab character

System/Random.hs:66:1: Warning: Tab character

System/Random.hs:68:1: Warning: Tab character

System/Random.hs:69:1: Warning: Tab character

System/Random.hs:70:1: Warning: Tab character

System/Random.hs:71:1: Warning: Tab character

System/Random.hs:73:1: Warning: Tab character

System/Random.hs:74:1: Warning: Tab character

System/Random.hs:76:1: Warning: Tab character

System/Random.hs:90:22: Warning: Tab character

System/Random.hs:91:17: Warning: Tab character

System/Random.hs:94:17: Warning: Tab character

System/Random.hs:102:15: Warning: Tab character

System/Random.hs:240:1: Warning: Tab character

System/Random.hs:241:1: Warning: Tab character

System/Random.hs:249:1: Warning: Tab character

System/Random.hs:269:1: Warning: Tab character

System/Random.hs:270:1: Warning: Tab character

System/Random.hs:271:1: Warning: Tab character

System/Random.hs:272:1: Warning: Tab character

System/Random.hs:273:1: Warning: Tab character

System/Random.hs:326:11: Warning: Tab character

System/Random.hs:343:11: Warning: Tab character

System/Random.hs:384:11: Warning: Tab character

System/Random.hs:395:1: Warning: Tab character

System/Random.hs:396:1: Warning: Tab character

System/Random.hs:396:20: Warning: Tab character

System/Random.hs:397:1: Warning: Tab character

System/Random.hs:397:20: Warning: Tab character

System/Random.hs:399:11: Warning: Tab character

System/Random.hs:406:1: Warning: Tab character

System/Random.hs:415:1: Warning: Tab character

System/Random.hs:428:1: Warning: Tab character

System/Random.hs:429:1: Warning: Tab character

System/Random.hs:430:1: Warning: Tab character

System/Random.hs:440:3: Warning: Tab character

System/Random.hs:502:1: Warning: Tab character

System/Random.hs:503:1: Warning: Tab character

System/Random.hs:504:1: Warning: Tab character

System/Random.hs:506:1: Warning: Tab character

System/Random.hs:507:1: Warning: Tab character

System/Random.hs:508:1: Warning: Tab character

System/Random.hs:519:1: Warning: Tab character

System/Random.hs:519:14: Warning: Tab character

System/Random.hs:520:1: Warning: Tab character

System/Random.hs:522:1: Warning: Tab character

System/Random.hs:523:1: Warning: Tab character

System/Random.hs:524:1: Warning: Tab character

System/Random.hs:526:1: Warning: Tab character

System/Random.hs:527:1: Warning: Tab character

System/Random.hs:528:1: Warning: Tab character
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-1951426815813274570.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/random-1.1-1z8Ujelqc6aKgvPnbRUKkP
Registering random-1.1...
Installed random-1.1
Configuring text-1.2.1.3...
Building text-1.2.1.3...
Preprocessing library text-1.2.1.3...
[ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )

Data/Text/Internal/Read.hs:21:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 2 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 3 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 4 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 5 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )

Data/Text/Encoding/Error.hs:3:14: Warning:
    ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe!
[ 6 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 7 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 8 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 9 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[10 of 44] Compiling Data.Text.Array  ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[18 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[19 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[20 of 44] Compiling Data.Text.Show   ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[21 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[22 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[24 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[25 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[26 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 44] Compiling Data.Text        ( Data/Text.hs, dist/build/Data/Text.o )
[29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[30 of 44] Compiling Data.Text.IO     ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )

Data/Text/Lazy/Encoding.hs:65:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[36 of 44] Compiling Data.Text.Lazy   ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )
[37 of 44] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o )

Data/Text/Internal/Builder.hs:61:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[38 of 44] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[39 of 44] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o )

Data/Text/Internal/Builder/Functions.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )

Data/Text/Lazy/Builder/Int.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Lazy/Builder/Int.hs:30:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Text/Lazy/Builder/Int.hs:32:1: Warning:
    The import of ‘GHC.Num’ is redundant
      except perhaps to import instances from ‘GHC.Num’
    To import instances alone, use: import GHC.Num()
[41 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[42 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )

Data/Text/Lazy/Read.hs:3:14: Warning:
    ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe!

Data/Text/Lazy/Read.hs:32:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[43 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[44 of 44] Compiling Data.Text.Read   ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )

Data/Text/Read.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
In-place registering text-1.2.1.3...
Running Haddock for text-1.2.1.3...
Running hscolour for text-1.2.1.3...
Preprocessing library text-1.2.1.3...
Preprocessing library text-1.2.1.3...

Data/Text/Internal/Read.hs:21:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Data/Text/Encoding/Error.hs:3:14: Warning:
    ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe!

Data/Text/Lazy/Encoding.hs:65:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Internal/Builder.hs:61:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Internal/Builder/Functions.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Lazy/Builder/Int.hs:24:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Text/Lazy/Builder/Int.hs:30:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Text/Lazy/Builder/Int.hs:32:1: Warning:
    The import of ‘GHC.Num’ is redundant
      except perhaps to import instances from ‘GHC.Num’
    To import instances alone, use: import GHC.Num()

Data/Text/Lazy/Read.hs:3:14: Warning:
    ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe!

Data/Text/Lazy/Read.hs:32:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Text/Read.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
Haddock coverage:
  14% (  1 /  7) in 'Data.Text.Internal.Read'
  Missing documentation for:
    IReader (Data/Text/Internal/Read.hs:26)
    IParser (Data/Text/Internal/Read.hs:28)
    T (Data/Text/Internal/Read.hs:48)
    digitToInt (Data/Text/Internal/Read.hs:61)
    hexDigitToInt (Data/Text/Internal/Read.hs:55)
    perhaps (Data/Text/Internal/Read.hs:50)
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  Missing documentation for:
    validate (Data/Text/Internal/Encoding/Utf32.hs:24)
  50% (  1 /  2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
  Missing documentation for:
    roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17)
   0% (  0 /  2) in 'Data.Text.Internal.Builder.Int.Digits'
  Missing documentation for:
    Module header
    digits (Data/Text/Internal/Builder/Int/Digits.hs:21)
 100% ( 12 / 12) in 'Data.Text.Encoding.Error'
 100% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
  25% (  1 /  4) in 'Data.Text.Internal.Encoding.Utf16'
  Missing documentation for:
    chr2 (Data/Text/Internal/Encoding/Utf16.hs:29)
    validate1 (Data/Text/Internal/Encoding/Utf16.hs:38)
    validate2 (Data/Text/Internal/Encoding/Utf16.hs:42)
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
 100% ( 16 / 16) in 'Data.Text.Array'
  33% (  2 /  6) in 'Data.Text.Internal.Unsafe.Char'
  Missing documentation for:
    ord (Data/Text/Internal/Unsafe/Char.hs:39)
    unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43)
    unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47)
    unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51)
  95% ( 19 / 20) in 'Data.Text.Internal'
  Missing documentation for:
    textP (Data/Text/Internal.hs:97)
  38% (  5 / 13) in 'Data.Text.Internal.Fusion.Size'
  Missing documentation for:
    Size (Data/Text/Internal/Fusion/Size.hs:40)
    exactly (Data/Text/Internal/Fusion/Size.hs:44)
    exactSize (Data/Text/Internal/Fusion/Size.hs:49)
    maxSize (Data/Text/Internal/Fusion/Size.hs:57)
    betweenSize (Data/Text/Internal/Fusion/Size.hs:65)
    unknownSize (Data/Text/Internal/Fusion/Size.hs:74)
    compareSize (Data/Text/Internal/Fusion/Size.hs:143)
    isEmpty (Data/Text/Internal/Fusion/Size.hs:151)
  88% (  7 /  8) in 'Data.Text.Internal.Fusion.Types'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
   0% (  0 /  5) in 'Data.Text.Internal.Fusion.CaseMapping'
  Missing documentation for:
    Module header
    upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13)
    lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220)
    titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225)
    foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324)
  89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
  Missing documentation for:
    singleton (Data/Text/Internal/Fusion/Common.hs:119)
    streamList (Data/Text/Internal/Fusion/Common.hs:125)
    unstreamList (Data/Text/Internal/Fusion/Common.hs:131)
    intercalate (Data/Text/Internal/Fusion/Common.hs:577)
    justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479)
    scanl (Data/Text/Internal/Fusion/Common.hs:656)
    replicateCharI (Data/Text/Internal/Fusion/Common.hs:671)
    replicateI (Data/Text/Internal/Fusion/Common.hs:682)
  93% ( 13 / 14) in 'Data.Text.Unsafe'
  Missing documentation for:
    Iter (Data/Text/Unsafe.hs:62)
  33% (  1 /  3) in 'Data.Text.Internal.Private'
  Missing documentation for:
    runText (Data/Text/Internal/Private.hs:33)
    span_ (Data/Text/Internal/Private.hs:23)
  91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
    length (Data/Text/Internal/Fusion.hs:127)
 100% (  4 /  4) in 'Data.Text.Show'
  33% (  2 /  6) in 'Data.Text.Internal.Encoding.Fusion.Common'
  Missing documentation for:
    restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63)
    restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39)
    restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106)
    restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87)
  17% (  2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
  Missing documentation for:
    ord2 (Data/Text/Internal/Encoding/Utf8.hs:58)
    ord3 (Data/Text/Internal/Encoding/Utf8.hs:69)
    ord4 (Data/Text/Internal/Encoding/Utf8.hs:81)
    chr2 (Data/Text/Internal/Encoding/Utf8.hs:94)
    chr3 (Data/Text/Internal/Encoding/Utf8.hs:103)
    chr4 (Data/Text/Internal/Encoding/Utf8.hs:114)
    validate1 (Data/Text/Internal/Encoding/Utf8.hs:128)
    validate2 (Data/Text/Internal/Encoding/Utf8.hs:132)
    validate3 (Data/Text/Internal/Encoding/Utf8.hs:136)
    validate4 (Data/Text/Internal/Encoding/Utf8.hs:153)
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
  Missing documentation for:
    streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Search'
 100% ( 18 / 18) in 'Data.Text.Foreign'
 100% (126 /126) in 'Data.Text'
 100% (  3 /  3) in 'Data.Text.Internal.IO'
 100% ( 20 / 20) in 'Data.Text.IO'
  93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
 100% (  8 /  8) in 'Data.Text.Internal.Lazy.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Lazy.Search'
 100% (  2 /  2) in 'Data.Text.Lazy.Internal'
  89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
  Missing documentation for:
    encodeUtf8 (Data/Text/Lazy/Encoding.hs:148)
    encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162)
    encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167)
  99% (127 /128) in 'Data.Text.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
  94% ( 16 / 17) in 'Data.Text.Internal.Builder'
  Missing documentation for:
    append' (Data/Text/Internal/Builder.hs:288)
 100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
 100% (  3 /  3) in 'Data.Text.Internal.Builder.Functions'
   0% (  0 /  3) in 'Data.Text.Lazy.Builder.Int'
  Missing documentation for:
    Module header
    decimal (Data/Text/Lazy/Builder/Int.hs:52)
    hexadecimal (Data/Text/Lazy/Builder/Int.hs:162)
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  Missing documentation for:
    formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
    findIndicesI
Warning: Data.Text.Unsafe: could not find link destinations for:
    bracket
Warning: Data.Text: could not find link destinations for:
    replicateChar countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
    Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
    replicateChar dropWords splitAtWord countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
    empty append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
    floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file:
/tmp/pkgConf-text-1.2.19819146931375179334.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/text-1.2.1.3-1l1AN4I48k37RaQ6fm6CEh
Registering text-1.2.1.3...
Installed text-1.2.1.3
Configuring utility-ht-0.0.11...
Building utility-ht-0.0.11...
Preprocessing library utility-ht-0.0.11...
[ 1 of 27] Compiling Text.Show.HT     ( src/Text/Show/HT.hs, dist/build/Text/Show/HT.o )
[ 2 of 27] Compiling Text.Read.HT     ( src/Text/Read/HT.hs, dist/build/Text/Read/HT.o )
[ 3 of 27] Compiling Data.Strictness.HT ( src/Data/Strictness/HT.hs, dist/build/Data/Strictness/HT.o )
[ 4 of 27] Compiling Control.Monad.HT ( src/Control/Monad/HT.hs, dist/build/Control/Monad/HT.o )
[ 5 of 27] Compiling Data.Tuple.Strict ( src/Data/Tuple/Strict.hs, dist/build/Data/Tuple/Strict.o )
[ 6 of 27] Compiling Data.Tuple.Lazy  ( src/Data/Tuple/Lazy.hs, dist/build/Data/Tuple/Lazy.o )
[ 7 of 27] Compiling Data.Tuple.HT    ( src/Data/Tuple/HT.hs, dist/build/Data/Tuple/HT.o )
[ 8 of 27] Compiling Control.Functor.HT ( src/Control/Functor/HT.hs, dist/build/Control/Functor/HT.o )
[ 9 of 27] Compiling Data.Monoid.HT   ( src/Data/Monoid/HT.hs, dist/build/Data/Monoid/HT.o )
[10 of 27] Compiling Data.Maybe.HT    ( src/Data/Maybe/HT.hs, dist/build/Data/Maybe/HT.o )
[11 of 27] Compiling Data.Ix.Enum     ( src/Data/Ix/Enum.hs, dist/build/Data/Ix/Enum.o )
[12 of 27] Compiling Data.Function.HT.Private ( src/Data/Function/HT/Private.hs, dist/build/Data/Function/HT/Private.o )
[13 of 27] Compiling Data.Function.HT ( src/Data/Function/HT.hs, dist/build/Data/Function/HT.o )
[14 of 27] Compiling Data.List.Key.Private ( src/Data/List/Key/Private.hs, dist/build/Data/List/Key/Private.o )
[15 of 27] Compiling Data.List.Key    ( src/Data/List/Key.hs, dist/build/Data/List/Key.o )
[16 of 27] Compiling Data.Ord.HT      ( src/Data/Ord/HT.hs, dist/build/Data/Ord/HT.o )
[17 of 27] Compiling Data.Eq.HT       ( src/Data/Eq/HT.hs, dist/build/Data/Eq/HT.o )
[18 of 27] Compiling Data.Bool.HT.Private ( src/Data/Bool/HT/Private.hs, dist/build/Data/Bool/HT/Private.o )
[19 of 27] Compiling Data.Bool.HT     ( src/Data/Bool/HT.hs, dist/build/Data/Bool/HT.o )
[20 of 27] Compiling Data.List.Match.Private ( src/Data/List/Match/Private.hs, dist/build/Data/List/Match/Private.o )
[21 of 27] Compiling Data.List.HT.Private ( src/Data/List/HT/Private.hs, dist/build/Data/List/HT/Private.o )
[22 of 27] Compiling Data.List.HT     ( src/Data/List/HT.hs, dist/build/Data/List/HT.o )
[23 of 27] Compiling Data.Record.HT.Private ( src/Data/Record/HT/Private.hs, dist/build/Data/Record/HT/Private.o )

src/Data/Record/HT/Private.hs:3:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[24 of 27] Compiling Data.Record.HT   ( src/Data/Record/HT.hs, dist/build/Data/Record/HT.o )
[25 of 27] Compiling Data.String.HT   ( src/Data/String/HT.hs, dist/build/Data/String/HT.o )
[26 of 27] Compiling Data.Tuple.Example ( src/Data/Tuple/Example.hs, dist/build/Data/Tuple/Example.o )
[27 of 27] Compiling Data.List.Match  ( src/Data/List/Match.hs, dist/build/Data/List/Match.o )
In-place registering utility-ht-0.0.11...
Running Haddock for utility-ht-0.0.11...
Running hscolour for utility-ht-0.0.11...
Preprocessing library utility-ht-0.0.11...
Preprocessing library utility-ht-0.0.11...
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)
   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)
  32% (  8 / 25) in 'Control.Monad.HT'
  Missing documentation for:
    Module header
    void (src/Control/Monad/HT.hs:72)
    for (src/Control/Monad/HT.hs:75)
    map (src/Control/Monad/HT.hs:78)
    zipWith (src/Control/Monad/HT.hs:81)
    chain (src/Control/Monad/HT.hs:84)
    filter (src/Control/Monad/HT.hs:87)
    replicate (src/Control/Monad/HT.hs:90)
    lift (src/Control/Monad/HT.hs:93)
    lift2 (src/Control/Monad/HT.hs:96)
    lift3 (src/Control/Monad/HT.hs:100)
    lift4 (src/Control/Monad/HT.hs:104)
    lift5 (src/Control/Monad/HT.hs:109)
    liftJoin2 (src/Control/Monad/HT.hs:124)
    liftJoin3 (src/Control/Monad/HT.hs:128)
    liftJoin4 (src/Control/Monad/HT.hs:132)
    liftJoin5 (src/Control/Monad/HT.hs:139)
  17% (  2 / 12) 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)
    swap (src/Data/Tuple/Strict.hs:19)
    mapTriple (src/Data/Tuple/Strict.hs:26)
    mapFst3 (src/Data/Tuple/Strict.hs:30)
    mapSnd3 (src/Data/Tuple/Strict.hs:34)
    mapThd3 (src/Data/Tuple/Strict.hs:38)
    uncurry3 (src/Data/Tuple/Strict.hs:42)
  38% (  5 / 13) in 'Data.Tuple.Lazy'
  Missing documentation for:
    Module header
    swap (src/Data/Tuple/Lazy.hs:37)
    forcePair (src/Data/Tuple/Lazy.hs:41)
    mapTriple (src/Data/Tuple/Lazy.hs:48)
    mapFst3 (src/Data/Tuple/Lazy.hs:52)
    mapSnd3 (src/Data/Tuple/Lazy.hs:56)
    mapThd3 (src/Data/Tuple/Lazy.hs:60)
    uncurry3 (src/Data/Tuple/Lazy.hs:64)
  29% (  5 / 17) in 'Data.Tuple.HT'
  Missing documentation for:
    Module header
    swap (src/Data/Tuple/Lazy.hs:37)
    forcePair (src/Data/Tuple/Lazy.hs:41)
    fst3 (src/Data/Tuple/HT.hs:25)
    snd3 (src/Data/Tuple/HT.hs:29)
    thd3 (src/Data/Tuple/HT.hs:33)
    mapTriple (src/Data/Tuple/Lazy.hs:48)
    mapFst3 (src/Data/Tuple/Lazy.hs:52)
    mapSnd3 (src/Data/Tuple/Lazy.hs:56)
    mapThd3 (src/Data/Tuple/Lazy.hs:60)
    curry3 (src/Data/Tuple/HT.hs:37)
    uncurry3 (src/Data/Tuple/Lazy.hs:64)
  43% (  3 /  7) 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)
  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)
  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
  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)
  48% ( 62 /128) in 'Data.List.HT.Private'
  Missing documentation for:
    Module header
    inits98' (src/Data/List/HT/Private.hs:48)
    tails' (src/Data/List/HT/Private.hs:65)
    tails98 (src/Data/List/HT/Private.hs:68)
    group (src/Data/List/HT/Private.hs:94)
    chop' (src/Data/List/HT/Private.hs:174)
    chopAtRun (src/Data/List/HT/Private.hs:183)
    segmentAfter' (src/Data/List/HT/Private.hs:222)
    propSegmentAfterConcat (src/Data/List/HT/Private.hs:226)
    propSegmentAfterNumSeps (src/Data/List/HT/Private.hs:230)
    propSegmentAfterLasts (src/Data/List/HT/Private.hs:234)
    propSegmentAfterInits (src/Data/List/HT/Private.hs:238)
    propSegmentAfterInfinite (src/Data/List/HT/Private.hs:245)
    segmentBefore' (src/Data/List/HT/Private.hs:266)
    segmentBefore'' (src/Data/List/HT/Private.hs:276)
    propSegmentBeforeConcat (src/Data/List/HT/Private.hs:286)
    propSegmentBeforeNumSeps (src/Data/List/HT/Private.hs:290)
    propSegmentBeforeHeads (src/Data/List/HT/Private.hs:294)
    propSegmentBeforeTails (src/Data/List/HT/Private.hs:298)
    propSegmentBeforeInfinite (src/Data/List/HT/Private.hs:302)
    propSegmentBeforeGroupBy0 (src/Data/List/HT/Private.hs:306)
    propSegmentBeforeGroupBy1 (src/Data/List/HT/Private.hs:310)
    splitEverywhere (src/Data/List/HT/Private.hs:361)
    propSplitLast (src/Data/List/HT/Private.hs:387)
    propViewR (src/Data/List/HT/Private.hs:407)
    switchL' (src/Data/List/HT/Private.hs:421)
    propSwitchR (src/Data/List/HT/Private.hs:433)
    dropWhileRev' (src/Data/List/HT/Private.hs:465)
    unzipEithers (src/Data/List/HT/Private.hs:532)
    propSieve (src/Data/List/HT/Private.hs:551)
    sliceHorizontal (src/Data/List/HT/Private.hs:560)
    sliceHorizontal' (src/Data/List/HT/Private.hs:560)
    sliceHorizontal'' (src/Data/List/HT/Private.hs:560)
    sliceHorizontal''' (src/Data/List/HT/Private.hs:560)
    propSliceHorizontal (src/Data/List/HT/Private.hs:574)
    sliceVertical (src/Data/List/HT/Private.hs:581)
    sliceVertical' (src/Data/List/HT/Private.hs:581)
    propSliceVertical (src/Data/List/HT/Private.hs:590)
    propSlice (src/Data/List/HT/Private.hs:594)
    search (src/Data/List/HT/Private.hs:604)
    replace (src/Data/List/HT/Private.hs:607)
    markSublists (src/Data/List/HT/Private.hs:617)
    replace' (src/Data/List/HT/Private.hs:627)
    propReplaceId (src/Data/List/HT/Private.hs:631)
    propReplaceCycle (src/Data/List/HT/Private.hs:635)
    multiReplace (src/Data/List/HT/Private.hs:650)
    multiReplace' (src/Data/List/HT/Private.hs:662)
    propMultiReplaceSingle (src/Data/List/HT/Private.hs:672)
    transposeFill (src/Data/List/HT/Private.hs:698)
    unzipCons (src/Data/List/HT/Private.hs:704)
    shear' (s
src/Data/Record/HT/Private.hs:3:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
rc/Data/List/HT/Private.hs:729)
    zipConsSkew (src/Data/List/HT/Private.hs:756)
    takeWhileMulti' (src/Data/List/HT/Private.hs:807)
    propTakeWhileMulti (src/Data/List/HT/Private.hs:812)
    propFoldl'r (src/Data/List/HT/Private.hs:840)
    lengthAtLeast (src/Data/List/HT/Private.hs:862)
    iterateUntilCycle (src/Data/List/HT/Private.hs:874)
    iterateUntilCycleP (src/Data/List/HT/Private.hs:890)
    pairs (src/Data/List/HT/Private.hs:897)
    propRotate (src/Data/List/HT/Private.hs:916)
    allEqual (src/Data/List/HT/Private.hs:933)
    isAscending (src/Data/List/HT/Private.hs:936)
    isAscendingLazy (src/Data/List/HT/Private.hs:939)
    padLeft (src/Data/List/HT/Private.hs:968)
    padRight (src/Data/List/HT/Private.hs:973)
    padRight1 (src/Data/List/HT/Private.hs:973)
  75% ( 46 / 61) in 'Data.List.HT'
  Missing documentation for:
    Module header
    group (src/Data/List/HT/Private.hs:94)
    splitEverywhere (src/Data/List/HT/Private.hs:361)
    unzipEithers (src/Data/List/HT/Private.hs:532)
    sliceHorizontal (src/Data/List/HT/Private.hs:560)
    sliceVertical (src/Data/List/HT/Private.hs:581)
    search (src/Data/List/HT/Private.hs:604)
    replace (src/Data/List/HT/Private.hs:607)
    multiReplace (src/Data/List/HT/Private.hs:650)
    allEqual (src/Data/List/HT/Private.hs:933)
    isAscending (src/Data/List/HT/Private.hs:936)
    isAscendingLazy (src/Data/List/HT/Private.hs:939)
    padLeft (src/Data/List/HT/Private.hs:968)
    padRight (src/Data/List/HT/Private.hs:973)
    lengthAtLeast (src/Data/List/HT/Private.hs:862)
  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
  50% (  1 /  2) in 'Data.String.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)
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.01659373349111691313.11
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/utility-ht-0.0.11-2TDzwuUXV1L537S7AEMkBP
Registering utility-ht-0.0.11...
Installed utility-ht-0.0.11
Configuring vector-0.11.0.0...
Building vector-0.11.0.0...
Preprocessing library vector-0.11.0.0...
[ 1 of 21] Compiling Data.Vector.Storable.Internal ( Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o )
[ 2 of 21] Compiling Data.Vector.Generic.Mutable.Base ( Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o )
[ 3 of 21] Compiling Data.Vector.Generic.Base ( Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o )
[ 4 of 21] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o )

Data/Vector/Fusion/Util.hs:19:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 5 of 21] Compiling Data.Vector.Fusion.Bundle.Size ( Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o )
[ 6 of 21] Compiling Data.Vector.Internal.Check ( Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o )
[ 7 of 21] Compiling Data.Vector.Fusion.Stream.Monadic ( Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o )

Data/Vector/Fusion/Stream/Monadic.hs:93:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[ 8 of 21] Compiling Data.Vector.Fusion.Bundle.Monadic ( Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o )

Data/Vector/Fusion/Bundle/Monadic.hs:105:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[ 9 of 21] Compiling Data.Vector.Fusion.Bundle ( Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o )

Data/Vector/Fusion/Bundle.hs:114:1: Warning: Tab character
[10 of 21] Compiling Data.Vector.Generic.Mutable ( Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o )
[11 of 21] Compiling Data.Vector.Generic.New ( Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o )
[12 of 21] Compiling Data.Vector.Generic ( Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o )
[13 of 21] Compiling Data.Vector.Primitive.Mutable ( Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o )
[14 of 21] Compiling Data.Vector.Primitive ( Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o )

Data/Vector/Primitive.hs:167:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[15 of 21] Compiling Data.Vector.Storable.Mutable ( Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o )
[16 of 21] Compiling Data.Vector.Storable ( Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o )

Data/Vector/Storable.hs:172:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[17 of 21] Compiling Data.Vector.Unboxed.Base ( Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o )

Data/Vector/Unboxed/Base.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[18 of 21] Compiling Data.Vector.Unboxed ( Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o )

Data/Vector/Unboxed.hs:189:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[19 of 21] Compiling Data.Vector.Unboxed.Mutable ( Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o )
[20 of 21] Compiling Data.Vector.Mutable ( Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o )
[21 of 21] Compiling Data.Vector      ( Data/Vector.hs, dist/build/Data/Vector.o )

Data/Vector.hs:190:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
In-place registering vector-0.11.0.0...
Running Haddock for vector-0.11.0.0...
Running hscolour for vector-0.11.0.0...
Preprocessing library vector-0.11.0.0...
Preprocessing library vector-0.11.0.0...

Data/Vector/Fusion/Util.hs:19:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Data/Vector/Fusion/Stream/Monadic.hs:93:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Vector/Fusion/Bundle/Monadic.hs:105:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Vector/Fusion/Bundle.hs:114:1: Warning: Tab character
Haddock coverage:
  25% (  1 /  4) in 'Data.Vector.Storable.Internal'
  Missing documentation for:
    getPtr (Data/Vector/Storable/Internal.hs:22)
    setPtr (Data/Vector/Storable/Internal.hs:26)
    updPtr (Data/Vector/Storable/Internal.hs:30)
 100% (  2 /  2) in 'Data.Vector.Generic.Mutable.Base'
 100% (  3 /  3) in 'Data.Vector.Generic.Base'
 100% (  5 /  5) in 'Data.Vector.Fusion.Util'
 100% (  8 /  8) in 'Data.Vector.Fusion.Bundle.Size'
  11% (  1 /  9) in 'Data.Vector.Internal.Check'
  Missing documentation for:
    Checks (Data/Vector/Internal/Check.hs:51)
    doChecks (Data/Vector/Internal/Check.hs:75)
    error (Data/Vector/Internal/Check.hs:84)
    internalError (Data/Vector/Internal/Check.hs:89)
    check (Data/Vector/Internal/Check.hs:105)
    checkIndex (Data/Vector/Internal/Check.hs:119)
    checkLength (Data/Vector/Internal/Check.hs:133)
    checkSlice (Data/Vector/Internal/Check.hs:147)
  82% (103 /125) in 'Data.Vector.Fusion.Stream.Monadic'
  Missing documentation for:
    generate (Data/Vector/Fusion/Stream/Monadic.hs:184)
    unbox (Data/Vector/Fusion/Stream/Monadic.hs:436)
    concatMap (Data/Vector/Fusion/Stream/Monadic.hs:996)
    zipWithM_ (Data/Vector/Fusion/Stream/Monadic.hs:512)
    zipWith3M (Data/Vector/Fusion/Stream/Monadic.hs:516)
    zipWith4M (Data/Vector/Fusion/Stream/Monadic.hs:544)
    zipWith5M (Data/Vector/Fusion/Stream/Monadic.hs:551)
    zipWith6M (Data/Vector/Fusion/Stream/Monadic.hs:558)
    zipWith (Data/Vector/Fusion/Stream/Monadic.hs:566)
    zipWith3 (Data/Vector/Fusion/Stream/Monadic.hs:570)
    zipWith4 (Data/Vector/Fusion/Stream/Monadic.hs:575)
    zipWith5 (Data/Vector/Fusion/Stream/Monadic.hs:581)
    zipWith6 (Data/Vector/Fusion/Stream/Monadic.hs:587)
    zip (Data/Vector/Fusion/Stream/Monadic.hs:593)
    zip3 (Data/Vector/Fusion/Stream/Monadic.hs:597)
    zip4 (Data/Vector/Fusion/Stream/Monadic.hs:601)
    zip5 (Data/Vector/Fusion/Stream/Monadic.hs:606)
    zip6 (Data/Vector/Fusion/Stream/Monadic.hs:611)
    and (Data/Vector/Fusion/Stream/Monadic.hs:970)
    or (Data/Vector/Fusion/Stream/Monadic.hs:983)
    concatMapM (Data/Vector/Fusion/Stream/Monadic.hs:1000)
    unfoldrN (Data/Vector/Fusion/Stream/Monadic.hs:1062)
  79% (106 /135) in 'Data.Vector.Fusion.Bundle.Monadic'
  Missing documentation for:
    Chunk (Data/Vector/Fusion/Bundle/Monadic.hs:110)
    generate (Data/Vector/Fusion/Bundle/Monadic.hs:190)
    unbox (Data/Vector/Fusion/Bundle/Monadic.hs:301)
    concatMap (Data/Vector/Fusion/Bundle/Monadic.hs:595)
    zipWithM_ (Data/Vector/Fusion/Bundle/Monadic.hs:332)
    zipWith3M (Data/Vector/Fusion/Bundle/Monadic.hs:336)
    zipWith4M (Data/Vector/Fusion/Bundle/Monadic.hs:343)
    zipWith5M (Data/Vector/Fusion/Bundle/Monadic.hs:350)
    zipWith6M (Data/Vector/Fusion/Bundle/Monadic.hs:357)
    zipWith (Data/Vector/Fusion/Bundle/Monadic.hs:365)
    zipWith3 (Data/Vector/Fusion/Bundle/Monadic.hs:369)
    zipWith4 (Data/Vector/Fusion/Bundle/Monadic.hs:374)
    zipWith5 (Data/Vector/Fusion/Bundle/Monadic.hs:380)
    zipWith6 (Data/Vector/Fusion/Bundle/Monadic.hs:386)
    zip (Data/Vector/Fusion/Bundle/Monadic.hs:392)
    zip3 (Data/Vector/Fusion/Bundle/Monadic.hs:396)
    zip4 (Data/Vector/Fusion/Bundle/Monadic.hs:400)
    zip5 (Data/Vector/Fusion/Bundle/Monadic.hs:405)
    zip6 (Data/Vector/Fusion/Bundle/Monadic.hs:410)
    and (Data/Vector/Fusion/Bundle/Monadic.hs:587)
    or (Data/Vector/Fusion/Bundle/Monadic.hs:591)
    concatMapM (Data/Vector/Fusion/Bundle/Monadic.hs:599)
    fromVector (Data/Vector/Fusion/Bundle/Monadic.hs:1009)
    reVector (Data/Vector/Fusion/Bundle/Monadic.hs:1085)
    fromVectors (Data/Vector/Fusion/Bundle/Monadic.hs:1028)
    concatVectors (Data/Vector/Fusion/Bundle/Monadic.hs:1054)
    fromStream (Data/Vector/Fusion/Bundle/Monadic.hs:119)
    chunks (Data/Vector/Fusion/Bundle/Monadic.hs:126)
    elements (Data/Vector/Fusion/Bundle/Monadic.hs:130)
  81% ( 88 /109) in 'Data.Vector.Fusion.Bundle'
  Missing documentation for:
    Chunk (Data/Vector/Fusion/Bundle/Monadic.hs:110)
    inplace (Data/Vector/Fusion/Bundle.hs:113)
    concatMap (Data/Vector/Fusion/Bundle.hs:265)
    unbox (Data/Vector/Fusion/Bundle.hs:261)
    zipWith4 (Data/Vector/Fusion/Bundle.hs:293)
    zipWith5 (Data/Vector/Fusion/Bundle.hs:299)
    zipWith6 (Data/Vector/Fusion/Bundle.hs:305)
    zip (Data/Vector/Fusion/Bundle.hs:311)
    zip3 (Data/Vector/Fusion/Bundle.hs:315)
    zip4 (Data/Vector/Fusion/Bundle.hs:319)
    zip5 (Data/Vector/Fusion/Bundle.hs:324)
    zip6 (Data/Vector/Fusion/Bundle.hs:329)
    and (Data/Vector/Fusion/Bundle.hs:415)
    or (Data/Vector/Fusion/Bundle.hs:419)
    unsafeFromList (Data/Vector/Fusion/Bundle.hs:609)
    fromVector (Data/Vector/Fusion/Bundle.hs:613)
    reVector (Data/Vector/Fusion/Bundle.hs:617)
    fromVectors (Data/Vector/Fusion/Bundle.hs:621)
    concatVectors (Data/Vector/Fusion/Bundle.hs:625)
    zipWithM (Data/Vector/Fusion/Bundle.hs:520)
    zipWithM_ (Data/Vector/Fusion/Bundle.hs:524)
  66% ( 48 / 73) in 'Data.Vector.Generic.Mutable'
  Missing documentation for:
    init (Data/Vector/Generic/Mutable.hs:536)
    tail (Data/Vector/Generic/Mutable.hs:540)
    take (Data/Vector/Generic/Mutable.hs:515)
    drop (Data/Vector/Generic/Mutable.hs:519)
    splitAt (Data/Vector/Generic/Mutable.hs:527)
    unsafeInit (Data/Vector/Generic/Mutable.hs:554)
    unsafeTail (Data/Vector/Generic/Mutable.hs:558)
    unsafeTake (Data/Vector/Generic/Mutable.hs:562)
    unsafeDrop (Data/Vector/Generic/Mutable.hs:566)
    growFront (Data/Vector/Generic/Mutable.hs:626)
    unsafeGrowFront (Data/Vector/Generic/Mutable.hs:665)
    mstream (Data/Vector/Generic/Mutable.hs:244)
    mstreamR (Data/Vector/Generic/Mutable.hs:274)
    transform (Data/Vector/Generic/Mutable.hs:268)
    transformR (Data/Vector/Generic/Mutable.hs:303)
    fill (Data/Vector/Generic/Mutable.hs:255)
    fillR (Data/Vector/Generic/Mutable.hs:287)
    unsafeAccum (Data/Vector/Generic/Mutable.hs:848)
    accum (Data/Vector/Generic/Mutable.hs:824)
    unsafeUpdate (Data/Vector/Generic/Mutable.hs:861)
    update (Data/Vector/Generic/Mutable.hs:837)
    reverse (Data/Vector/Generic/Mutable.hs:872)
    unstablePartition (Data/Vector/Generic/Mutable.hs:881)
    unstablePartitionBundle (Data/Vector/Generic/Mutable.hs:910)
    partitionBundle (Data/Vector/Generic/Mutable.hs:938)
   5% (  1 / 20) in 'Data.Vector.Generic.New'
  Missing documentation for:
    New (Data/Vector/Generic/New.hs:40)
    create (Data/Vector/Generic/New.hs:42)
    run (Data/Vector/Generic/New.hs:46)
    runPrim (Data/Vector/Generic/New.hs:50)
    apply (Data/Vector/Generic/New.hs:54)
    modify (Data/Vector/Generic/New.hs:58)
    modifyWithBundle (Data/Vector/Generic/New.hs:62)
    unstream (Data/Vector/Generic/New.hs:67)
    transform (Data/Vector/Generic/New.hs:71)
    unstreamR (Data/Vector/Generic/New.hs:93)
    transformR (Data/Vector/Generic/New.hs:97)
    slice (Data/Vector/Generic/New.hs:119)
    init (Data/Vector/Generic/New.hs:123)
    tail (Data/Vector/Generic/New.hs:127)
    take (Data/Vector/Generic/New.hs:131)
    drop (Data/Vector/Generic/New.hs:135)
    unsafeSlice (Data/Vector/Generic/New.hs:139)
    unsafeInit (Data/Vector/Generic/New.hs:143)
    unsafeTail (Data/Vector/Generic/New.hs:147)
  93% (223 /240) in 'Data.Vector.Generic'
  Missing documentation for:
    zipWith4 (Data/Vector/Generic.hs:1069)
    zipWith5 (Data/Vector/Generic.hs:1078)
    zipWith6 (Data/Vector/Generic.hs:1090)
    izipWith3 (Data/Vector/Generic.hs:1112)
    izipWith4 (Data/Vector/Generic.hs:1120)
    izipWith5 (Data/Vector/Generic.hs:1129)
    izipWith6 (Data/Vector/Generic.hs:1141)
    zip3 (Data/Vector/Generic.hs:1159)
    zip4 (Data/Vector/Generic.hs:1164)
    zip5 (Data/Vector/Generic.hs:1169)
    zip6 (Data/Vector/Generic.hs:1175)
    unzip3 (Data/Vector/Generic.hs:1225)
    unzip4 (Data/Vector/Generic.hs:1232)
    unzip5 (Data/Vector/Generic.hs:1241)
    unzip6 (Data/Vector/Generic.hs:1251)
    dataCast (Data/Vector/Generic.hs:2080)
    mkType (Data/Vector/Generic.hs:2075)
  79% ( 41 / 52) in 'Data.Vector.Primitive.Mutable'
  Missing documen
Data/Vector/Primitive.hs:167:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Vector/Storable.hs:172:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Vector/Unboxed/Base.hs:33:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant

Data/Vector/Unboxed.hs:189:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Vector.hs:190:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
tation for:
    IOVector (Data/Vector/Primitive/Mutable.hs:76)
    STVector (Data/Vector/Primitive/Mutable.hs:77)
    init (Data/Vector/Primitive/Mutable.hs:164)
    tail (Data/Vector/Primitive/Mutable.hs:168)
    take (Data/Vector/Primitive/Mutable.hs:152)
    drop (Data/Vector/Primitive/Mutable.hs:156)
    splitAt (Data/Vector/Primitive/Mutable.hs:160)
    unsafeInit (Data/Vector/Primitive/Mutable.hs:190)
    unsafeTail (Data/Vector/Primitive/Mutable.hs:194)
    unsafeTake (Data/Vector/Primitive/Mutable.hs:182)
    unsafeDrop (Data/Vector/Primitive/Mutable.hs:186)
  97% (185 /191) in 'Data.Vector.Primitive'
  Missing documentation for:
    zipWith4 (Data/Vector/Primitive.hs:802)
    zipWith5 (Data/Vector/Primitive.hs:808)
    zipWith6 (Data/Vector/Primitive.hs:816)
    izipWith4 (Data/Vector/Primitive.hs:838)
    izipWith5 (Data/Vector/Primitive.hs:844)
    izipWith6 (Data/Vector/Primitive.hs:852)
  82% ( 49 / 60) in 'Data.Vector.Storable.Mutable'
  Missing documentation for:
    IOVector (Data/Vector/Storable/Mutable.hs:96)
    STVector (Data/Vector/Storable/Mutable.hs:97)
    init (Data/Vector/Storable/Mutable.hs:246)
    tail (Data/Vector/Storable/Mutable.hs:250)
    take (Data/Vector/Storable/Mutable.hs:234)
    drop (Data/Vector/Storable/Mutable.hs:238)
    splitAt (Data/Vector/Storable/Mutable.hs:242)
    unsafeInit (Data/Vector/Storable/Mutable.hs:272)
    unsafeTail (Data/Vector/Storable/Mutable.hs:276)
    unsafeTake (Data/Vector/Storable/Mutable.hs:264)
    unsafeDrop (Data/Vector/Storable/Mutable.hs:268)
  97% (194 /200) in 'Data.Vector.Storable'
  Missing documentation for:
    zipWith4 (Data/Vector/Storable.hs:812)
    zipWith5 (Data/Vector/Storable.hs:818)
    zipWith6 (Data/Vector/Storable.hs:826)
    izipWith4 (Data/Vector/Storable.hs:848)
    izipWith5 (Data/Vector/Storable.hs:854)
    izipWith6 (Data/Vector/Storable.hs:862)
  17% (  1 /  6) in 'Data.Vector.Unboxed.Base'
  Missing documentation for:
    MVector (Data/Vector/Unboxed/Base.hs:55)
    IOVector (Data/Vector/Unboxed/Base.hs:58)
    STVector (Data/Vector/Unboxed/Base.hs:59)
    Vector (Data/Vector/Unboxed/Base.hs:56)
    Unbox (Data/Vector/Unboxed/Base.hs:63)
  96% (209 /218) in 'Data.Vector.Unboxed'
  Missing documentation for:
    Vector (Data/Vector/Unboxed/Base.hs:56)
    MVector (Data/Vector/Unboxed/Base.hs:55)
    Unbox (Data/Vector/Unboxed/Base.hs:63)
    zipWith4 (Data/Vector/Unboxed.hs:849)
    zipWith5 (Data/Vector/Unboxed.hs:855)
    zipWith6 (Data/Vector/Unboxed.hs:862)
    izipWith4 (Data/Vector/Unboxed.hs:883)
    izipWith5 (Data/Vector/Unboxed.hs:889)
    izipWith6 (Data/Vector/Unboxed.hs:896)
  79% ( 50 / 63) in 'Data.Vector.Unboxed.Mutable'
  Missing documentation for:
    MVector (Data/Vector/Unboxed/Base.hs:55)
    IOVector (Data/Vector/Unboxed/Base.hs:58)
    STVector (Data/Vector/Unboxed/Base.hs:59)
    Unbox (Data/Vector/Unboxed/Base.hs:63)
    init (Data/Vector/Unboxed/Mutable.hs:102)
    tail (Data/Vector/Unboxed/Mutable.hs:106)
    take (Data/Vector/Unboxed/Mutable.hs:90)
    drop (Data/Vector/Unboxed/Mutable.hs:94)
    splitAt (Data/Vector/Unboxed/Mutable.hs:98)
    unsafeInit (Data/Vector/Unboxed/Mutable.hs:128)
    unsafeTail (Data/Vector/Unboxed/Mutable.hs:132)
    unsafeTake (Data/Vector/Unboxed/Mutable.hs:120)
    unsafeDrop (Data/Vector/Unboxed/Mutable.hs:124)
  78% ( 40 / 51) in 'Data.Vector.Mutable'
  Missing documentation for:
    IOVector (Data/Vector/Mutable.hs:70)
    STVector (Data/Vector/Mutable.hs:71)
    init (Data/Vector/Mutable.hs:222)
    tail (Data/Vector/Mutable.hs:226)
    take (Data/Vector/Mutable.hs:210)
    drop (Data/Vector/Mutable.hs:214)
    splitAt (Data/Vector/Mutable.hs:219)
    unsafeInit (Data/Vector/Mutable.hs:247)
    unsafeTail (Data/Vector/Mutable.hs:251)
    unsafeTake (Data/Vector/Mutable.hs:239)
    unsafeDrop (Data/Vector/Mutable.hs:243)
  94% (207 /220) in 'Data.Vector'
  Missing documentation for:
    zipWith4 (Data/Vector.hs:944)
    zipWith5 (Data/Vector.hs:949)
    zipWith6 (Data/Vector.hs:955)
    izipWith4 (Data/Vector.hs:973)
    izipWith5 (Data/Vector.hs:978)
    izipWith6 (Data/Vector.hs:984)
    zip4 (Data/Vector.hs:1000)
    zip5 (Data/Vector.hs:1005)
    zip6 (Data/Vector.hs:1010)
    unzip3 (Data/Vector.hs:1023)
    unzip4 (Data/Vector.hs:1027)
    unzip5 (Data/Vector.hs:1031)
    unzip6 (Data/Vector.hs:1036)
Warning: Data.Vector.Unboxed: could not find link destinations for:
    TFCo:R:VectorBool V_Bool TFCo:R:VectorChar V_Char TFCo:R:VectorDouble V_Double TFCo:R:VectorFloat V_Float TFCo:R:VectorInt V_Int TFCo:R:VectorInt8 V_Int8 TFCo:R:VectorInt16 V_Int16 TFCo:R:VectorInt32 V_Int32 TFCo:R:VectorInt64 V_Int64 TFCo:R:VectorWord V_Word TFCo:R:VectorWord8 V_Word8 TFCo:R:VectorWord16 V_Word16 TFCo:R:VectorWord32 V_Word32 TFCo:R:VectorWord64 V_Word64 TFCo:R:Vector() V_Unit TFCo:R:VectorComplex V_Complex TFCo:R:Vector(,) V_2 TFCo:R:Vector(,,) V_3 TFCo:R:Vector(,,,) V_4 TFCo:R:Vector(,,,,) V_5 TFCo:R:Vector(,,,,,) V_6 TFCo:R:MVectorsBool MV_Bool TFCo:R:MVectorsChar MV_Char TFCo:R:MVectorsDouble MV_Double TFCo:R:MVectorsFloat MV_Float TFCo:R:MVectorsWord64 MV_Word64 TFCo:R:MVectorsWord32 MV_Word32 TFCo:R:MVectorsWord16 MV_Word16 TFCo:R:MVectorsWord8 MV_Word8 TFCo:R:MVectorsWord MV_Word TFCo:R:MVectorsInt64 MV_Int64 TFCo:R:MVectorsInt32 MV_Int32 TFCo:R:MVectorsInt16 MV_Int16 TFCo:R:MVectorsInt8 MV_Int8 TFCo:R:MVectorsInt MV_Int TFCo:R:MVectors() MV_Unit TFCo:R:MVectorsComplex MV_Complex TFCo:R:MVectors(,) MV_2 TFCo:R:MVectors(,,) MV_3 TFCo:R:MVectors(,,,) MV_4 TFCo:R:MVectors(,,,,) MV_5 TFCo:R:MVectors(,,,,,) MV_6
Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for:
    TFCo:R:MVectorsBool MV_Bool TFCo:R:MVectorsChar MV_Char TFCo:R:MVectorsDouble MV_Double TFCo:R:MVectorsFloat MV_Float TFCo:R:MVectorsWord64 MV_Word64 TFCo:R:MVectorsWord32 MV_Word32 TFCo:R:MVectorsWord16 MV_Word16 TFCo:R:MVectorsWord8 MV_Word8 TFCo:R:MVectorsWord MV_Word TFCo:R:MVectorsInt64 MV_Int64 TFCo:R:MVectorsInt32 MV_Int32 TFCo:R:MVectorsInt16 MV_Int16 TFCo:R:MVectorsInt8 MV_Int8 TFCo:R:MVectorsInt MV_Int TFCo:R:MVectors() MV_Unit TFCo:R:MVectorsComplex MV_Complex TFCo:R:MVectors(,) MV_2 TFCo:R:MVectors(,,) MV_3 TFCo:R:MVectors(,,,) MV_4 TFCo:R:MVectors(,,,,) MV_5 TFCo:R:MVectors(,,,,,) MV_6
Documentation created: dist/doc/html/vector/index.html,
dist/doc/html/vector/vector.txt
Creating package registration file:
/tmp/pkgConf-vector-0.11.07096063681041356631.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/vector-0.11.0.0-A9qWf1eecPQGJD12EBZIxF
Registering vector-0.11.0.0...
Installed vector-0.11.0.0
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:
    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 )
In-place registering tf-random-0.5...
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:
    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-01584008430236616554.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/tf-random-0.5-28prfR75qTK8HkPsc02Mdm
Registering tf-random-0.5...
Installed tf-random-0.5
Configuring parsec-3.1.9...
Building parsec-3.1.9...
Preprocessing library parsec-3.1.9...
[ 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 )

Text/Parsec/Language.hs:44:30: Warning: Tab character

Text/Parsec/Language.hs:45:26: Warning: Tab character

Text/Parsec/Language.hs:46:27: Warning: Tab character

Text/Parsec/Language.hs:58:1: Warning: Tab character

Text/Parsec/Language.hs:58:31: Warning: Tab character

Text/Parsec/Language.hs:59:1: Warning: Tab character

Text/Parsec/Language.hs:59:29: Warning: Tab character

Text/Parsec/Language.hs:60:1: Warning: Tab character

Text/Parsec/Language.hs:60:30: Warning: Tab character

Text/Parsec/Language.hs:61:1: Warning: Tab character

Text/Parsec/Language.hs:62:1: Warning: Tab character

Text/Parsec/Language.hs:62:29: Warning: Tab character

Text/Parsec/Language.hs:63:1: Warning: Tab character

Text/Parsec/Language.hs:63:30: Warning: Tab character

Text/Parsec/Language.hs:64:1: Warning: Tab character

Text/Parsec/Language.hs:65:1: Warning: Tab character

Text/Parsec/Language.hs:67:1: Warning: Tab character

Text/Parsec/Language.hs:109:1: Warning: Tab character

Text/Parsec/Language.hs:109:30: Warning: Tab character

Text/Parsec/Language.hs:110:1: Warning: Tab character

Text/Parsec/Language.hs:110:32: Warning: Tab character

Text/Parsec/Language.hs:111:5: Warning: Tab character

Text/Parsec/Language.hs:112:5: Warning: Tab character

Text/Parsec/Language.hs:113:5: Warning: Tab character

Text/Parsec/Language.hs:114:5: Warning: Tab character

Text/Parsec/Language.hs:146:1: Warning: Tab character

Text/Parsec/Language.hs:147:1: Warning: Tab character

Text/Parsec/Language.hs:148:1: Warning: Tab character

Text/Parsec/Language.hs:150:1: Warning: Tab character
[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 )
In-place registering parsec-3.1.9...
Running Haddock for parsec-3.1.9...
Running hscolour for parsec-3.1.9...
Preprocessing library parsec-3.1.9...
Preprocessing library parsec-3.1.9...

Text/Parsec/Language.hs:44:30: Warning: Tab character

Text/Parsec/Language.hs:45:26: Warning: Tab character

Text/Parsec/Language.hs:46:27: Warning: Tab character

Text/Parsec/Language.hs:58:1: Warning: Tab character

Text/Parsec/Language.hs:58:31: Warning: Tab character

Text/Parsec/Language.hs:59:1: Warning: Tab character

Text/Parsec/Language.hs:59:29: Warning: Tab character

Text/Parsec/Language.hs:60:1: Warning: Tab character

Text/Parsec/Language.hs:60:30: Warning: Tab character

Text/Parsec/Language.hs:61:1: Warning: Tab character

Text/Parsec/Language.hs:62:1: Warning: Tab character

Text/Parsec/Language.hs:62:29: Warning: Tab character

Text/Parsec/Language.hs:63:1: Warning: Tab character

Text/Parsec/Language.hs:63:30: Warning: Tab character

Text/Parsec/Language.hs:64:1: Warning: Tab character

Text/Parsec/Language.hs:65:1: Warning: Tab character

Text/Parsec/Language.hs:67:1: Warning: Tab character

Text/Parsec/Language.hs:109:1: Warning: Tab character

Text/Parsec/Language.hs:109:30: Warning: Tab character

Text/Parsec/Language.hs:110:1: Warning: Tab character

Text/Parsec/Language.hs:110:32: Warning: Tab character

Text/Parsec/Language.hs:111:5: Warning: Tab character

Text/Parsec/Language.hs:112:5: Warning: Tab character

Text/Parsec/Language.hs:113:5: Warning: Tab character

Text/Parsec/Language.hs:114:5: Warning: Tab character

Text/Parsec/Language.hs:146:1: Warning: Tab character

Text/Parsec/Language.hs:147:1: Warning: Tab character

Text/Parsec/Language.hs:148:1: Warning: Tab character

Text/Parsec/Language.hs:150:1: Warning: Tab character
Haddock coverage:
  82% ( 14 / 17) in 'Text.Parsec.Pos'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
  43% (  6 / 14) in 'Text.Parsec.Error'
  Missing documentation for:
    errorIsUnknown (Text/Parsec/Error.hs:110)
    showErrorMessages (Text/Parsec/Error.hs:173)
    newErrorMessage (Text/Parsec/Error.hs:120)
    newErrorUnknown (Text/Parsec/Error.hs:116)
    addErrorMessage (Text/Parsec/Error.hs:124)
    setErrorPos (Text/Parsec/Error.hs:128)
    setErrorMessage (Text/Parsec/Error.hs:132)
    mergeError (Text/Parsec/Error.hs:136)
  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:110)
    showErrorMessages (Text/Parsec/Error.hs:173)
    newErrorMessage (Text/Parsec/Error.hs:120)
    newErrorUnknown (Text/Parsec/Error.hs:116)
    addErrorMessage (Text/Parsec/Error.hs:124)
    setErrorPos (Text/Parsec/Error.hs:128)
    setErrorMessage (Text/Parsec/Error.hs:132)
    mergeError (Text/Parsec/Error.hs:136)
  64% ( 32 / 50) in 'Text.Parsec.Prim'
  Missing documentation for:
    unknownError (Text/Parsec/Prim.hs:91)
    sysUnExpectError (Text/Parsec/Prim.hs:94)
    Parsec (Text/Parsec/Prim.hs:152)
    Consumed (Text/Parsec/Prim.hs:154)
    Reply (Text/Parsec/Prim.hs:157)
    State (Text/Parsec/Prim.hs:160)
    parsecMap (Text/Parsec/Prim.hs:177)
    parserReturn (Text/Parsec/Prim.hs:221)
    parserBind (Text/Parsec/Prim.hs:226)
    mergeErrorReply (Text/Parsec/Prim.hs:266)
    parserFail (Text/Parsec/Prim.hs:272)
    parserPlus (Text/Parsec/Prim.hs:290)
    labels (Text/Parsec/Prim.hs:345)
    tokens (Text/Parsec/Prim.hs:396)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    manyAccum (Text/Parsec/Prim.hs:592)
    runPT (Text/Parsec/Prim.hs:610)
    runP (Text/Parsec/Prim.hs:624)
 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:396)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    try (Text/ParserCombinators/Parsec/Prim.hs:64)
    labels (Text/Parsec/Prim.hs:345)
    pzero (Text/ParserCombinators/Parsec/Prim.hs:54)
    State (Text/Parsec/Prim.hs:160)
  82% ( 14 / 17) in 'Text.ParserCombinators.Parsec.Pos'
  Missing documentation for:
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
 100% ( 20 / 20) in 'Text.Parsec.Char'
  67% (  4 /  6) in 'Text.Parsec.Token'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:38)
    TokenParser (Text/Parsec/Token.hs:106)
  67% (  4 /  6) in 'Text.ParserCombinators.Parsec.Token'
  Missing documentation for:
    LanguageDef (Text/Parsec/Token.hs:38)
    TokenParser (Text/Parsec/Token.hs:106)
  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:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
  40% (  2 /  5) in 'Text.ParserCombinators.Parsec.Expr'
  Missing documentation for:
    Operator (Text/ParserCombinators/Parsec/Expr.hs:28)
    OperatorTable (Text/ParserCombinators/Parsec/Expr.hs:32)
    buildExpressionParser (Text/ParserCombinators/Parsec/Expr.hs:39)
  78% ( 73 / 94) in 'Text.Parsec'
  Missing documentation for:
    Parsec (Text/Parsec/Prim.hs:152)
    tokens (Text/Parsec/Prim.hs:396)
    labels (Text/Parsec/Prim.hs:345)
    SourceName (Text/Parsec/Pos.hs:35)
    Line (Text/Parsec/Pos.hs:36)
    Column (Text/Parsec/Pos.hs:37)
    manyAccum (Text/Parsec/Prim.hs:592)
    tokenPrimEx (Text/Parsec/Prim.hs:533)
    runPT (Text/Parsec/Prim.hs:610)
    unknownError (Text/Parsec/Prim.hs:91)
    sysUnExpectError (Text/Parsec/Prim.hs:94)
    mergeErrorReply (Text/Parsec/Prim.hs:266)
    runP (Text/Parsec/Prim.hs:624)
    Consumed (Text/Parsec/Prim.hs:154)
    Reply (Text/Parsec/Prim.hs:157)
    State (Text/Parsec/Prim.hs:160)
    parsecMap (Text/Parsec/Prim.hs:177)
    parserReturn (Text/Parsec/Prim.hs:221)
    parserBind (Text/Parsec/Prim.hs:226)
    parserFail (Text/Parsec/Prim.hs:272)
    parserPlus (Text/Parsec/Prim.hs:290)
  80% (  8 / 10) in 'Text.Parsec.Language'
  Missing documentation for:
    emptyDef (Text/Parsec/Language.hs:79)
    LanguageDef (Text/Parsec/Token.hs:38)
  80% (  8 / 10) in 'Text.ParserCombinators.Parsec.Language'
  Missing documentation for:
    emptyDef (Text/Parsec/Language.hs:79)
    LanguageDef (Text/Parsec/Token.hs:38)
 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.121283491441045069410.9
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/parsec-3.1.9-8fSmqig53hOL2SEu1k9Tv0
Registering parsec-3.1.9...
Installed parsec-3.1.9
Configuring storable-record-0.0.3...
Building storable-record-0.0.3...
Preprocessing library storable-record-0.0.3...
[1 of 7] Compiling Foreign.Storable.Newtype ( src/Foreign/Storable/Newtype.hs, dist/build/Foreign/Storable/Newtype.o )
[2 of 7] Compiling Foreign.Storable.FixedArray ( src/Foreign/Storable/FixedArray.hs, dist/build/Foreign/Storable/FixedArray.o )
[3 of 7] Compiling Foreign.Storable.Traversable ( src/Foreign/Storable/Traversable.hs, dist/build/Foreign/Storable/Traversable.o )
[4 of 7] Compiling Foreign.Storable.RecordMinimalSize ( src/Foreign/Storable/RecordMinimalSize.hs, dist/build/Foreign/Storable/RecordMinimalSize.o )

src/Foreign/Storable/RecordMinimalSize.hs:73:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/RecordMinimalSize.hs:75:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[5 of 7] Compiling Foreign.Storable.RecordReaderPtr ( src/Foreign/Storable/RecordReaderPtr.hs, dist/build/Foreign/Storable/RecordReaderPtr.o )

src/Foreign/Storable/RecordReaderPtr.hs:73:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/RecordReaderPtr.hs:75:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[6 of 7] Compiling Foreign.Storable.TraversableUnequalSizes ( src/Foreign/Storable/TraversableUnequalSizes.hs, dist/build/Foreign/Storable/TraversableUnequalSizes.o )
[7 of 7] Compiling Foreign.Storable.Record ( src/Foreign/Storable/Record.hs, dist/build/Foreign/Storable/Record.o )

src/Foreign/Storable/Record.hs:70:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/Record.hs:72:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
In-place registering storable-record-0.0.3...
Running Haddock for storable-record-0.0.3...
Running hscolour for storable-record-0.0.3...
Preprocessing library storable-record-0.0.3...
Preprocessing library storable-record-0.0.3...

src/Foreign/Storable/RecordMinimalSize.hs:73:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/RecordMinimalSize.hs:75:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Foreign/Storable/RecordReaderPtr.hs:73:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/RecordReaderPtr.hs:75:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Foreign/Storable/Record.hs:70:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/Record.hs:72:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
Haddock coverage:
  20% (  1 /  5) in 'Foreign.Storable.Newtype'
  Missing documentation for:
    sizeOf (src/Foreign/Storable/Newtype.hs:23)
    alignment (src/Foreign/Storable/Newtype.hs:26)
    peek (src/Foreign/Storable/Newtype.hs:30)
    poke (src/Foreign/Storable/Newtype.hs:35)
   0% (  0 /  6) in 'Foreign.Storable.FixedArray'
  Missing documentation for:
    Module header
    roundUp (src/Foreign/Storable/FixedArray.hs:12)
    sizeOfArray (src/Foreign/Storable/FixedArray.hs:16)
    pokeNext (src/Foreign/Storable/FixedArray.hs:21)
    peekNext (src/Foreign/Storable/FixedArray.hs:29)
    run (src/Foreign/Storable/FixedArray.hs:36)
  50% (  3 /  6) in 'Foreign.Storable.Traversable'
  Missing documentation for:
    alignment (src/Foreign/Storable/Traversable.hs:62)
    sizeOf (src/Foreign/Storable/Traversable.hs:68)
    poke (src/Foreign/Storable/Traversable.hs:117)
  11% (  1 /  9) in 'Foreign.Storable.RecordMinimalSize'
  Missing documentation for:
    Dictionary (src/Foreign/Storable/RecordMinimalSize.hs:84)
    Access (src/Foreign/Storable/RecordMinimalSize.hs:91)
    element (src/Foreign/Storable/RecordMinimalSize.hs:138)
    run (src/Foreign/Storable/RecordMinimalSize.hs:155)
    alignment (src/Foreign/Storable/RecordMinimalSize.hs:163)
    sizeOf (src/Foreign/Storable/RecordMinimalSize.hs:169)
    peek (src/Foreign/Storable/RecordMinimalSize.hs:174)
    poke (src/Foreign/Storable/RecordMinimalSize.hs:179)
  11% (  1 /  9) in 'Foreign.Storable.RecordReaderPtr'
  Missing documentation for:
    Dictionary (src/Foreign/Storable/RecordReaderPtr.hs:84)
    Access (src/Foreign/Storable/RecordReaderPtr.hs:91)
    element (src/Foreign/Storable/RecordReaderPtr.hs:138)
    run (src/Foreign/Storable/RecordReaderPtr.hs:155)
    alignment (src/Foreign/Storable/RecordReaderPtr.hs:163)
    sizeOf (src/Foreign/Storable/RecordReaderPtr.hs:168)
    peek (src/Foreign/Storable/RecordReaderPtr.hs:173)
    poke (src/Foreign/Storable/RecordReaderPtr.hs:178)
  20% (  1 /  5) in 'Foreign.Storable.TraversableUnequalSizes'
  Missing documentation for:
    alignment (src/Foreign/Storable/TraversableUnequalSizes.hs:29)
    sizeOf (src/Foreign/Storable/TraversableUnequalSizes.hs:36)
    peek (src/Foreign/Storable/TraversableUnequalSizes.hs:49)
    poke (src/Foreign/Storable/TraversableUnequalSizes.hs:68)
  11% (  1 /  9) in 'Foreign.Storable.Record'
  Missing documentation for:
    Dictionary (src/Foreign/Storable/Record.hs:81)
    Access (src/Foreign/Storable/Record.hs:88)
    element (src/Foreign/Storable/Record.hs:141)
    run (src/Foreign/Storable/Record.hs:156)
    alignment (src/Foreign/Storable/Record.hs:164)
    sizeOf (src/Foreign/Storable/Record.hs:169)
    peek (src/Foreign/Storable/Record.hs:174)
    poke (src/Foreign/Storable/Record.hs:179)
Documentation created: dist/doc/html/storable-record/index.html,
dist/doc/html/storable-record/storable-record.txt
Creating package registration file:
/tmp/pkgConf-storable-record-0.018745458201206674446.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/storable-record-0.0.3-B9XA5GdAgYc4fDmgk3lkbE
Registering storable-record-0.0.3...
Installed storable-record-0.0.3
Configuring QuickCheck-2.8.1...
Building QuickCheck-2.8.1...
Preprocessing library QuickCheck-2.8.1...

Test/QuickCheck/Arbitrary.hs:6:37: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[ 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 )
In-place registering QuickCheck-2.8.1...
Running Haddock for QuickCheck-2.8.1...
Running hscolour for QuickCheck-2.8.1...
Preprocessing library QuickCheck-2.8.1...
Preprocessing library QuickCheck-2.8.1...

Test/QuickCheck/Arbitrary.hs:6:37: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
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:47)
    tryEvaluate (Test/QuickCheck/Exception.hs:79)
    tryEvaluateIO (Test/QuickCheck/Exception.hs:82)
    evaluate (Test/QuickCheck/Exception.hs:86)
    isDiscard (Test/QuickCheck/Exception.hs:114)
    finally (Test/QuickCheck/Exception.hs:129)
   6% (  1 / 18) in 'Test.QuickCheck.Text'
  Missing documentation for:
    Str (Test/QuickCheck/Text.hs:46)
    ranges (Test/QuickCheck/Text.hs:51)
    number (Test/QuickCheck/Text.hs:59)
    short (Test/QuickCheck/Text.hs:62)
    showErr (Test/QuickCheck/Text.hs:70)
    oneLine (Test/QuickCheck/Text.hs:73)
    isOneLine (Test/QuickCheck/Text.hs:76)
    bold (Test/QuickCheck/Text.hs:79)
    newTerminal (Test/QuickCheck/Text.hs:90)
    withStdioTerminal (Test/QuickCheck/Text.hs:104)
    withNullTerminal (Test/QuickCheck/Text.hs:108)
    terminalOutput (Test/QuickCheck/Text.hs:112)
    handle (Test/QuickCheck/Text.hs:115)
    Terminal (Test/QuickCheck/Text.hs:87)
    putTemp (Test/QuickCheck/Text.hs:126)
    putPart (Test/QuickCheck/Text.hs:126)
    putLine (Test/QuickCheck/Text.hs:126)
 100% (  2 /  2) in 'Test.QuickCheck.State'
  89% ( 25 / 28) in 'Test.QuickCheck.Gen'
  Missing documentation for:
     (Test/QuickCheck/Gen.hs:46)
     (Test/QuickCheck/Gen.hs:50)
     (Test/QuickCheck/Gen.hs:54)
  80% (  4 /  5) in 'Test.QuickCheck.Gen.Unsafe'
  Missing documentation for:
    Capture (Test/QuickCheck/Gen/Unsafe.hs:50)
 100% ( 32 / 32) 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)
  38% (  3 /  8) in 'Test.QuickCheck.Function'
  Missing documentation for:
    Fun (Test/QuickCheck/Function.hs:275)
    apply (Test/QuickCheck/Function.hs:289)
    Function (Test/QuickCheck/Function.hs:106)
    functionMap (Test/QuickCheck/Function.hs:142)
    functionShow (Test/QuickCheck/Function.hs:145)
  62% ( 44 / 71) in 'Test.QuickCheck.Property'
  Missing documentation for:
     (Test/QuickCheck/Property.hs:95)
     (Test/QuickCheck/Property.hs:99)
     (Test/QuickCheck/Property.hs:103)
     (Test/QuickCheck/Property.hs:107)
     (Test/QuickCheck/Property.hs:111)
     (Test/QuickCheck/Property.hs:114)
     (Test/QuickCheck/Property.hs:131)
    protect (Test/QuickCheck/Property.hs:135)
    Prop (Test/QuickCheck/Property.hs:141)
    Rose (Test/QuickCheck/Property.hs:145)
    ioRose (Test/QuickCheck/Property.hs:148)
    joinRose (Test/QuickCheck/Property.hs:151)
     (Test/QuickCheck/Property.hs:160)
     (Test/QuickCheck/Property.hs:165)
     (Test/QuickCheck/Property.hs:170)
    CallbackKind (Test/QuickCheck/Property.hs:204)
    exception (Test/QuickCheck/Property.hs:220)
    formatException (Test/QuickCheck/Property.hs:226)
    protectResult (Test/QuickCheck/Property.hs:231)
    succeeded (Test/QuickCheck/Property.hs:234)
    failed (Test/QuickCheck/Property.hs:234)
    rejected (Test/QuickCheck/Property.hs:234)
    liftBool (Test/QuickCheck/Property.hs:255)
    mapResult (Test/QuickCheck/Property.hs:259)
    mapTotalResult (Test/QuickCheck/Property.hs:262)
    mapRoseResult (Test/QuickCheck/Property.hs:266)
    mapProp (Test/QuickCheck/Property.hs:269)
  50% ( 14 / 28) in 'Test.QuickCheck.Test'
  Missing documentation for:
    test (Test/QuickCheck/Test.hs:179)
    doneTesting (Test/QuickCheck/Test.hs:185)
    giveUp (Test/QuickCheck/Test.hs:215)
    runATest (Test/QuickCheck/Test.hs:231)
    summary (Test/QuickCheck/Test.hs:297)
    success (Test/QuickCheck/Test.hs:308)
    labelPercentage (Test/QuickCheck/Test.hs:338)
    insufficientCoverage (Test/QuickCheck/Test.hs:346)
    foundFailure (Test/QuickCheck/Test.hs:353)
    localMin (Test/QuickCheck/Test.hs:357)
    localMin' (Test/QuickCheck/Test.hs:387)
    localMinFound (Test/QuickCheck/Test.hs:399)
    callbackPostTest (Test/QuickCheck/Test.hs:424)
    callbackPostFinalFailure (Test/QuickCheck/Test.hs:429)
 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:
    RecursivelyShrink GSubterms GCoArbitrary gSubterms gSubtermsIncl
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.8436359554243804735.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/QuickCheck-2.8.1-BnZKeqxVf7FCbnejbqAnPL
Registering QuickCheck-2.8.1...
Installed QuickCheck-2.8.1
Configuring non-negative-0.1.1...
Building non-negative-0.1.1...
Preprocessing library non-negative-0.1.1...
[1 of 4] Compiling Numeric.NonNegative.Class ( src/Numeric/NonNegative/Class.hs, dist/build/Numeric/NonNegative/Class.o )

src/Numeric/NonNegative/Class.hs:33:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[2 of 4] Compiling Numeric.NonNegative.Wrapper ( src/Numeric/NonNegative/Wrapper.hs, dist/build/Numeric/NonNegative/Wrapper.o )

src/Numeric/NonNegative/Wrapper.hs:18:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Numeric/NonNegative/Wrapper.hs:19:1: Warning:
    The qualified import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[3 of 4] Compiling Numeric.NonNegative.ChunkyPrivate ( src/Numeric/NonNegative/ChunkyPrivate.hs, dist/build/Numeric/NonNegative/ChunkyPrivate.o )
[4 of 4] Compiling Numeric.NonNegative.Chunky ( src/Numeric/NonNegative/Chunky.hs, dist/build/Numeric/NonNegative/Chunky.o )
In-place registering non-negative-0.1.1...
Running Haddock for non-negative-0.1.1...
Running hscolour for non-negative-0.1.1...
Preprocessing library non-negative-0.1.1...
Preprocessing library non-negative-0.1.1...

src/Numeric/NonNegative/Class.hs:33:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Numeric/NonNegative/Wrapper.hs:18:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Numeric/NonNegative/Wrapper.hs:19:1: Warning:
    The qualified import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
Haddock coverage:
  70% (  7 / 10) in 'Numeric.NonNegative.Class'
  Missing documentation for:
    zero (src/Numeric/NonNegative/Class.hs:98)
    add (src/Numeric/NonNegative/Class.hs:104)
    sum (src/Numeric/NonNegative/Class.hs:107)
  31% (  4 / 13) in 'Numeric.NonNegative.Wrapper'
  Missing documentation for:
    T (src/Numeric/NonNegative/Wrapper.hs:30)
    fromNumberMsg (src/Numeric/NonNegative/Wrapper.hs:46)
    toNumber (src/Numeric/NonNegative/Wrapper.hs:87)
    Int (src/Numeric/NonNegative/Wrapper.hs:186)
    Integer (src/Numeric/NonNegative/Wrapper.hs:187)
    Float (src/Numeric/NonNegative/Wrapper.hs:190)
    Double (src/Numeric/NonNegative/Wrapper.hs:191)
    Ratio (src/Numeric/NonNegative/Wrapper.hs:188)
    Rational (src/Numeric/NonNegative/Wrapper.hs:189)
  38% (  5 / 13) in 'Numeric.NonNegative.ChunkyPrivate'
  Missing documentation for:
    fromChunks (src/Numeric/NonNegative/ChunkyPrivate.hs:41)
    fromNumber (src/Numeric/NonNegative/ChunkyPrivate.hs:44)
    toNumber (src/Numeric/NonNegative/ChunkyPrivate.hs:54)
    zero (src/Numeric/NonNegative/ChunkyPrivate.hs:67)
    isNull (src/Numeric/NonNegative/ChunkyPrivate.hs:79)
    isPositive (src/Numeric/NonNegative/ChunkyPrivate.hs:83)
    divModStrict (src/Numeric/NonNegative/ChunkyPrivate.hs:183)
    fromChunksUnsafe (src/Numeric/NonNegative/ChunkyPrivate.hs:207)
  36% (  4 / 11) in 'Numeric.NonNegative.Chunky'
  Missing documentation for:
    fromChunks (src/Numeric/NonNegative/ChunkyPrivate.hs:41)
    fromNumber (src/Numeric/NonNegative/ChunkyPrivate.hs:44)
    toNumber (src/Numeric/NonNegative/ChunkyPrivate.hs:54)
    zero (src/Numeric/NonNegative/ChunkyPrivate.hs:67)
    isNull (src/Numeric/NonNegative/ChunkyPrivate.hs:79)
    isPositive (src/Numeric/NonNegative/ChunkyPrivate.hs:83)
    divModStrict (src/Numeric/NonNegative/ChunkyPrivate.hs:183)
Documentation created: dist/doc/html/non-negative/index.html,
dist/doc/html/non-negative/non-negative.txt
Creating package registration file:
/tmp/pkgConf-non-negative-0.1689155066408671759.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/non-negative-0.1.1-EWGQTKbiq5uFh7h1ZANXcg
Registering non-negative-0.1.1...
Installed non-negative-0.1.1
Configuring numeric-prelude-0.4.2...
Building numeric-prelude-0.4.2...
Preprocessing library numeric-prelude-0.4.2...
[ 1 of 97] Compiling MathObj.Permutation ( src/MathObj/Permutation.hs, dist/build/MathObj/Permutation.o )
[ 2 of 97] Compiling NumericPrelude.List ( src/NumericPrelude/List.hs, dist/build/NumericPrelude/List.o )
[ 3 of 97] Compiling Algebra.RealRing98 ( src/Algebra/RealRing98.hs, dist/build/Algebra/RealRing98.o )
[ 4 of 97] Compiling Algebra.Indexable ( src/Algebra/Indexable.hs, dist/build/Algebra/Indexable.o )
[ 5 of 97] Compiling Algebra.DimensionTerm ( src/Algebra/DimensionTerm.hs, dist/build/Algebra/DimensionTerm.o )
[ 6 of 97] Compiling NumericPrelude.Elementwise ( src/NumericPrelude/Elementwise.hs, dist/build/NumericPrelude/Elementwise.o )

src/NumericPrelude/Elementwise.hs:3:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 7 of 97] Compiling Algebra.EqualityDecision ( src/Algebra/EqualityDecision.hs, dist/build/Algebra/EqualityDecision.o )

src/Algebra/EqualityDecision.hs:25:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 8 of 97] Compiling Algebra.OrderDecision ( src/Algebra/OrderDecision.hs, dist/build/Algebra/OrderDecision.o )

src/Algebra/OrderDecision.hs:28:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 9 of 97] Compiling Algebra.Laws     ( src/Algebra/Laws.hs, dist/build/Algebra/Laws.o )
[10 of 97] Compiling NumericPrelude.Base ( src/NumericPrelude/Base.hs, dist/build/NumericPrelude/Base.o )
[11 of 97] Compiling MathObj.Permutation.Table ( src/MathObj/Permutation/Table.hs, dist/build/MathObj/Permutation/Table.o )
[12 of 97] Compiling Algebra.Additive ( src/Algebra/Additive.hs, dist/build/Algebra/Additive.o )
[13 of 97] Compiling Algebra.ZeroTestable ( src/Algebra/ZeroTestable.hs, dist/build/Algebra/ZeroTestable.o )
[14 of 97] Compiling Algebra.Ring     ( src/Algebra/Ring.hs, dist/build/Algebra/Ring.o )
[15 of 97] Compiling Algebra.Differential ( src/Algebra/Differential.hs, dist/build/Algebra/Differential.o )
[16 of 97] Compiling Algebra.IntegralDomain ( src/Algebra/IntegralDomain.hs, dist/build/Algebra/IntegralDomain.o )
[17 of 97] Compiling Algebra.Monoid   ( src/Algebra/Monoid.hs, dist/build/Algebra/Monoid.o )
[18 of 97] Compiling Algebra.NonNegative ( src/Algebra/NonNegative.hs, dist/build/Algebra/NonNegative.o )
[19 of 97] Compiling Algebra.Units    ( src/Algebra/Units.hs, dist/build/Algebra/Units.o )
[20 of 97] Compiling Algebra.PrincipalIdealDomain ( src/Algebra/PrincipalIdealDomain.hs, dist/build/Algebra/PrincipalIdealDomain.o )
[21 of 97] Compiling MathObj.Monoid   ( src/MathObj/Monoid.hs, dist/build/MathObj/Monoid.o )
[22 of 97] Compiling Algebra.RightModule ( src/Algebra/RightModule.hs, dist/build/Algebra/RightModule.o )
[23 of 97] Compiling Algebra.Vector   ( src/Algebra/Vector.hs, dist/build/Algebra/Vector.o )
[24 of 97] Compiling MathObj.Algebra  ( src/MathObj/Algebra.hs, dist/build/MathObj/Algebra.o )
[25 of 97] Compiling Algebra.Absolute ( src/Algebra/Absolute.hs, dist/build/Algebra/Absolute.o )
[26 of 97] Compiling Number.Ratio     ( src/Number/Ratio.hs, dist/build/Number/Ratio.o )
[27 of 97] Compiling Algebra.Field    ( src/Algebra/Field.hs, dist/build/Algebra/Field.o )
[28 of 97] Compiling Algebra.ToRational ( src/Algebra/ToRational.hs, dist/build/Algebra/ToRational.o )

src/Algebra/ToRational.hs:75:6: Warning:
    Rule "NP.realToField :: Integer  -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:76:6: Warning:
    Rule "NP.realToField :: Int      -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:77:6: Warning:
    Rule "NP.realToField :: Int8     -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:78:6: Warning:
    Rule "NP.realToField :: Int16    -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:79:6: Warning:
    Rule "NP.realToField :: Int32    -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:80:6: Warning:
    Rule "NP.realToField :: Int64    -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:81:6: Warning:
    Rule "NP.realToField :: Word     -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:82:6: Warning:
    Rule "NP.realToField :: Word8    -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:83:6: Warning:
    Rule "NP.realToField :: Word16   -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:84:6: Warning:
    Rule "NP.realToField :: Word32   -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:85:6: Warning:
    Rule "NP.realToField :: Word64   -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:86:6: Warning:
    Rule "NP.realToField :: Float    -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:87:6: Warning:
    Rule "NP.realToField :: Double   -> Float " may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:88:6: Warning:
    Rule "NP.realToField :: Integer  -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:89:6: Warning:
    Rule "NP.realToField :: Int      -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:90:6: Warning:
    Rule "NP.realToField :: Int8     -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:91:6: Warning:
    Rule "NP.realToField :: Int16    -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:92:6: Warning:
    Rule "NP.realToField :: Int32    -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:93:6: Warning:
    Rule "NP.realToField :: Int64    -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:94:6: Warning:
    Rule "NP.realToField :: Word     -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:95:6: Warning:
    Rule "NP.realToField :: Word8    -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:96:6: Warning:
    Rule "NP.realToField :: Word16   -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:97:6: Warning:
    Rule "NP.realToField :: Word32   -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:98:6: Warning:
    Rule "NP.realToField :: Word64   -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:99:6: Warning:
    Rule "NP.realToField :: Float    -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’

src/Algebra/ToRational.hs:100:6: Warning:
    Rule "NP.realToField :: Double   -> Double" may never fire
      because ‘realToField’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘realToField’
[29 of 97] Compiling Algebra.RealIntegral ( src/Algebra/RealIntegral.hs, dist/build/Algebra/RealIntegral.o )
[30 of 97] Compiling Algebra.ToInteger ( src/Algebra/ToInteger.hs, dist/build/Algebra/ToInteger.o )

src/Algebra/ToInteger.hs:58:6: Warning:
    Rule "NP.fromIntegral :: Integer -> Int" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:59:6: Warning:
    Rule "NP.fromIntegral :: Integer -> Integer" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:60:6: Warning:
    Rule "NP.fromIntegral :: Integer -> Float" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:61:6: Warning:
    Rule "NP.fromIntegral :: Integer -> Double" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:62:6: Warning:
    Rule "NP.fromIntegral :: Int -> Int" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:63:6: Warning:
    Rule "NP.fromIntegral :: Int -> Integer" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:64:6: Warning:
    Rule "NP.fromIntegral :: Int -> Float" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:65:6: Warning:
    Rule "NP.fromIntegral :: Int -> Double" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:66:6: Warning:
    Rule "NP.fromIntegral :: Int8 -> Int" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:67:6: Warning:
    Rule "NP.fromIntegral :: Int8 -> Integer" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:68:6: Warning:
    Rule "NP.fromIntegral :: Int8 -> Float" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:69:6: Warning:
    Rule "NP.fromIntegral :: Int8 -> Double" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:70:6: Warning:
    Rule "NP.fromIntegral :: Int16 -> Int" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:71:6: Warning:
    Rule "NP.fromIntegral :: Int16 -> Integer" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:72:6: Warning:
    Rule "NP.fromIntegral :: Int16 -> Float" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:73:6: Warning:
    Rule "NP.fromIntegral :: Int16 -> Double" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:74:6: Warning:
    Rule "NP.fromIntegral :: Int32 -> Int" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:75:6: Warning:
    Rule "NP.fromIntegral :: Int32 -> Integer" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:76:6: Warning:
    Rule "NP.fromIntegral :: Int32 -> Float" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:77:6: Warning:
    Rule "NP.fromIntegral :: Int32 -> Double" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:78:6: Warning:
    Rule "NP.fromIntegral :: Int64 -> Int" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:79:6: Warning:
    Rule "NP.fromIntegral :: Int64 -> Integer" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:80:6: Warning:
    Rule "NP.fromIntegral :: Int64 -> Float" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:81:6: Warning:
    Rule "NP.fromIntegral :: Int64 -> Double" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:82:6: Warning:
    Rule "NP.fromIntegral :: Word -> Int" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:83:6: Warning:
    Rule "NP.fromIntegral :: Word -> Integer" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:84:6: Warning:
    Rule "NP.fromIntegral :: Word -> Float" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:85:6: Warning:
    Rule "NP.fromIntegral :: Word -> Double" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:86:6: Warning:
    Rule "NP.fromIntegral :: Word8 -> Int" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:87:6: Warning:
    Rule "NP.fromIntegral :: Word8 -> Integer" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:88:6: Warning:
    Rule "NP.fromIntegral :: Word8 -> Float" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:89:6: Warning:
    Rule "NP.fromIntegral :: Word8 -> Double" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:90:6: Warning:
    Rule "NP.fromIntegral :: Word16 -> Int" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:91:6: Warning:
    Rule "NP.fromIntegral :: Word16 -> Integer" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:92:6: Warning:
    Rule "NP.fromIntegral :: Word16 -> Float" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:93:6: Warning:
    Rule "NP.fromIntegral :: Word16 -> Double" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:94:6: Warning:
    Rule "NP.fromIntegral :: Word32 -> Int" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:95:6: Warning:
    Rule "NP.fromIntegral :: Word32 -> Integer" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:96:6: Warning:
    Rule "NP.fromIntegral :: Word32 -> Float" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:97:6: Warning:
    Rule "NP.fromIntegral :: Word32 -> Double" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:98:6: Warning:
    Rule "NP.fromIntegral :: Word64 -> Int" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:99:6: Warning:
    Rule "NP.fromIntegral :: Word64 -> Integer" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:100:6: Warning:
    Rule "NP.fromIntegral :: Word64 -> Float" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’

src/Algebra/ToInteger.hs:101:6: Warning:
    Rule "NP.fromIntegral :: Word64 -> Double" may never fire
      because ‘fromIntegral’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromIntegral’
[31 of 97] Compiling Algebra.Algebraic ( src/Algebra/Algebraic.hs, dist/build/Algebra/Algebraic.o )
[32 of 97] Compiling Algebra.Transcendental ( src/Algebra/Transcendental.hs, dist/build/Algebra/Transcendental.o )
[33 of 97] Compiling Algebra.Module   ( src/Algebra/Module.hs, dist/build/Algebra/Module.o )
[34 of 97] Compiling Algebra.VectorSpace ( src/Algebra/VectorSpace.hs, dist/build/Algebra/VectorSpace.o )
[35 of 97] Compiling Algebra.DivisibleSpace ( src/Algebra/DivisibleSpace.hs, dist/build/Algebra/DivisibleSpace.o )
[36 of 97] Compiling Algebra.ModuleBasis ( src/Algebra/ModuleBasis.hs, dist/build/Algebra/ModuleBasis.o )
[37 of 97] Compiling NumericPrelude.List.Checked ( src/NumericPrelude/List/Checked.hs, dist/build/NumericPrelude/List/Checked.o )
[38 of 97] Compiling NumericPrelude.List.Generic ( src/NumericPrelude/List/Generic.hs, dist/build/NumericPrelude/List/Generic.o )
[39 of 97] Compiling Algebra.RealRing ( src/Algebra/RealRing.hs, dist/build/Algebra/RealRing.o )

src/Algebra/RealRing.hs:328:6: Warning:
    Rule "NP.roundSimple :: a -> Int8" may never fire
      because ‘roundSimple’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘roundSimple’

src/Algebra/RealRing.hs:333:6: Warning:
    Rule "NP.roundSimple :: a -> Int16" may never fire
      because ‘roundSimple’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘roundSimple’

src/Algebra/RealRing.hs:338:6: Warning:
    Rule "NP.roundSimple :: a -> Int32" may never fire
      because ‘roundSimple’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘roundSimple’

src/Algebra/RealRing.hs:343:6: Warning:
    Rule "NP.roundSimple :: a -> Int64" may never fire
      because ‘roundSimple’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘roundSimple’

src/Algebra/RealRing.hs:348:6: Warning:
    Rule "NP.roundSimple :: a -> Word" may never fire
      because ‘roundSimple’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘roundSimple’

src/Algebra/RealRing.hs:353:6: Warning:
    Rule "NP.roundSimple :: a -> Word8" may never fire
      because ‘roundSimple’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘roundSimple’

src/Algebra/RealRing.hs:358:6: Warning:
    Rule "NP.roundSimple :: a -> Word16" may never fire
      because ‘roundSimple’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘roundSimple’

src/Algebra/RealRing.hs:363:6: Warning:
    Rule "NP.roundSimple :: a -> Word32" may never fire
      because ‘roundSimple’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘roundSimple’

src/Algebra/RealRing.hs:368:6: Warning:
    Rule "NP.roundSimple :: a -> Word64" may never fire
      because ‘roundSimple’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘roundSimple’
[40 of 97] Compiling Algebra.FloatingPoint ( src/Algebra/FloatingPoint.hs, dist/build/Algebra/FloatingPoint.o )
[41 of 97] Compiling Algebra.RealField ( src/Algebra/RealField.hs, dist/build/Algebra/RealField.o )
[42 of 97] Compiling Algebra.RealTranscendental ( src/Algebra/RealTranscendental.hs, dist/build/Algebra/RealTranscendental.o )
[43 of 97] Compiling NumericPrelude.Numeric ( src/NumericPrelude/Numeric.hs, dist/build/NumericPrelude/Numeric.o )
[44 of 97] Compiling Algebra.Lattice  ( src/Algebra/Lattice.hs, dist/build/Algebra/Lattice.o )
[45 of 97] Compiling NumericPrelude   ( src/NumericPrelude.hs, dist/build/NumericPrelude.o )
[46 of 97] Compiling Algebra.NormedSpace.Euclidean ( src/Algebra/NormedSpace/Euclidean.hs, dist/build/Algebra/NormedSpace/Euclidean.o )
[47 of 97] Compiling Algebra.NormedSpace.Maximum ( src/Algebra/NormedSpace/Maximum.hs, dist/build/Algebra/NormedSpace/Maximum.o )
[48 of 97] Compiling Algebra.NormedSpace.Sum ( src/Algebra/NormedSpace/Sum.hs, dist/build/Algebra/NormedSpace/Sum.o )
[49 of 97] Compiling MathObj.DiscreteMap ( src/MathObj/DiscreteMap.hs, dist/build/MathObj/DiscreteMap.o )
[50 of 97] Compiling Algebra.OccasionallyScalar ( src/Algebra/OccasionallyScalar.hs, dist/build/Algebra/OccasionallyScalar.o )
[51 of 97] Compiling MathObj.Matrix   ( src/MathObj/Matrix.hs, dist/build/MathObj/Matrix.o )
[52 of 97] Compiling MathObj.PartialFraction ( src/MathObj/PartialFraction.hs, dist/build/MathObj/PartialFraction.o )
[53 of 97] Compiling MathObj.Permutation.CycleList ( src/MathObj/Permutation/CycleList.hs, dist/build/MathObj/Permutation/CycleList.o )
[54 of 97] Compiling MathObj.Permutation.CycleList.Check ( src/MathObj/Permutation/CycleList/Check.hs, dist/build/MathObj/Permutation/CycleList/Check.o )
[55 of 97] Compiling MathObj.Polynomial.Core ( src/MathObj/Polynomial/Core.hs, dist/build/MathObj/Polynomial/Core.o )
[56 of 97] Compiling MathObj.PowerSeries.Core ( src/MathObj/PowerSeries/Core.hs, dist/build/MathObj/PowerSeries/Core.o )
[57 of 97] Compiling MathObj.PowerSeries ( src/MathObj/PowerSeries.hs, dist/build/MathObj/PowerSeries.o )
[58 of 97] Compiling MathObj.PowerSeries2.Core ( src/MathObj/PowerSeries2/Core.hs, dist/build/MathObj/PowerSeries2/Core.o )
[59 of 97] Compiling MathObj.PowerSeries.Example ( src/MathObj/PowerSeries/Example.hs, dist/build/MathObj/PowerSeries/Example.o )
[60 of 97] Compiling MathObj.PowerSeries.DifferentialEquation ( src/MathObj/PowerSeries/DifferentialEquation.hs, dist/build/MathObj/PowerSeries/DifferentialEquation.o )
[61 of 97] Compiling MathObj.PowerSeries2 ( src/MathObj/PowerSeries2.hs, dist/build/MathObj/PowerSeries2.o )
[62 of 97] Compiling MathObj.PowerSeries.Mean ( src/MathObj/PowerSeries/Mean.hs, dist/build/MathObj/PowerSeries/Mean.o )
[63 of 97] Compiling Number.FixedPoint ( src/Number/FixedPoint.hs, dist/build/Number/FixedPoint.o )
[64 of 97] Compiling Number.ResidueClass ( src/Number/ResidueClass.hs, dist/build/Number/ResidueClass.o )
[65 of 97] Compiling Number.GaloisField2p32m5 ( src/Number/GaloisField2p32m5.hs, dist/build/Number/GaloisField2p32m5.o )
[66 of 97] Compiling Number.PartiallyTranscendental ( src/Number/PartiallyTranscendental.hs, dist/build/Number/PartiallyTranscendental.o )
[67 of 97] Compiling Number.ResidueClass.Check ( src/Number/ResidueClass/Check.hs, dist/build/Number/ResidueClass/Check.o )
[68 of 97] Compiling Number.ResidueClass.Maybe ( src/Number/ResidueClass/Maybe.hs, dist/build/Number/ResidueClass/Maybe.o )
[69 of 97] Compiling Number.ResidueClass.Reader ( src/Number/ResidueClass/Reader.hs, dist/build/Number/ResidueClass/Reader.o )
[70 of 97] Compiling Number.Physical.Unit ( src/Number/Physical/Unit.hs, dist/build/Number/Physical/Unit.o )
[71 of 97] Compiling Number.Physical.UnitDatabase ( src/Number/Physical/UnitDatabase.hs, dist/build/Number/Physical/UnitDatabase.o )
[72 of 97] Compiling Number.SI.Unit   ( src/Number/SI/Unit.hs, dist/build/Number/SI/Unit.o )
[73 of 97] Compiling MathObj.Wrapper.Haskell98 ( src/MathObj/Wrapper/Haskell98.hs, dist/build/MathObj/Wrapper/Haskell98.o )
[74 of 97] Compiling MathObj.Polynomial ( src/MathObj/Polynomial.hs, dist/build/MathObj/Polynomial.o )
[75 of 97] Compiling MathObj.PowerSum ( src/MathObj/PowerSum.hs, dist/build/MathObj/PowerSum.o )
[76 of 97] Compiling MathObj.RefinementMask2 ( src/MathObj/RefinementMask2.hs, dist/build/MathObj/RefinementMask2.o )
[77 of 97] Compiling MathObj.RootSet  ( src/MathObj/RootSet.hs, dist/build/MathObj/RootSet.o )
[78 of 97] Compiling Number.Root      ( src/Number/Root.hs, dist/build/Number/Root.o )
[79 of 97] Compiling Number.Complex   ( src/Number/Complex.hs, dist/build/Number/Complex.o )
[80 of 97] Compiling MathObj.LaurentPolynomial ( src/MathObj/LaurentPolynomial.hs, dist/build/MathObj/LaurentPolynomial.o )
[81 of 97] Compiling Number.Positional ( src/Number/Positional.hs, dist/build/Number/Positional.o )
[82 of 97] Compiling Number.Quaternion ( src/Number/Quaternion.hs, dist/build/Number/Quaternion.o )
[83 of 97] Compiling Algebra.AffineSpace ( src/Algebra/AffineSpace.hs, dist/build/Algebra/AffineSpace.o )
[84 of 97] Compiling Number.ResidueClass.Func ( src/Number/ResidueClass/Func.hs, dist/build/Number/ResidueClass/Func.o )
[85 of 97] Compiling MathObj.Wrapper.NumericPrelude ( src/MathObj/Wrapper/NumericPrelude.hs, dist/build/MathObj/Wrapper/NumericPrelude.o )
[86 of 97] Compiling Number.DimensionTerm ( src/Number/DimensionTerm.hs, dist/build/Number/DimensionTerm.o )
[87 of 97] Compiling Number.DimensionTerm.SI ( src/Number/DimensionTerm/SI.hs, dist/build/Number/DimensionTerm/SI.o )
[88 of 97] Compiling Number.FixedPoint.Check ( src/Number/FixedPoint/Check.hs, dist/build/Number/FixedPoint/Check.o )
[89 of 97] Compiling Number.NonNegative ( src/Number/NonNegative.hs, dist/build/Number/NonNegative.o )
[90 of 97] Compiling Number.NonNegativeChunky ( src/Number/NonNegativeChunky.hs, dist/build/Number/NonNegativeChunky.o )
[91 of 97] Compiling Number.Peano     ( src/Number/Peano.hs, dist/build/Number/Peano.o )
[92 of 97] Compiling Number.Positional.Check ( src/Number/Positional/Check.hs, dist/build/Number/Positional/Check.o )
[93 of 97] Compiling Number.OccasionallyScalarExpression ( src/Number/OccasionallyScalarExpression.hs, dist/build/Number/OccasionallyScalarExpression.o )
[94 of 97] Compiling Number.Physical  ( src/Number/Physical.hs, dist/build/Number/Physical.o )
[95 of 97] Compiling Number.Physical.Show ( src/Number/Physical/Show.hs, dist/build/Number/Physical/Show.o )
[96 of 97] Compiling Number.Physical.Read ( src/Number/Physical/Read.hs, dist/build/Number/Physical/Read.o )
[97 of 97] Compiling Number.SI        ( src/Number/SI.hs, dist/build/Number/SI.o )
In-place registering numeric-prelude-0.4.2...
Running Haddock for numeric-prelude-0.4.2...
Running hscolour for numeric-prelude-0.4.2...
Preprocessing library numeric-prelude-0.4.2...
Preprocessing library numeric-prelude-0.4.2...

src/NumericPrelude/Elementwise.hs:3:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Algebra/EqualityDecision.hs:25:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Algebra/OrderDecision.hs:28:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
Haddock coverage:
 100% (  2 /  2) in 'MathObj.Permutation'
  38% (  3 /  8) in 'NumericPrelude.List'
  Missing documentation for:
    Module header
    zipWithOverlap (src/NumericPrelude/List.hs:22)
    zipWithChecked (src/NumericPrelude/List.hs:33)
    mapLast' (src/NumericPrelude/List.hs:58)
    mapLast'' (src/NumericPrelude/List.hs:69)
   0% (  0 /  6) in 'Algebra.RealRing98'
  Missing documentation for:
    Module header
    fastSplitFraction (src/Algebra/RealRing98.hs:4)
    fixSplitFraction (src/Algebra/RealRing98.hs:13)
    fastFraction (src/Algebra/RealRing98.hs:22)
    signedFraction (src/Algebra/RealRing98.hs:30)
    fixFraction (src/Algebra/RealRing98.hs:37)
  71% (  5 /  7) in 'Algebra.Indexable'
  Missing documentation for:
    toOrd (src/Algebra/Indexable.hs:71)
    fromOrd (src/Algebra/Indexable.hs:69)
  10% (  8 / 79) in 'Algebra.DimensionTerm'
  Missing documentation for:
    C (src/Algebra/DimensionTerm.hs:27)
    noValue (src/Algebra/DimensionTerm.hs:30)
    Scalar (src/Algebra/DimensionTerm.hs:37)
    Mul (src/Algebra/DimensionTerm.hs:38)
    Recip (src/Algebra/DimensionTerm.hs:39)
    Sqr (src/Algebra/DimensionTerm.hs:40)
    appPrec (src/Algebra/DimensionTerm.hs:42)
     (src/Algebra/DimensionTerm.hs:45)
     (src/Algebra/DimensionTerm.hs:48)
     (src/Algebra/DimensionTerm.hs:57)
     (src/Algebra/DimensionTerm.hs:65)
     (src/Algebra/DimensionTerm.hs:67)
     (src/Algebra/DimensionTerm.hs:69)
    scalar (src/Algebra/DimensionTerm.hs:72)
    mul (src/Algebra/DimensionTerm.hs:75)
    recip (src/Algebra/DimensionTerm.hs:78)
    %*% (src/Algebra/DimensionTerm.hs:85)
    %/% (src/Algebra/DimensionTerm.hs:88)
    applyLeftMul (src/Algebra/DimensionTerm.hs:94)
    applyRightMul (src/Algebra/DimensionTerm.hs:96)
    applyRecip (src/Algebra/DimensionTerm.hs:98)
    commute (src/Algebra/DimensionTerm.hs:101)
    associateLeft (src/Algebra/DimensionTerm.hs:103)
    associateRight (src/Algebra/DimensionTerm.hs:105)
    recipMul (src/Algebra/DimensionTerm.hs:107)
    mulRecip (src/Algebra/DimensionTerm.hs:109)
    identityLeft (src/Algebra/DimensionTerm.hs:112)
    identityRight (src/Algebra/DimensionTerm.hs:114)
    cancelLeft (src/Algebra/DimensionTerm.hs:116)
    cancelRight (src/Algebra/DimensionTerm.hs:118)
    invertRecip (src/Algebra/DimensionTerm.hs:120)
    doubleRecip (src/Algebra/DimensionTerm.hs:122)
    recipScalar (src/Algebra/DimensionTerm.hs:124)
     (src/Algebra/DimensionTerm.hs:140)
    Length (src/Algebra/DimensionTerm.hs:147)
    Time (src/Algebra/DimensionTerm.hs:148)
    Mass (src/Algebra/DimensionTerm.hs:149)
    Charge (src/Algebra/DimensionTerm.hs:150)
    Angle (src/Algebra/DimensionTerm.hs:151)
    Temperature (src/Algebra/DimensionTerm.hs:152)
    Information (src/Algebra/DimensionTerm.hs:153)
    length (src/Algebra/DimensionTerm.hs:155)
    time (src/Algebra/DimensionTerm.hs:158)
    mass (src/Algebra/DimensionTerm.hs:161)
    charge (src/Algebra/DimensionTerm.hs:164)
    angle (src/Algebra/DimensionTerm.hs:167)
    temperature (src/Algebra/DimensionTerm.hs:170)
    information (src/Algebra/DimensionTerm.hs:173)
     (src/Algebra/DimensionTerm.hs:177)
     (src/Algebra/DimensionTerm.hs:178)
     (src/Algebra/DimensionTerm.hs:179)
     (src/Algebra/DimensionTerm.hs:180)
     (src/Algebra/DimensionTerm.hs:181)
     (src/Algebra/DimensionTerm.hs:182)
     (src/Algebra/DimensionTerm.hs:183)
     (src/Algebra/DimensionTerm.hs:185)
     (src/Algebra/DimensionTerm.hs:186)
     (src/Algebra/DimensionTerm.hs:187)
     (src/Algebra/DimensionTerm.hs:188)
     (src/Algebra/DimensionTerm.hs:189)
     (src/Algebra/DimensionTerm.hs:190)
     (src/Algebra/DimensionTerm.hs:191)
    Frequency (src/Algebra/DimensionTerm.hs:195)
    frequency (src/Algebra/DimensionTerm.hs:197)
    Voltage (src/Algebra/DimensionTerm.hs:201)
    VoltageAnalytical (src/Algebra/DimensionTerm.hs:203)
    voltage (src/Algebra/DimensionTerm.hs:206)
     (src/Algebra/DimensionTerm.hs:209)
     (src/Algebra/DimensionTerm.hs:211)
    unpackVoltage (src/Algebra/DimensionTerm.hs:213)
    packVoltage (src/Algebra/DimensionTerm.hs:216)
  10% (  1 / 10) in 'NumericPrelude.Elementwise'
  Missing documentation for:
    Module header
    with (src/NumericPrelude/Elementwise.hs:19)
    element (src/NumericPrelude/Elementwise.hs:23)
    run2 (src/NumericPrelude/Elementwise.hs:28)
    run3 (src/NumericPrelude/Elementwise.hs:32)
    run4 (src/NumericPrelude/Elementwise.hs:36)
    run5 (src/NumericPrelude/Elementwise.hs:40)
     (src/NumericPrelude/Elementwise.hs:44)
     (src/NumericPrelude/Elementwise.hs:49)
  13% (  2 / 15) in 'Algebra.EqualityDecision'
  Missing documentation for:
    deflt (src/Algebra/EqualityDecision.hs:49)
     (src/Algebra/EqualityDecision.hs:55)
     (src/Algebra/EqualityDecision.hs:59)
     (src/Algebra/EqualityDecision.hs:63)
     (src/Algebra/EqualityDecision.hs:67)
     (src/Algebra/EqualityDecision.hs:71)
     (src/Algebra/EqualityDecision.hs:75)
    element (src/Algebra/EqualityDecision.hs:82)
    <*>.==? (src/Algebra/EqualityDecision.hs:89)
     (src/Algebra/EqualityDecision.hs:96)
     (src/Algebra/EqualityDecision.hs:100)
     (src/Algebra/EqualityDecision.hs:104)
     (src/Algebra/EqualityDecision.hs:108)
   8% (  2 / 24) in 'Algebra.OrderDecision'
  Missing documentation for:
    max (src/Algebra/OrderDecision.hs:97)
    min (src/Algebra/OrderDecision.hs:100)
    maximum (src/Algebra/OrderDecision.hs:103)
    minimum (src/Algebra/OrderDecision.hs:106)
    compareOrd (src/Algebra/OrderDecision.hs:112)
     (src/Algebra/OrderDecision.hs:119)
     (src/Algebra/OrderDecision.hs:123)
     (src/Algebra/OrderDecision.hs:127)
     (src/Algebra/OrderDecision.hs:131)
     (src/Algebra/OrderDecision.hs:135)
     (src/Algebra/OrderDecision.hs:139)
    elementCompare (src/Algebra/OrderDecision.hs:146)
    <*>.<=>? (src/Algebra/OrderDecision.hs:154)
    element (src/Algebra/OrderDecision.hs:162)
    <*>.<=? (src/Algebra/OrderDecision.hs:170)
    <*>.>=? (src/Algebra/OrderDecision.hs:177)
    <*>.<? (src/Algebra/OrderDecision.hs:184)
    <*>.>? (src/Algebra/OrderDecision.hs:191)
     (src/Algebra/OrderDecision.hs:198)
     (src/Algebra/OrderDecision.hs:210)
     (src/Algebra/OrderDecision.hs:222)
     (src/Algebra/OrderDecision.hs:234)
   6% (  1 / 17) in 'Algebra.Laws'
  Missing documentation for:
    commutative (src/Algebra/Laws.hs:8)
    associative (src/Algebra/Laws.hs:11)
    leftIdentity (src/Algebra/Laws.hs:14)
    rightIdentity (src/Algebra/Laws.hs:17)
    identity (src/Algebra/Laws.hs:20)
    leftZero (src/Algebra/Laws.hs:23)
    rightZero (src/Algebra/Laws.hs:26)
    zero (src/Algebra/Laws.hs:29)
    leftInverse (src/Algebra/Laws.hs:32)
    rightInverse (src/Algebra/Laws.hs:35)
    inverse (src/Algebra/Laws.hs:38)
    leftDistributive (src/Algebra/Laws.hs:41)
    rightDistributive (src/Algebra/Laws.hs:44)
    homomorphism (src/Algebra/Laws.hs:47)
    rightCascade (src/Algebra/Laws.hs:51)
    leftCascade (src/Algebra/Laws.hs:55)
  98% (120 /123) in 'NumericPrelude.Base'
  Missing documentation for:
    Bool
    Ordering
    catch (src/NumericPrelude/Base.hs:137)
  15% (  2 / 13) in 'MathObj.Permutation.Table'
  Missing documentation for:
    T (src/MathObj/Permutation/Table.hs:30)
    fromFunction (src/MathObj/Permutation/Table.hs:33)
    toFunction (src/MathObj/Permutation/Table.hs:38)
    fromPermutation (src/MathObj/Permutation/Table.hs:45)
    fromCycles (src/MathObj/Permutation/Table.hs:50)
    identity (src/MathObj/Permutation/Table.hs:54)
    cycle (src/MathObj/Permutation/Table.hs:57)
    inverse (src/MathObj/Permutation/Table.hs:61)
    compose (src/MathObj/Permutation/Table.hs:66)
    closure (src/MathObj/Permutation/Table.hs:90)
    closureSlow (src/MathObj/Permutation/Table.hs:104)
Warning: Algebra.Additive: zero is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Additive: + is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Additive: - is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Additive: negate is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
  52% ( 11 / 21) in 'Algebra.Additive'
  Missing documentation for:
    Module header
    sumNestedCommutative (src/Algebra/Additive.hs:125)
    elementSub (src/Algebra/Additive.hs:165)
    elementNeg (src/Algebra/Additive.hs:172)
    <*>.- (src/Algebra/Additive.hs:194)
    <*>.-$ (src/Algebra/Additive.hs:201)
    propAssociative (src/Algebra/Additive.hs:391)
    propCommutative (src/Algebra/Additive.hs:392)
    propIdentity (src/Algebra/Additive.hs:393)
    propInverse (src/Algebra/Additive.hs:394)
  19% (  4 / 21) in 'Algebra.ZeroTestable'
  Missing documentation for:
    Module header
     (src/Algebra/ZeroTestable.hs:37)
     (src/Algebra/ZeroTestable.hs:38)
     (src/Algebra/ZeroTestable.hs:39)
     (src/Algebra/ZeroTestable.hs:41)
     (src/Algebra/ZeroTestable.hs:42)
     (src/Algebra/ZeroTestable.hs:43)
     (src/Algebra/ZeroTestable.hs:44)
     (src/Algebra/ZeroTestable.hs:45)
     (src/Algebra/ZeroTestable.hs:47)
     (src/Algebra/ZeroTestable.hs:48)
     (src/Algebra/ZeroTestable.hs:49)
     (src/Algebra/ZeroTestable.hs:50)
     (src/Algebra/ZeroTestable.hs:51)
     (src/Algebra/ZeroTestable.hs:57)
     (src/Algebra/ZeroTestable.hs:60)
     (src/Algebra/ZeroTestable.hs:64)
Warning: Algebra.Ring: * is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Ring: one is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Ring: fromInteger is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Ring: ^ is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
  28% (  5 / 18) in 'Algebra.Ring'
  Missing documentation for:
    Module header
    sqr (src/Algebra/Ring.hs:99)
    product (src/Algebra/Ring.hs:102)
    product1 (src/Algebra/Ring.hs:105)
    scalarProduct (src/Algebra/Ring.hs:109)
    propAssociative (src/Algebra/Ring.hs:225)
    propLeftDistributive (src/Algebra/Ring.hs:226)
    propRightDistributive (src/Algebra/Ring.hs:227)
    propLeftIdentity (src/Algebra/Ring.hs:228)
    propRightIdentity (src/Algebra/Ring.hs:229)
    propPowerCascade (src/Algebra/Ring.hs:237)
    propPowerProduct (src/Algebra/Ring.hs:238)
    propPowerDistributive (src/Algebra/Ring.hs:239)
  50% (  1 /  2) in 'Algebra.Differential'
  Missing documentation for:
    Module header
Warning: Algebra.IntegralDomain: div is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.IntegralDomain: mod is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.IntegralDomain: divMod is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
  46% ( 12 / 26) in 'Algebra.IntegralDomain'
  Missing documentation for:
    Module header
    divides (src/Algebra/IntegralDomain.hs:111)
    sameResidueClass (src/Algebra/IntegralDomain.hs:115)
    even (src/Algebra/IntegralDomain.hs:176)
    odd (src/Algebra/IntegralDomain.hs:176)
    decomposeVarPositionalInf (src/Algebra/IntegralDomain.hs:132)
    propInverse (src/Algebra/IntegralDomain.hs:310)
    propMultipleDiv (src/Algebra/IntegralDomain.hs:311)
    propMultipleMod (src/Algebra/IntegralDomain.hs:312)
    propProjectAddition (src/Algebra/IntegralDomain.hs:313)
    propProjectMultiplication (src/Algebra/IntegralDomain.hs:314)
    propUniqueRepresentative (src/Algebra/IntegralDomain.hs:316)
    propZeroRepresentative (src/Algebra/IntegralDomain.hs:317)
    propSameResidueClass (src/Algebra/IntegralDomain.hs:315)
  20% (  2 / 10) in 'Algebra.Monoid'
  Missing documentation for:
     (src/Algebra/Monoid.hs:38)
     (src/Algebra/Monoid.hs:43)
     (src/Algebra/Monoid.hs:48)
     (src/Algebra/Monoid.hs:53)
     (src/Algebra/Monoid.hs:58)
     (src/Algebra/Monoid.hs:63)
     (src/Algebra/Monoid.hs:69)
     (src/Algebra/Monoid.hs:74)
  57% (  4 /  7) in 'Algebra.NonNegative'
  Missing documentation for:
    zero (src/Algebra/NonNegative.hs:100)
    add (src/Algebra/NonNegative.hs:106)
    sum (src/Algebra/NonNegative.hs:109)
Warning: Algebra.Units: isUnit is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Units: stdAssociate is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Units: stdUnit is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Units: stdUnitInv is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
  38% (  5 / 13) in 'Algebra.Units'
  Missing documentation for:
    Module header
    intQuery (src/Algebra/Units.hs:86)
    intAssociate (src/Algebra/Units.hs:89)
    intStandard (src/Algebra/Units.hs:89)
    intStandardInverse (src/Algebra/Units.hs:89)
    propComposition (src/Algebra/Units.hs:141)
    propInverseUnit (src/Algebra/Units.hs:142)
    propUniqueAssociate (src/Algebra/Units.hs:143)
Warning: Algebra.PrincipalIdealDomain: extendedGCD is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.PrincipalIdealDomain: gcd is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.PrincipalIdealDomain: lcm is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
  33% ( 10 / 30) in 'Algebra.PrincipalIdealDomain'
  Missing documentation for:
    Module header
    coprime (src/Algebra/PrincipalIdealDomain.hs:139)
    euclid (src/Algebra/PrincipalIdealDomain.hs:150)
    extendedEuclid (src/Algebra/PrincipalIdealDomain.hs:165)
    diophantineMulti (src/Algebra/PrincipalIdealDomain.hs:230)
    propMaximalDivisor (src/Algebra/PrincipalIdealDomain.hs:345)
    propGCDDiophantine (src/Algebra/PrincipalIdealDomain.hs:331)
    propExtendedGCDMulti (src/Algebra/PrincipalIdealDomain.hs:332)
    propDiophantine (src/Algebra/PrincipalIdealDomain.hs:335)
    propDiophantineMin (src/Algebra/PrincipalIdealDomain.hs:336)
    propDiophantineMulti (src/Algebra/PrincipalIdealDomain.hs:339)
    propDiophantineMultiMin (src/Algebra/PrincipalIdealDomain.hs:340)
    propChineseRemainder (src/Algebra/PrincipalIdealDomain.hs:346)
    propDivisibleGCD (src/Algebra/PrincipalIdealDomain.hs:341)
    propDivisibleLCM (src/Algebra/PrincipalIdealDomain.hs:342)
    propGCDIdentity (src/Algebra/PrincipalIdealDomain.hs:328)
    propGCDCommutative (src/Algebra/PrincipalIdealDomain.hs:330)
    propGCDAssociative (src/Algebra/PrincipalIdealDomain.hs:329)
    propGCDHomogeneous (src/Algebra/PrincipalIdealDomain.hs:344)
    propGCD_LCM (src/Algebra/PrincipalIdealDomain.hs:343)
  33% (  3 /  9) in 'MathObj.Monoid'
  Missing documentation for:
    Module header
     (src/MathObj/Monoid.hs:22)
    LCM (src/MathObj/Monoid.hs:27)
     (src/MathObj/Monoid.hs:30)
     (src/MathObj/Monoid.hs:41)
     (src/MathObj/Monoid.hs:53)
   0% (  0 /  2) in 'Algebra.RightModule'
  Missing documentation for:
    Module header
    C (src/Algebra/RightModule.hs:16)
  50% (  7 / 14) in 'Algebra.Vector'
  Missing documentation for:
    functorScale (src/Algebra/Vector.hs:62)
     (src/Algebra/Vector.hs:65)
     (src/Algebra/Vector.hs:70)
     (src/Algebra/Vector.hs:75)
    propCascade (src/Algebra/Vector.hs:91)
    propRightDistributive (src/Algebra/Vector.hs:95)
    propLeftDistributive (src/Algebra/Vector.hs:99)
  10% (  1 / 10) in 'MathObj.Algebra'
  Missing documentation for:
    T (src/MathObj/Algebra.hs:31)
     (src/MathObj/Algebra.hs:35)
     (src/MathObj/Algebra.hs:40)
    zipWith (src/MathObj/Algebra.hs:50)
     (src/MathObj/Algebra.hs:53)
     (src/MathObj/Algebra.hs:58)
    mulMonomial (src/MathObj/Algebra.hs:64)
     (src/MathObj/Algebra.hs:67)
    monomial (src/MathObj/Algebra.hs:73)
  25% (  1 /  4) in 'Algebra.Absolute'
  Missing documentation for:
    Module header
    absOrd (src/Algebra/Absolute.hs:69)
    signumOrd (src/Algebra/Absolute.hs:72)
  40% (  4 / 10) in 'Number.Ratio'
  Missing documentation for:
    T (src/Number/Ratio.hs:60)
    % (src/Number/Ratio.hs:86)
    Rational (src/Number/Ratio.hs:64)
    fromValue (src/Number/Ratio.hs:67)
    recip (src/Number/Ratio.hs:123)
    scale (src/Number/Ratio.hs:70)
Warning: Algebra.Field: / is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Field: recip is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Field: fromRational' is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
Warning: Algebra.Field: ^- is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity.
  71% (  5 /  7) in 'Algebra.Field'
  Missing documentation for:
    Module header
    propReciprocal (src/Algebra/Field.hs:145)
  12% (  2 / 16) in 'Algebra.ToRational'
  Missing documentation for:
    Module header
     (src/Algebra/ToRational.hs:37)
     (src/Algebra/ToRational.hs:41)
     (src/Algebra/ToRational.hs:45)
     (src/Algebra/ToRational.hs:49)
     (src/Algebra/ToRational.hs:50)
     (src/Algebra/ToRational.hs:51)
     (src/Algebra/ToRational.hs:52)
     (src/Algebra/ToRational.hs:53)
     (src/Algebra/ToRational.hs:55)
     (src/Algebra/ToRational.hs:56)
     (src/Algebra/ToRational.hs:57)
     (src/Algebra/ToRational.hs:58)
     (src/Algebra/ToRational.hs:59)
 100% (  2 /  2) in 'Algebra.RealIntegral'
  18% (  3 / 17) in 'Algebra.ToInteger'
  Missing documentation for:
    Module header
    fromIntegral (src/Algebra/ToInteger.hs:52)
     (src/Algebra/ToInteger.hs:105)
     (src/Algebra/ToInteger.hs:107)
     (src/Algebra/ToInteger.hs:108)
     (src/Algebra/ToInteger.hs:109)
     (src/Algebra/ToInteger.hs:110)
     (src/Algebra/ToInteger.hs:111)
     (src/Algebra/ToInteger.hs:113)
     (src/Algebra/ToInteger.hs:114)
     (src/Algebra/ToInteger.hs:115)
     (src/Algebra/ToInteger.hs:116)
     (src/Algebra/ToInteger.hs:117)
     (src/Algebra/ToInteger.hs:120)
  18% (  2 / 11) in 'Algebra.Algebraic'
  Missing documentation for:
    Module header
    genericRoot (src/Algebra/Algebraic.hs:35)
    power (src/Algebra/Algebraic.hs:38)
     (src/Algebra/Algebraic.hs:41)
     (src/Algebra/Algebraic.hs:46)
    propSqrSqrt (src/Algebra/Algebraic.hs:57)
    propPowerCascade (src/Algebra/Algebraic.hs:60)
    propPowerProduct (src/Algebra/Algebraic.hs:61)
    propPowerDistributive (src/Algebra/Algebraic.hs:62)
  11% (  3 / 27) in 'Algebra.Transcendental'
  Missing documentation for:
    Module header
     (src/Algebra/Transcendental.hs:78)
     (src/Algebra/Transcendental.hs:105)
    ^? (src/Algebra/Transcendental.hs:135)
    propExpLog (src/Algebra/Transcendental.hs:141)
    propLogExp (src/Algebra/Transcendental.hs:142)
    propExpNeg (src/Algebra/Transcendental.hs:143)
    propLogRecip (src/Algebra/Transcendental.hs:144)
    propExpProduct (src/Algebra/Transcendental.hs:145)
    propExpLogPower (src/Algebra/Transcendental.hs:146)
    propLogSum (src/Algebra/Transcendental.hs:147)
    propPowerCascade (src/Algebra/Transcendental.hs:158)
    propPowerProduct (src/Algebra/Transcendental.hs:159)
    propPowerDistributive (src/Algebra/Transcendental.hs:160)
    propTrigonometricPythagoras (src/Algebra/Transcendental.hs:168)
    propSinPeriod (src/Algebra/Transcendental.hs:171)
    propCosPeriod (src/Algebra/Transcendental.hs:172)
    propTanPeriod (src/Algebra/Transcendental.hs:173)
    propSinAngleSum (src/Algebra/Transcendental.hs:179)
    propCosAngleSum (src/Algebra/Transcendental.hs:180)
    propSinDoubleAngle (src/Algebra/Transcendental.hs:185)
    propCosDoubleAngle (src/Algebra/Transcendental.hs:186)
    propSinSquare (src/Algebra/Transcendental.hs:191)
    propCosSquare (src/Algebra/Transcendental.hs:192)
  35% (  8 / 23) in 'Algebra.Module'
  Missing documentation for:
    <*>.*> (src/Algebra/Module.hs:66)
     (src/Algebra/Module.hs:76)
     (src/Algebra/Module.hs:80)
     (src/Algebra/Module.hs:84)
     (src/Algebra/Module.hs:88)
     (src/Algebra/Module.hs:92)
     (src/Algebra/Module.hs:96)
     (src/Algebra/Module.hs:104)
     (src/Algebra/Module.hs:109)
     (src/Algebra/Module.hs:114)
     (src/Algebra/Module.hs:118)
     (src/Algebra/Module.hs:123)
    propCascade (src/Algebra/Module.hs:153)
    propRightDistributive (src/Algebra/Module.hs:156)
    propLeftDistributive (src/Algebra/Module.hs:159)
  17% (  2 / 12) in 'Algebra.VectorSpace'
  Missing documentation for:
    Module header
    C (src/Algebra/VectorSpace.hs:17)
     (src/Algebra/VectorSpace.hs:22)
     (src/Algebra/VectorSpace.hs:24)
     (src/Algebra/VectorSpace.hs:28)
     (src/Algebra/VectorSpace.hs:30)
     (src/Algebra/VectorSpace.hs:32)
     (src/Algebra/VectorSpace.hs:34)
     (src/Algebra/VectorSpace.hs:36)
     (src/Algebra/VectorSpace.hs:38)
  50% (  1 /  2) in 'Algebra.DivisibleSpace'
  Missing documentation for:
    Module header
  36% (  5 / 14) in 'Algebra.ModuleBasis'
  Missing documentation for:
     (src/Algebra/ModuleBasis.hs:45)
     (src/Algebra/ModuleBasis.hs:50)
     (src/Algebra/ModuleBasis.hs:55)
     (src/Algebra/ModuleBasis.hs:60)
     (src/Algebra/ModuleBasis.hs:65)
     (src/Algebra/ModuleBasis.hs:74)
     (src/Algebra/ModuleBasis.hs:80)
    propFlatten (src/Algebra/ModuleBasis.hs:91)
    propDimension (src/Algebra/ModuleBasis.hs:94)
 100% (  6 /  6) in 'NumericPrelude.List.Checked'
  33% (  4 / 12) in 'NumericPrelude.List.Generic'
  Missing documentation for:
    replicate (src/NumericPrelude/List/Generic.hs:32)
    take (src/NumericPrelude/List/Generic.hs:35)
    drop (src/NumericPrelude/List/Generic.hs:42)
    splitAt (src/NumericPrelude/List/Generic.hs:49)
    findIndex (src/NumericPrelude/List/Generic.hs:77)
    elemIndex (src/NumericPrelude/List/Generic.hs:71)
    findIndices (src/NumericPrelude/List/Generic.hs:80)
    elemIndices (src/NumericPrelude/List/Generic.hs:74)
  18% (  6 / 34) in 'Algebra.RealRing'
  Missing documentation for:
    Module header
     (src/Algebra/RealRing.hs:169)
     (src/Algebra/RealRing.hs:173)
     (src/Algebra/RealRing.hs:187)
     (src/Algebra/RealRing.hs:201)
     (src/Algebra/RealRing.hs:215)
    fastSplitFraction (src/Algebra/RealRing.hs:231)
    fixSplitFraction (src/Algebra/RealRing.hs:240)
    fixFraction (src/Algebra/RealRing.hs:248)
    splitFractionInt (src/Algebra/RealRing.hs:257)
    floorInt (src/Algebra/RealRing.hs:263)
    ceilingInt (src/Algebra/RealRing.hs:271)
    roundInt (src/Algebra/RealRing.hs:279)
    roundSimpleInt (src/Algebra/RealRing.hs:289)
    powersOfTwo (src/Algebra/RealRing.hs:408)
    pairsOfPowersOfTwo (src/Algebra/RealRing.hs:411)
    genericCeiling (src/Algebra/RealRing.hs:428)
    genericTruncate (src/Algebra/RealRing.hs:434)
    genericRound (src/Algebra/RealRing.hs:440)
    genericFraction (src/Algebra/RealRing.hs:446)
    genericSplitFraction (src/Algebra/RealRing.hs:452)
    genericPosFloor (src/Algebra/RealRing.hs:460)
    genericPosCeiling (src/Algebra/RealRing.hs:471)
    genericHalfPosFloorDigits (src/Algebra/RealRing.hs:496)
    genericPosRound (src/Algebra/RealRing.hs:507)
    genericPosFraction (src/Algebra/RealRing.hs:521)
    genericPosSplitFraction (src/Algebra/RealRing.hs:530)
    decisionPosFractionSqrTime (src/Algebra/RealRing.hs:562)
  25% (  1 /  4) in 'Algebra.FloatingPoint'
  Missing documentation for:
    Module header
     (src/Algebra/FloatingPoint.hs:29)
     (src/Algebra/FloatingPoint.hs:44)
  50% (  1 /  2) in 'Algebra.RealField'
  Missing documentation for:
    Module header
  25% (  1 /  4) in 'Algebra.RealTranscendental'
  Missing documentation for:
    Module header
     (src/Algebra/RealTranscendental.hs:33)
     (src/Algebra/RealTranscendental.hs:36)
  25% ( 21 / 83) in 'NumericPrelude.Numeric'
  Missing documentation for:
    Module header
    isZero (src/Algebra/ZeroTestable.hs:18)
    * (src/Algebra/Ring.hs:69)
    one (src/Algebra/Ring.hs:70)
    fromInteger (src/Algebra/Ring.hs:71)
    sqr (src/Algebra/Ring.hs:99)
    product (src/Algebra/Ring.hs:102)
    product1 (src/Algebra/Ring.hs:105)
    div (src/Algebra/IntegralDomain.hs:99)
    div (src/Algebra/IntegralDomain.hs:99)
    divMod (src/Algebra/IntegralDomain.hs:100)
    divides (src/Algebra/IntegralDomain.hs:111)
    even (src/Algebra/IntegralDomain.hs:176)
    odd (src/Algebra/IntegralDomain.hs:176)
    / (src/Algebra/Field.hs:72)
    recip (src/Algebra/Field.hs:73)
    fromRational' (src/Algebra/Field.hs:74)
    ^- (src/Algebra/Field.hs:75)
    ^/ (src/Algebra/Algebraic.hs:32)
    sqrt (src/Algebra/Algebraic.hs:25)
    pi (src/Algebra/Transcendental.hs:38)
    exp (src/Algebra/Transcendental.hs:39)
    exp (src/Algebra/Transcendental.hs:39)
    logBase (src/Algebra/Transcendental.hs:40)
    logBase (src/Algebra/Transcendental.hs:40)
    ^? (src/Algebra/Transcendental.hs:135)
    sin (src/Algebra/Transcendental.hs:41)
    sin (src/Algebra/Transcendental.hs:41)
    sin (src/Algebra/Transcendental.hs:41)
    asin (src/Algebra/Transcendental.hs:42)
    asin (src/Algebra/Transcendental.hs:42)
    asin (src/Algebra/Transcendental.hs:42)
    sinh (src/Algebra/Transcendental.hs:43)
    sinh (src/Algebra/Transcendental.hs:43)
    sinh (src/Algebra/Transcendental.hs:43)
    asinh (src/Algebra/Transcendental.hs:44)
    asinh (src/Algebra/Transcendental.hs:44)
    asinh (src/Algebra/Transcendental.hs:44)
    abs (src/Algebra/Absolute.hs:65)
    signum (src/Algebra/Absolute.hs:66)
    quot (src/Algebra/RealIntegral.hs:51)
    quot (src/Algebra/RealIntegral.hs:51)
    quotRem (src/Algebra/RealIntegral.hs:52)
    splitFraction (src/Algebra/RealRing.hs:119)
    fraction (src/Algebra/RealRing.hs:120)
    truncate (src/Algebra/RealRing.hs:122)
    round (src/Algebra/RealRing.hs:123)
    ceiling (src/Algebra/RealRing.hs:121)
    ceiling (src/Algebra/RealRing.hs:121)
    atan2 (src/Algebra/RealTranscendental.hs:24)
    toInteger (src/Algebra/ToInteger.hs:49)
    fromIntegral (src/Algebra/ToInteger.hs:52)
    isUnit (src/Algebra/Units.hs:74)
    stdAssociate (src/Algebra/Units.hs:75)
    stdAssociate (src/Algebra/Units.hs:75)
    stdAssociate (src/Algebra/Units.hs:75)
    euclid (src/Algebra/PrincipalIdealDomain.hs:150)
    extendedEuclid (src/Algebra/PrincipalIdealDomain.hs:165)
    Rational (src/Number/Ratio.hs:64)
    % (src/Number/Ratio.hs:86)
    numerator (src/Number/Ratio.hs:61)
    denominator (src/Number/Ratio.hs:62)
   0% (  0 / 11) in 'Algebra.Lattice'
  Missing documentation for:
    Module header
    C (src/Algebra/Lattice.hs:22)
    max (src/Algebra/Lattice.hs:64)
    min (src/Algebra/Lattice.hs:64)
    abs (src/Algebra/Lattice.hs:68)
    propUpCommutative (src/Algebra/Lattice.hs:28)
    propDnCommutative (src/Algebra/Lattice.hs:28)
    propUpAssociative (src/Algebra/Lattice.hs:33)
    propDnAssociative (src/Algebra/Lattice.hs:33)
    propUpDnDistributive (src/Algebra/Lattice.hs:38)
    propDnUpDistributive (src/Algebra/Lattice.hs:38)
  33% (  2 /  6) in 'NumericPrelude'
  Missing documentation for:
    Module header
    max (src/Algebra/Lattice.hs:64)
    min (src/Algebra/Lattice.hs:64)
    abs (src/Algebra/Lattice.hs:68)
  28% (  7 / 25) in 'Algebra.NormedSpace.Euclidean'
  Missing documentation for:
    defltNorm (src/Algebra/NormedSpace/Euclidean.hs:69)
     (src/Algebra/NormedSpace/Euclidean.hs:75)
     (src/Algebra/NormedSpace/Euclidean.hs:78)
     (src/Algebra/NormedSpace/Euclidean.hs:81)
     (src/Algebra/NormedSpace/Euclidean.hs:84)
     (src/Algebra/NormedSpace/Euclidean.hs:87)
     (src/Algebra/NormedSpace/Euclidean.hs:90)
     (src/Algebra/NormedSpace/Euclidean.hs:93)
     (src/Algebra/NormedSpace/Euclidean.hs:96)
     (src/Algebra/NormedSpace/Euclidean.hs:102)
     (src/Algebra/NormedSpace/Euclidean.hs:105)
     (src/Algebra/NormedSpace/Euclidean.hs:108)
     (src/Algebra/NormedSpace/Euclidean.hs:111)
     (src/Algebra/NormedSpace/Euclidean.hs:114)
     (src/Algebra/NormedSpace/Euclidean.hs:117)
     (src/Algebra/NormedSpace/Euclidean.hs:120)
     (src/Algebra/NormedSpace/Euclidean.hs:124)
     (src/Algebra/NormedSpace/Euclidean.hs:127)
  23% (  3 / 13) in 'Algebra.NormedSpace.Maximum'
  Missing documentation for:
    C (src/Algebra/NormedSpace/Maximum.hs:26)
     (src/Algebra/NormedSpace/Maximum.hs:52)
     (src/Algebra/NormedSpace/Maximum.hs:55)
     (src/Algebra/NormedSpace/Maximum.hs:58)
     (src/Algebra/NormedSpace/Maximum.hs:61)
     (src/Algebra/NormedSpace/Maximum.hs:65)
     (src/Algebra/NormedSpace/Maximum.hs:68)
     (src/Algebra/NormedSpace/Maximum.hs:71)
     (src/Algebra/NormedSpace/Maximum.hs:74)
     (src/Algebra/NormedSpace/Maximum.hs:83)
  31% (  4 / 13) in 'Algebra.NormedSpace.Sum'
  Missing documentation for:
     (src/Algebra/NormedSpace/Sum.hs:62)
     (src/Algebra/NormedSpace/Sum.hs:65)
     (src/Algebra/NormedSpace/Sum.hs:68)
     (src/Algebra/NormedSpace/Sum.hs:71)
     (src/Algebra/NormedSpace/Sum.hs:75)
     (src/Algebra/NormedSpace/Sum.hs:78)
     (src/Algebra/NormedSpace/Sum.hs:81)
     (src/Algebra/NormedSpace/Sum.hs:84)
     (src/Algebra/NormedSpace/Sum.hs:88)
  20% (  2 / 10) in 'MathObj.DiscreteMap'
  Missing documentation for:
     (src/MathObj/DiscreteMap.hs:53)
     (src/MathObj/DiscreteMap.hs:63)
     (src/MathObj/DiscreteMap.hs:70)
     (src/MathObj/DiscreteMap.hs:76)
     (src/MathObj/DiscreteMap.hs:79)
     (src/MathObj/DiscreteMap.hs:83)
     (src/MathObj/DiscreteMap.hs:87)
     (src/MathObj/DiscreteMap.hs:91)
  17% (  1 /  6) in 'Algebra.OccasionallyScalar'
  Missing documentation for:
    C (src/Algebra/OccasionallyScalar.hs:37)
    toScalarDefault (src/Algebra/OccasionallyScalar.hs:42)
    toScalarShow (src/Algebra/OccasionallyScalar.hs:47)
     (src/Algebra/OccasionallyScalar.hs:53)
     (src/Algebra/OccasionallyScalar.hs:58)
  14% (  3 / 21) in 'MathObj.Matrix'
  Missing documentation for:
    Dimension (src/MathObj/Matrix.hs:78)
    format (src/MathObj/Matrix.hs:128)
    rows (src/MathObj/Matrix.hs:88)
    columns (src/MathObj/Matrix.hs:93)
    index (src/MathObj/Matrix.hs:98)
    fromRows (src/MathObj/Matrix.hs:101)
    fromColumns (src/MathObj/Matrix.hs:109)
    fromList (src/MathObj/Matrix.hs:117)
    dimension (src/MathObj/Matrix.hs:138)
    numRows (src/MathObj/Matrix.hs:141)
    numColumns (src/MathObj/Matrix.hs:144)
    zipWith (src/MathObj/Matrix.hs:154)
    zero (src/MathObj/Matrix.hs:162)
    one (src/MathObj/Matrix.hs:168)
    diagonal (src/MathObj/Matrix.hs:175)
    scale (src/MathObj/Matrix.hs:183)
    random (src/MathObj/Matrix.hs:209)
    randomR (src/MathObj/Matrix.hs:214)
  50% ( 17 / 34) in 'MathObj.PartialFraction'
  Missing documentation for:
    toFractionSum (src/MathObj/PartialFraction.hs:68)
    appPrec (src/MathObj/PartialFraction.hs:72)
     (src/MathObj/PartialFraction.hs:75)
    toFraction (src/MathObj/PartialFraction.hs:83)
    hornerRev (src/MathObj/PartialFraction.hs:112)
    fromFactoredFractionAlt (src/MathObj/PartialFraction.hs:148)
    fromValue (src/MathObj/PartialFraction.hs:162)
    zipWith (src/MathObj/PartialFraction.hs:218)
     (src/MathObj/PartialFraction.hs:223)
    mulFrac' (src/MathObj/PartialFraction.hs:255)
    scaleInt (src/MathObj/PartialFraction.hs:346)
    mul (src/MathObj/PartialFraction.hs:352)
    mulFast (src/MathObj/PartialFraction.hs:362)
     (src/MathObj/PartialFraction.hs:369)
    indexMapMapWithKey (src/MathObj/PartialFraction.hs:376)
    indexMapToList (src/MathObj/PartialFraction.hs:381)
    indexMapFromList (src/MathObj/PartialFraction.hs:384)
  18% (  3 / 17) in 'MathObj.Permutation.CycleList'
  Missing documentation for:
    Cycle (src/MathObj/Permutation/CycleList.hs:26)
    T (src/MathObj/Permutation/CycleList.hs:27)
    fromFunction (src/MathObj/Permutation/CycleList.hs:31)
    cycleRightAction (src/MathObj/Permutation/CycleList.hs:44)
    cycleLeftAction (src/MathObj/Permutation/CycleList.hs:48)
    cycleAction (src/MathObj/Permutation/CycleList.hs:51)
    cycleOrbit (src/MathObj/Permutation/CycleList.hs:58)
    cyclesOrbit (src/MathObj/Permutation/CycleList.hs:68)
    orbit (src/MathObj/Permutation/CycleList.hs:71)
    takeUntilRepetitionSlow (src/MathObj/Permutation/CycleList.hs:81)
    choose (src/MathObj/Permutation/CycleList.hs:91)
    keepEssentials (src/MathObj/Permutation/CycleList.hs:95)
    isEssential (src/MathObj/Permutation/CycleList.hs:99)
    inverse (src/MathObj/Permutation/CycleList.hs:102)
  24% (  4 / 17) in 'MathObj.Permutation.CycleList.Check'
  Missing documentation for:
    T (src/MathObj/Permutation/CycleList/Check.hs:44)
    toCycles (src/MathObj/Permutation/CycleList/Check.hs:52)
    toTable (src/MathObj/Permutation/CycleList/Check.hs:55)
    fromTable (src/MathObj/Permutation/CycleList/Check.hs:58)
    errIncompat (src/MathObj/Permutation/CycleList/Check.hs:64)
    liftCmpTable2 (src/MathObj/Permutation/CycleList/Check.hs:67)
    liftTable2 (src/MathObj/Permutation/CycleList/Check.hs:74)
    closure (src/MathObj/Permutation/CycleList/Check.hs:79)
     (src/MathObj/Permutation/CycleList/Check.hs:83)
     (src/MathObj/Permutation/CycleList/Check.hs:88)
     (src/MathObj/Permutation/CycleList/Check.hs:94)
     (src/MathObj/Permutation/CycleList/Check.hs:108)
     (src/MathObj/Permutation/CycleList/Check.hs:123)
  30% (  8 / 27) in 'MathObj.Polynomial.Core'
  Missing documentation for:
    hornerArgVector (src/MathObj/Polynomial/Core.hs:62)
    unShift (src/MathObj/Polynomial/Core.hs:83)
    equal (src/MathObj/Polynomial/Core.hs:88)
    add (src/MathObj/Polynomial/Core.hs:92)
    sub (src/MathObj/Polynomial/Core.hs:92)
    negate (src/MathObj/Polynomial/Core.hs:97)
    scale (src/MathObj/Polynomial/Core.hs:102)
    collinear (src/MathObj/Polynomial/Core.hs:106)
    tensorProduct (src/MathObj/Polynomial/Core.hs:117)
    tensorProductAlt (src/MathObj/Polynomial/Core.hs:120)
    mulShear (src/MathObj/Polynomial/Core.hs:139)
    mulShearTranspose (src/MathObj/Polynomial/Core.hs:143)
    divMod (src/MathObj/Polynomial/Core.hs:147)
    stdUnit (src/MathObj/Polynomial/Core.hs:177)
    progression (src/MathObj/Polynomial/Core.hs:184)
    differentiate (src/MathObj/Polynomial/Core.hs:188)
    integrate (src/MathObj/Polynomial/Core.hs:192)
    mulLinearFactor (src/MathObj/Polynomial/Core.hs:207)
    alternate (src/MathObj/Polynomial/Core.hs:212)
  37% ( 16 / 43) in 'MathObj.PowerSeries.Core'
  Missing documentation for:
    Module header
    evaluate (src/MathObj/PowerSeries/Core.hs:24)
    evaluateCoeffVector (src/MathObj/PowerSeries/Core.hs:28)
    evaluateArgVector (src/MathObj/PowerSeries/Core.hs:32)
    approximate (src/MathObj/PowerSeries/Core.hs:37)
    approximateCoeffVector (src/MathObj/PowerSeries/Core.hs:42)
    approximateArgVector (src/MathObj/PowerSeries/Core.hs:47)
    add (src/MathObj/PowerSeries/Core.hs:91)
    sub (src/MathObj/PowerSeries/Core.hs:91)
    negate (src/MathObj/PowerSeries/Core.hs:95)
    scale (src/MathObj/PowerSeries/Core.hs:98)
    mul (src/MathObj/PowerSeries/Core.hs:101)
    stripLeadZero (src/MathObj/PowerSeries/Core.hs:105)
    divMod (src/MathObj/PowerSeries/Core.hs:113)
    progression (src/MathObj/PowerSeries/Core.hs:144)
    recipProgression (src/MathObj/PowerSeries/Core.hs:147)
    differentiate (src/MathObj/PowerSeries/Core.hs:150)
    integrate (src/MathObj/PowerSeries/Core.hs:153)
    sinCos (src/MathObj/PowerSeries/Core.hs:206)
    sinCosScalar (src/MathObj/PowerSeries/Core.hs:214)
    sin (src/MathObj/PowerSeries/Core.hs:217)
    cos (src/MathObj/PowerSeries/Core.hs:217)
    tan (src/MathObj/PowerSeries/Core.hs:221)
    atan (src/MathObj/PowerSeries/Core.hs:242)
    asin (src/MathObj/PowerSeries/Core.hs:247)
    acos (src/MathObj/PowerSeries/Core.hs:247)
    invDiff (src/MathObj/PowerSeries/Core.hs:323)
  24% (  7 / 29) in 'MathObj.PowerSeries'
  Missing documentation for:
    T (src/MathObj/PowerSeries.hs:30)
    fromCoeffs (src/MathObj/PowerSeries.hs:33)
    lift0 (src/MathObj/PowerSeries.hs:37)
    lift1 (src/MathObj/PowerSeries.hs:41)
    lift2 (src/MathObj/PowerSeries.hs:45)
    const (src/MathObj/PowerSeries.hs:49)
     (src/MathObj/PowerSeries.hs:57)
    appPrec (src/MathObj/PowerSeries.hs:61)
     (src/MathObj/PowerSeries.hs:64)
    truncate (src/MathObj/PowerSeries.hs:70)
    evaluateArgVector (src/MathObj/PowerSeries.hs:89)
     (src/MathObj/PowerSeries.hs:120)
     (src/MathObj/PowerSeries.hs:123)
     (src/MathObj/PowerSeries.hs:129)
     (src/MathObj/PowerSeries.hs:134)
     (src/MathObj/PowerSeries.hs:139)
     (src/MathObj/PowerSeries.hs:142)
     (src/MathObj/PowerSeries.hs:145)
     (src/MathObj/PowerSeries.hs:149)
     (src/MathObj/PowerSeries.hs:155)
     (src/MathObj/PowerSeries.hs:159)
     (src/MathObj/PowerSeries.hs:165)
  10% (  2 / 20) in 'MathObj.PowerSeries2.Core'
  Missing documentation for:
    Module header
    T (src/MathObj/PowerSeries2/Core.hs:17)
    lift0fromPowerSeries (src/MathObj/PowerSeries2/Core.hs:20)
    lift1fromPowerSeries (src/MathObj/PowerSeries2/Core.hs:23)
    lift2fromPowerSeries (src/MathObj/PowerSeries2/Core.hs:28)
    add (src/MathObj/PowerSeries2/Core.hs:36)
    sub (src/MathObj/PowerSeries2/Core.hs:36)
    negate (src/MathObj/PowerSeries2/Core.hs:40)
    scale (src/MathObj/PowerSeries2/Core.hs:44)
    mul (src/MathObj/PowerSeries2/Core.hs:47)
    divide (src/MathObj/PowerSeries2/Core.hs:51)
    sqrt (src/MathObj/PowerSeries2/Core.hs:56)
    pow (src/MathObj/PowerSeries2/Core.hs:62)
    swapVariables (src/MathObj/PowerSeries2/Core.hs:69)
    differentiate0 (src/MathObj/PowerSeries2/Core.hs:73)
    differentiate1 (src/MathObj/PowerSeries2/Core.hs:77)
    integrate0 (src/MathObj/PowerSeries2/Core.hs:80)
    integrate1 (src/MathObj/PowerSeries2/Core.hs:84)
  10% (  5 / 48) in 'MathObj.PowerSeries.Example'
  Missing documentation for:
    Module header
    recip (src/MathObj/PowerSeries/Example.hs:24)
    exp (src/MathObj/PowerSeries/Example.hs:27)
    sin (src/MathObj/PowerSeries/Example.hs:27)
    cos (src/MathObj/PowerSeries/Example.hs:27)
    log (src/MathObj/PowerSeries/Example.hs:27)
    asin (src/MathObj/PowerSeries/Example.hs:27)
    atan (src/MathObj/PowerSeries/Example.hs:27)
    sqrt (src/MathObj/PowerSeries/Example.hs:27)
    acos (src/MathObj/PowerSeries/Example.hs:29)
    tan (src/MathObj/PowerSeries/Example.hs:30)
    sinh (src/MathObj/PowerSeries/Example.hs:40)
    cosh (src/MathObj/PowerSeries/Example.hs:40)
    atanh (src/MathObj/PowerSeries/Example.hs:40)
    pow (src/MathObj/PowerSeries/Example.hs:45)
    recipExpl (src/MathObj/PowerSeries/Example.hs:52)
    expExpl (src/MathObj/PowerSeries/Example.hs:55)
    sinExpl (src/MathObj/PowerSeries/Example.hs:55)
    cosExpl (src/MathObj/PowerSeries/Example.hs:55)
    tanExpl (src/MathObj/PowerSeries/Example.hs:60)
    tanExplSieve (src/MathObj/PowerSeries/Example.hs:60)
    logExpl (src/MathObj/PowerSeries/Example.hs:68)
    atanExpl (src/MathObj/PowerSeries/Example.hs:68)
    sqrtExpl (src/MathObj/PowerSeries/Example.hs:68)
    sinhExpl (src/MathObj/PowerSeries/Example.hs:72)
    coshExpl (src/MathObj/PowerSeries/Example.hs:72)
    atanhExpl (src/MathObj/PowerSeries/Example.hs:72)
    powExpl (src/MathObj/PowerSeries/Example.hs:79)
    expODE (src/MathObj/PowerSeries/Example.hs:113)
    sinODE (src/MathObj/PowerSeries/Example.hs:113)
    cosODE (src/MathObj/PowerSeries/Example.hs:113)
    tanODE (src/MathObj/PowerSeries/Example.hs:113)
    tanODESieve (src/MathObj/PowerSeries/Example.hs:113)
    logODE (src/MathObj/PowerSeries/Example.hs:129)
    recipCircle (src/MathObj/PowerSeries/Example.hs:129)
    asinODE (src/MathObj/PowerSeries/Example.hs:129)
    atanODE (src/MathObj/PowerSeries/Example.hs:129)
    sqrtODE (src/MathObj/PowerSeries/Example.hs:129)
    acosODE (src/MathObj/PowerSeries/Example.hs:136)
    sinhODE (src/MathObj/PowerSeries/Example.hs:139)
    coshODE (src/MathObj/PowerSeries/Example.hs:139)
    atanhODE (src/MathObj/PowerSeries/Example.hs:139)
    powODE (src/MathObj/PowerSeries/Example.hs:152)
  43% (  3 /  7) in 'MathObj.PowerSeries.DifferentialEquation'
  Missing documentation for:
    verifyDiffEq0 (src/MathObj/PowerSeries/DifferentialEquation.hs:51)
    propDiffEq0 (src/MathObj/PowerSeries/DifferentialEquation.hs:55)
    verifyDiffEq1 (src/MathObj/PowerSeries/DifferentialEquation.hs:77)
    propDiffEq1 (src/MathObj/PowerSeries/DifferentialEquation.hs:80)
  10% (  2 / 21) in 'MathObj.PowerSeries2'
  Missing documentation for:
    isValid (src/MathObj/PowerSeries2.hs:47)
    check (src/MathObj/PowerSeries2.hs:50)
    fromCoeffs (src/MathObj/PowerSeries2.hs:59)
    fromPowerSeries0 (src/MathObj/PowerSeries2.hs:62)
    fromPowerSeries1 (src/MathObj/PowerSeries2.hs:68)
    lift0 (src/MathObj/PowerSeries2.hs:75)
    lift1 (src/MathObj/PowerSeries2.hs:78)
    lift2 (src/MathObj/PowerSeries2.hs:81)
    const (src/MathObj/PowerSeries2.hs:85)
    truncate (src/MathObj/PowerSeries2.hs:90)
     (src/MathObj/PowerSeries2.hs:94)
    appPrec (src/MathObj/PowerSeries2.hs:97)
     (src/MathObj/PowerSeries2.hs:100)
     (src/MathObj/PowerSeries2.hs:105)
     (src/MathObj/PowerSeries2.hs:108)
     (src/MathObj/PowerSeries2.hs:115)
     (src/MathObj/PowerSeries2.hs:120)
     (src/MathObj/PowerSeries2.hs:126)
     (src/MathObj/PowerSeries2.hs:130)
   5% (  1 / 19) in 'MathObj.PowerSeries.Mean'
  Missing documentation for:
    diffComp (src/MathObj/PowerSeries/Mean.hs:76)
    logarithmic (src/MathObj/PowerSeries/Mean.hs:89)
    elemSym3_2 (src/MathObj/PowerSeries/Mean.hs:99)
    quadratic (src/MathObj/PowerSeries/Mean.hs:122)
    quadraticMVF (src/MathObj/PowerSeries/Mean.hs:125)
    quadraticDiff (src/MathObj/PowerSeries/Mean.hs:141)
    quadratic2 (src/MathObj/PowerSeries/Mean.hs:156)
    quadraticDiff2 (src/MathObj/PowerSeries/Mean.hs:160)
    harmonicMVF (src/MathObj/PowerSeries/Mean.hs:172)
    harmonic2 (src/MathObj/PowerSeries/Mean.hs:181)
    harmonicDiff2 (src/MathObj/PowerSeries/Mean.hs:189)
    arithmeticMVF (src/MathObj/PowerSeries/Mean.hs:195)
    arithmetic2 (src/MathObj/PowerSeries/Mean.hs:201)
    arithmeticDiff2 (src/MathObj/PowerSeries/Mean.hs:204)
    geometricMVF (src/MathObj/PowerSeries/Mean.hs:209)
    geometric2 (src/MathObj/PowerSeries/Mean.hs:215)
    geometricDiff2 (src/MathObj/PowerSeries/Mean.hs:219)
    meanValueDiff2 (src/MathObj/PowerSeries/Mean.hs:226)
  28% ( 11 / 39) in 'Number.FixedPoint'
  Missing documentation for:
    fromFloat (src/Number/FixedPoint.hs:43)
    showPositionalHex (src/Number/FixedPoint.hs:66)
    showPositionalBin (src/Number/FixedPoint.hs:69)
    showPositionalBasis (src/Number/FixedPoint.hs:72)
    liftShowPosToInt (src/Number/FixedPoint.hs:77)
    toPositional (src/Number/FixedPoint.hs:83)
    add (src/Number/FixedPoint.hs:91)
    sub (src/Number/FixedPoint.hs:94)
    mul (src/Number/FixedPoint.hs:100)
    divide (src/Number/FixedPoint.hs:106)
    recip (src/Number/FixedPoint.hs:109)
    magnitudes (src/Number/FixedPoint.hs:119)
    sqrt (src/Number/FixedPoint.hs:133)
    root (src/Number/FixedPoint.hs:143)
    evalPowerSeries (src/Number/FixedPoint.hs:158)
    cos (src/Number/FixedPoint.hs:165)
    sin (src/Number/FixedPoint.hs:165)
    tan (src/Number/FixedPoint.hs:165)
    arctanSmall (src/Number/FixedPoint.hs:172)
    arctan (src/Number/FixedPoint.hs:176)
    piConst (src/Number/FixedPoint.hs:184)
    expSmall (src/Number/FixedPoint.hs:195)
    eConst (src/Number/FixedPoint.hs:198)
    recipEConst (src/Number/FixedPoint.hs:201)
    exp (src/Number/FixedPoint.hs:204)
    approxLogBase (src/Number/FixedPoint.hs:216)
    lnSmall (src/Number/FixedPoint.hs:220)
    ln (src/Number/FixedPoint.hs:225)
  12% (  1 /  8) in 'Number.ResidueClass'
  Missing documentation for:
    Module header
    add (src/Number/ResidueClass.hs:15)
    sub (src/Number/ResidueClass.hs:15)
    neg (src/Number/ResidueClass.hs:19)
    mul (src/Number/ResidueClass.hs:22)
    divide (src/Number/ResidueClass.hs:41)
    recip (src/Number/ResidueClass.hs:46)
   8% (  1 / 13) in 'Number.GaloisField2p32m5'
  Missing documentation for:
    T (src/Number/GaloisField2p32m5.hs:32)
    appPrec (src/Number/GaloisField2p32m5.hs:36)
     (src/Number/GaloisField2p32m5.hs:39)
     (src/Number/GaloisField2p32m5.hs:47)
     (src/Number/GaloisField2p32m5.hs:50)
    base (src/Number/GaloisField2p32m5.hs:57)
    lift2 (src/Number/GaloisField2p32m5.hs:62)
    lift2Integer (src/Number/GaloisField2p32m5.hs:67)
     (src/Number/GaloisField2p32m5.hs:72)
     (src/Number/GaloisField2p32m5.hs:82)
     (src/Number/GaloisField2p32m5.hs:88)
     (src/Number/GaloisField2p32m5.hs:91)
  25% (  1 /  4) in 'Number.PartiallyTranscendental'
  Missing documentation for:
    T (src/Number/PartiallyTranscendental.hs:26)
    fromValue (src/Number/PartiallyTranscendental.hs:29)
    toValue (src/Number/PartiallyTranscendental.hs:26)
  15% (  3 / 20) in 'Number.ResidueClass.Check'
  Missing documentation for:
    Module header
    factorPrec (src/Number/ResidueClass/Check.hs:39)
     (src/Number/ResidueClass/Check.hs:42)
     (src/Number/ResidueClass/Check.hs:45)
    maybeCompatible (src/Number/ResidueClass/Check.hs:57)
    fromRepresentative (src/Number/ResidueClass/Check.hs:64)
    lift1 (src/Number/ResidueClass/Check.hs:67)
    lift2 (src/Number/ResidueClass/Check.hs:72)
    errIncompat (src/Number/ResidueClass/Check.hs:79)
    zero (src/Number/ResidueClass/Check.hs:83)
    one (src/Number/ResidueClass/Check.hs:86)
    fromInteger (src/Number/ResidueClass/Check.hs:89)
     (src/Number/ResidueClass/Check.hs:94)
     (src/Number/ResidueClass/Check.hs:100)
     (src/Number/ResidueClass/Check.hs:103)
     (src/Number/ResidueClass/Check.hs:109)
     (src/Number/ResidueClass/Check.hs:115)
  30% (  3 / 10) in 'Number.ResidueClass.Maybe'
  Missing documentation for:
    Module header
    matchMaybe (src/Number/ResidueClass/Maybe.hs:39)
    isCompatibleMaybe (src/Number/ResidueClass/Maybe.hs:43)
    lift2 (src/Number/ResidueClass/Maybe.hs:53)
     (src/Number/ResidueClass/Maybe.hs:62)
     (src/Number/ResidueClass/Maybe.hs:71)
     (src/Number/ResidueClass/Maybe.hs:77)
   5% (  1 / 21) in 'Number.ResidueClass.Reader'
  Missing documentation for:
    Module header
    concrete (src/Number/ResidueClass/Reader.hs:28)
    fromRepresentative (src/Number/ResidueClass/Reader.hs:31)
    getZero (src/Number/ResidueClass/Reader.hs:35)
    getOne (src/Number/ResidueClass/Reader.hs:38)
    fromInteger (src/Number/ResidueClass/Reader.hs:41)
     (src/Number/ResidueClass/Reader.hs:45)
     (src/Number/ResidueClass/Reader.hs:48)
     (src/Number/ResidueClass/Reader.hs:52)
    getAdd (src/Number/ResidueClass/Reader.hs:58)
    getSub (src/Number/ResidueClass/Reader.hs:61)
    getNeg (src/Number/ResidueClass/Reader.hs:64)
    getAdditiveVars (src/Number/ResidueClass/Reader.hs:67)
    getMul (src/Number/ResidueClass/Reader.hs:72)
    getRingVars (src/Number/ResidueClass/Reader.hs:75)
    getDivide (src/Number/ResidueClass/Reader.hs:80)
    getRecip (src/Number/ResidueClass/Reader.hs:83)
    getFieldVars (src/Number/ResidueClass/Reader.hs:86)
    monadExample (src/Number/ResidueClass/Reader.hs:89)
    runExample (src/Number/ResidueClass/Reader.hs:100)
  67% (  6 /  9) in 'Number.Physical.Unit'
  Missing documentation for:
    ratScale (src/Number/Physical/Unit.hs:56)
    ratScaleMaybe (src/Number/Physical/Unit.hs:61)
    ratScaleMaybe2 (src/Number/Physical/Unit.hs:68)
  28% (  7 / 25) in 'Number.Physical.UnitDatabase'
  Missing documentation for:
    T (src/Number/Physical/UnitDatabase.hs:21)
    InitUnitSet (src/Number/Physical/UnitDatabase.hs:25)
    InitScale (src/Number/Physical/UnitDatabase.hs:32)
    extractOne (src/Number/Physical/UnitDatabase.hs:67)
    initScale (src/Number/Physical/UnitDatabase.hs:71)
    initUnitSet (src/Number/Physical/UnitDatabase.hs:73)
    createScale (src/Number/Physical/UnitDatabase.hs:76)
    createUnitSet (src/Number/Physical/UnitDatabase.hs:79)
    showableUnit (src/Number/Physical/UnitDatabase.hs:88)
    powerOfScale (src/Number/Physical/UnitDatabase.hs:102)
    showExp (src/Number/Physical/UnitDatabase.hs:108)
    findIndep (src/Number/Physical/UnitDatabase.hs:132)
    findClosest (src/Number/Physical/UnitDatabase.hs:135)
    evalDist (src/Number/Physical/UnitDatabase.hs:140)
    findBestExp (src/Number/Physical/UnitDatabase.hs:149)
    distLE (src/Number/Physical/UnitDatabase.hs:170)
    distances (src/Number/Physical/UnitDatabase.hs:175)
    listMultiples (src/Number/Physical/UnitDatabase.hs:178)
  41% ( 30 / 74) in 'Number.SI.Unit'
  Missing documentation for:
    Dimension (src/Number/SI/Unit.hs:19)
    fourth (src/Number/SI/Unit.hs:61)
    half (src/Number/SI/Unit.hs:61)
    threeFourth (src/Number/SI/Unit.hs:61)
    secondsPerHour (src/Number/SI/Unit.hs:63)
    secondsPerDay (src/Number/SI/Unit.hs:63)
    secondsPerYear (src/Number/SI/Unit.hs:63)
    meterPerInch (src/Number/SI/Unit.hs:63)
    meterPerFoot (src/Number/SI/Unit.hs:63)
    meterPerYard (src/Number/SI/Unit.hs:63)
    meterPerAstronomicUnit (src/Number/SI/Unit.hs:63)
    meterPerParsec (src/Number/SI/Unit.hs:63)
    k2 (src/Number/SI/Unit.hs:63)
    deg180 (src/Number/SI/Unit.hs:63)
    grad200 (src/Number/SI/Unit.hs:63)
    bytesize (src/Number/SI/Unit.hs:63)
    radPerDeg (src/Number/SI/Unit.hs:69)
    radPerGrad (src/Number/SI/Unit.hs:69)
    mach (src/Number/SI/Unit.hs:71)
    speedOfLight (src/Number/SI/Unit.hs:71)
    electronVolt (src/Number/SI/Unit.hs:71)
    calorien (src/Number/SI/Unit.hs:71)
    horsePower (src/Number/SI/Unit.hs:71)
    zepto (src/Number/SI/Unit.hs:74)
    atto (src/Number/SI/Unit.hs:74)
    femto (src/Number/SI/Unit.hs:74)
    pico (src/Number/SI/Unit.hs:74)
    nano (src/Number/SI/Unit.hs:74)
    micro (src/Number/SI/Unit.hs:74)
    milli (src/Number/SI/Unit.hs:74)
    centi (src/Number/SI/Unit.hs:74)
    deci (src/Number/SI/Unit.hs:74)
    one (src/Number/SI/Unit.hs:74)
    deca (src/Number/SI/Unit.hs:74)
    hecto (src/Number/SI/Unit.hs:74)
    kilo (src/Number/SI/Unit.hs:74)
    mega (src/Number/SI/Unit.hs:74)
    giga (src/Number/SI/Unit.hs:74)
    tera (src/Number/SI/Unit.hs:74)
    peta (src/Number/SI/Unit.hs:74)
    exa (src/Number/SI/Unit.hs:74)
    zetta (src/Number/SI/Unit.hs:74)
    yotta (src/Number/SI/Unit.hs:74)
    database (src/Number/SI/Unit.hs:146)
   8% (  2 / 25) in 'MathObj.Wrapper.Haskell98'
  Missing documentation for:
    lift1 (src/MathObj/Wrapper/Haskell98.hs:55)
    lift2 (src/MathObj/Wrapper/Haskell98.hs:59)
    unliftF1 (src/MathObj/Wrapper/Haskell98.hs:64)
    unliftF2 (src/MathObj/Wrapper/Haskell98.hs:68)
     (src/MathObj/Wrapper/Haskell98.hs:72)
     (src/MathObj/Wrapper/Haskell98.hs:77)
     (src/MathObj/Wrapper/Haskell98.hs:83)
     (src/MathObj/Wrapper/Haskell98.hs:88)
     (src/MathObj/Wrapper/Haskell98.hs:94)
     (src/MathObj/Wrapper/Haskell98.hs:99)
     (src/MathObj/Wrapper/Haskell98.hs:118)
     (src/MathObj/Wrapper/Haskell98.hs:124)
     (src/MathObj/Wrapper/Haskell98.hs:130)
     (src/MathObj/Wrapper/Haskell98.hs:134)
     (src/MathObj/Wrapper/Haskell98.hs:137)
     (src/MathObj/Wrapper/Haskell98.hs:141)
     (src/MathObj/Wrapper/Haskell98.hs:152)
     (src/MathObj/Wrapper/Haskell98.hs:154)
     (src/MathObj/Wrapper/Haskell98.hs:157)
     (src/MathObj/Wrapper/Haskell98.hs:163)
     (src/MathObj/Wrapper/Haskell98.hs:166)
     (src/MathObj/Wrapper/Haskell98.hs:169)
    unimplemented (src/MathObj/Wrapper/Haskell98.hs:186)
  22% (  4 / 18) in 'MathObj.Polynomial'
  Missing documentation for:
    T (src/MathObj/Polynomial.hs:84)
    fromCoeffs (src/MathObj/Polynomial.hs:88)
    coeffs (src/MathObj/Polynomial.hs:84)
    degree (src/MathObj/Polynomial.hs:103)
    showsExpressionPrec (src/MathObj/Polynomial.hs:128)
    const (src/MathObj/Polynomial.hs:182)
    evaluate (src/MathObj/Polynomial.hs:148)
    collinear (src/MathObj/Polynomial.hs:186)
    integrate (src/MathObj/Polynomial.hs:255)
    fromRoots (src/MathObj/Polynomial.hs:261)
    reverse (src/MathObj/Polynomial.hs:265)
    translate (src/MathObj/Polynomial.hs:268)
    dilate (src/MathObj/Polynomial.hs:276)
    shrink (src/MathObj/Polynomial.hs:272)
  23% (  8 / 35) in 'MathObj.PowerSum'
  Missing documentation for:
    T (src/MathObj/PowerSum.hs:40)
    lift0 (src/MathObj/PowerSum.hs:45)
    lift1 (src/MathObj/PowerSum.hs:48)
    lift2 (src/MathObj/PowerSum.hs:51)
    const (src/MathObj/PowerSum.hs:55)
    fromElemSym (src/MathObj/PowerSum.hs:90)
    divOneFlip (src/MathObj/PowerSum.hs:95)
    fromElemSymDenormalized (src/MathObj/PowerSum.hs:103)
    toElemSym (src/MathObj/PowerSum.hs:109)
    toElemSymInt (src/MathObj/PowerSum.hs:115)
    fromPolynomial (src/MathObj/PowerSum.hs:123)
    elemSymFromPolynomial (src/MathObj/PowerSum.hs:130)
    binomials (src/MathObj/PowerSum.hs:137)
    appPrec (src/MathObj/PowerSum.hs:142)
     (src/MathObj/PowerSum.hs:145)
    add (src/MathObj/PowerSum.hs:154)
     (src/MathObj/PowerSum.hs:159)
    mul (src/MathObj/PowerSum.hs:167)
    pow (src/MathObj/PowerSum.hs:170)
     (src/MathObj/PowerSum.hs:177)
     (src/MathObj/PowerSum.hs:186)
     (src/MathObj/PowerSum.hs:189)
     (src/MathObj/PowerSum.hs:194)
    root (src/MathObj/PowerSum.hs:200)
     (src/MathObj/PowerSum.hs:211)
    approxSeries (src/MathObj/PowerSum.hs:218)
    propOp (src/MathObj/PowerSum.hs:224)
  30% (  3 / 10) in 'MathObj.RefinementMask2'
  Missing documentation for:
    Module header
    T (src/MathObj/RefinementMask2.hs:32)
    coeffs (src/MathObj/RefinementMask2.hs:32)
    fromCoeffs (src/MathObj/RefinementMask2.hs:36)
    toPolynomialFast (src/MathObj/RefinementMask2.hs:149)
    refinePolynomial (src/MathObj/RefinementMask2.hs:165)
    convolveTruncatedPowerPolynomials (src/MathObj/RefinementMask2.hs:214)
  24% (  9 / 37) in 'MathObj.RootSet'
  Missing documentation for:
    T (src/MathObj/RootSet.hs:39)
    lift0 (src/MathObj/RootSet.hs:44)
    lift1 (src/MathObj/RootSet.hs:47)
    lift2 (src/MathObj/RootSet.hs:50)
    const (src/MathObj/RootSet.hs:54)
    toPolynomial (src/MathObj/RootSet.hs:58)
    fromPolynomial (src/MathObj/RootSet.hs:61)
    toPowerSums (src/MathObj/RootSet.hs:66)
    fromPowerSums (src/MathObj/RootSet.hs:69)
    fromRoots (src/MathObj/RootSet.hs:80)
    liftPowerSum1Gen (src/MathObj/RootSet.hs:85)
    liftPowerSum2Gen (src/MathObj/RootSet.hs:90)
    liftPowerSum1 (src/MathObj/RootSet.hs:97)
    liftPowerSum2 (src/MathObj/RootSet.hs:101)
    liftPowerSumInt1 (src/MathObj/RootSet.hs:105)
    liftPowerSumInt2 (src/MathObj/RootSet.hs:109)
    appPrec (src/MathObj/RootSet.hs:118)
     (src/MathObj/RootSet.hs:121)
    add (src/MathObj/RootSet.hs:130)
    addInt (src/MathObj/RootSet.hs:133)
     (src/MathObj/RootSet.hs:136)
    mul (src/MathObj/RootSet.hs:144)
    mulInt (src/MathObj/RootSet.hs:147)
    pow (src/MathObj/RootSet.hs:151)
    powInt (src/MathObj/RootSet.hs:154)
     (src/MathObj/RootSet.hs:158)
     (src/MathObj/RootSet.hs:167)
     (src/MathObj/RootSet.hs:173)
  29% (  5 / 17) in 'Number.Root'
  Missing documentation for:
    Module header
    fromNumber (src/Number/Root.hs:37)
    toNumber (src/Number/Root.hs:40)
    toRootSet (src/Number/Root.hs:43)
    commonDegree (src/Number/Root.hs:48)
     (src/Number/Root.hs:53)
     (src/Number/Root.hs:58)
    mul (src/Number/Root.hs:64)
    div (src/Number/Root.hs:67)
    recip (src/Number/Root.hs:70)
    rationalPower (src/Number/Root.hs:90)
    sqrt (src/Number/Root.hs:101)
  74% ( 20 / 27) in 'Number.Complex'
  Missing documentation for:
    imaginaryUnit (src/Number/Complex.hs:110)
    fromReal (src/Number/Complex.hs:114)
    signumNorm (src/Number/Complex.hs:206)
    magnitude (src/Number/Complex.hs:249)
    magnitudeSqr (src/Number/Complex.hs:262)
    propPolar (src/Number/Complex.hs:225)
    defltPow (src/Number/Complex.hs:489)
  36% ( 16 / 44) in 'MathObj.LaurentPolynomial'
  Missing documentation for:
    const (src/MathObj/LaurentPolynomial.hs:46)
    ! (src/MathObj/LaurentPolynomial.hs:49)
    fromCoeffs (src/MathObj/LaurentPolynomial.hs:55)
    fromShiftCoeffs (src/MathObj/LaurentPolynomial.hs:58)
    fromPolynomial (src/MathObj/LaurentPolynomial.hs:61)
    fromPowerSeries (src/MathObj/LaurentPolynomial.hs:64)
    bounds (src/MathObj/LaurentPolynomial.hs:67)
    shift (src/MathObj/LaurentPolynomial.hs:70)
    translate (src/MathObj/LaurentPolynomial.hs:74)
     (src/MathObj/LaurentPolynomial.hs:78)
    appPrec (src/MathObj/LaurentPolynomial.hs:84)
     (src/MathObj/LaurentPolynomial.hs:87)
    add (src/MathObj/LaurentPolynomial.hs:95)
    series (src/MathObj/LaurentPolynomial.hs:111)
    addShifted (src/MathObj/LaurentPolynomial.hs:162)
    negate (src/MathObj/LaurentPolynomial.hs:172)
    sub (src/MathObj/LaurentPolynomial.hs:175)
     (src/MathObj/LaurentPolynomial.hs:178)
     (src/MathObj/LaurentPolynomial.hs:187)
     (src/MathObj/LaurentPolynomial.hs:192)
     (src/MathObj/LaurentPolynomial.hs:195)
    mul (src/MathObj/LaurentPolynomial.hs:200)
     (src/MathObj/LaurentPolynomial.hs:203)
    div (src/MathObj/LaurentPolynomial.hs:211)
     (src/MathObj/LaurentPolynomial.hs:218)
    divExample (src/MathObj/LaurentPolynomial.hs:221)
     (src/MathObj/LaurentPolynomial.hs:246)
    identical (src/MathObj/LaurentPolynomial.hs:250)
  44% ( 65 /148) in 'Number.Positional'
  Missing documentation for:
    T (src/Number/Positional.hs:48)
    FixedPoint (src/Number/Positional.hs:49)
    Mantissa (src/Number/Positional.hs:50)
    Digit (src/Number/Positional.hs:51)
    Exponent (src/Number/Positional.hs:52)
    Basis (src/Number/Positional.hs:53)
    moveToZero (src/Number/Positional.hs:58)
    checkPosDigit (src/Number/Positional.hs:64)
    checkDigit (src/Number/Positional.hs:70)
    prependDigit (src/Number/Positional.hs:152)
    trimOnce (src/Number/Positional.hs:174)
    decreaseExpFP (src/Number/Positional.hs:199)
    pumpFirstFP (src/Number/Positional.hs:204)
    fromBaseCardinal (src/Number/Positional.hs:226)
    fromBaseInteger (src/Number/Positional.hs:231)
    mantissaToNum (src/Number/Positional.hs:237)
    mantissaFromCard (src/Number/Positional.hs:242)
    mantissaFromInt (src/Number/Positional.hs:248)
    mantissaFromFixedInt (src/Number/Positional.hs:254)
    fromBaseRational (src/Number/Positional.hs:264)
    fromFixedPoint (src/Number/Positional.hs:286)
    toDouble (src/Number/Positional.hs:294)
    fromDoubleRough (src/Number/Positional.hs:321)
    mantLengthDouble (src/Number/Positional.hs:326)
    liftDoubleApprox (src/Number/Positional.hs:334)
    liftDoubleRough (src/Number/Positional.hs:337)
    showHex (src/Number/Positional.hs:349)
    showBin (src/Number/Positional.hs:352)
    showBasis (src/Number/Positional.hs:355)
    fromBasisMant (src/Number/Positional.hs:405)
    lessApprox (src/Number/Positional.hs:471)
    trunc (src/Number/Positional.hs:477)
    equalApprox (src/Number/Positional.hs:483)
    withTwoMantissas (src/Number/Positional.hs:551)
    align (src/Number/Positional.hs:562)
    absolute (src/Number/Positional.hs:578)
    absMant (src/Number/Positional.hs:581)
    fromLaurent (src/Number/Positional.hs:592)
    toLaurent (src/Number/Positional.hs:595)
    liftLaurent2 (src/Number/Positional.hs:598)
    liftLaurentMany (src/Number/Positional.hs:604)
    sub (src/Number/Positional.hs:616)
    neg (src/Number/Positional.hs:619)
    Series (src/Number/Positional.hs:644)
    seriesPlain (src/Number/Positional.hs:664)
    splitAtMatchPadZero (src/Number/Positional.hs:713)
    scale (src/Number/Positional.hs:729)
    scaleSimple (src/Number/Positional.hs:737)
    scaleMant (src/Number/Positional.hs:740)
    mulSeries (src/Number/Positional.hs:745)
    divMant (src/Number/Positional.hs:780)
    divMantSlow (src/Number/Positional.hs:798)
    reciprocal (src/Number/Positional.hs:808)
    divIntMantInf (src/Number/Positional.hs:829)
    divInt (src/Number/Positional.hs:835)
    sqrt (src/Number/Positional.hs:850)
    sqrtDriver (src/Number/Positional.hs:853)
    sqrtMant (src/Number/Positional.hs:864)
    sqrtNewton (src/Number/Positional.hs:924)
    expSeries (src/Number/Positional.hs:998)
    expSeriesLazy (src/Number/Positional.hs:1011)
    expSmallLazy (src/Number/Positional.hs:1024)
    exp (src/Number/Positional.hs:1028)
    intPower (src/Number/Positional.hs:1042)
    cardPower (src/Number/Positional.hs:1048)
    powerSmall (src/Number/Positional.hs:1083)
    power (src/Number/Positional.hs:1086)
    root (src/Number/Positional.hs:1093)
    cosSin (src/Number/Positional.hs:1147)
    tan (src/Number/Positional.hs:1163)
    cot (src/Number/Positional.hs:1166)
    lnSeries (src/Number/Positional.hs:1172)
    lnSmall (src/Number/Positional.hs:1179)
    lnNewton' (src/Number/Positional.hs:1236)
    ln (src/Number/Positional.hs:1258)
    arctanSmall (src/Number/Positional.hs:1307)
    zero (src/Number/Positional.hs:1378)
    one (src/Number/Positional.hs:1381)
    minusOne (src/Number/Positional.hs:1384)
    eConst (src/Number/Positional.hs:1390)
    recipEConst (src/Number/Positional.hs:1393)
    piConst (src/Number/Positional.hs:1396)
    sliceVertPair (src/Number/Positional.hs:1413)
  76% ( 16 / 21) in 'Number.Quaternion'
  Missing documentation for:
    fromReal (src/Number/Quaternion.hs:86)
    fromRotationMatrix (src/Number/Quaternion.hs:170)
    scalarProduct (src/Number/Quaternion.hs:129)
    crossProduct (src/Number/Quaternion.hs:133)
    norm (src/Number/Quaternion.hs:122)
  24% (  5 / 21) in 'Algebra.AffineSpace'
  Missing documentation for:
    Zero (src/Algebra/AffineSpace.hs:139)
     (src/Algebra/AffineSpace.hs:143)
     (src/Algebra/AffineSpace.hs:147)
     (src/Algebra/AffineSpace.hs:151)
     (src/Algebra/AffineSpace.hs:155)
     (src/Algebra/AffineSpace.hs:160)
     (src/Algebra/AffineSpace.hs:164)
     (src/Algebra/AffineSpace.hs:168)
     (src/Algebra/AffineSpace.hs:173)
    multiplyAccumulateModule (src/Algebra/AffineSpace.hs:191)
    element (src/Algebra/AffineSpace.hs:204)
     (src/Algebra/AffineSpace.hs:210)
     (src/Algebra/AffineSpace.hs:215)
    makeMac (src/Algebra/AffineSpace.hs:223)
    makeMac2 (src/Algebra/AffineSpace.hs:232)
    makeMac3 (src/Algebra/AffineSpace.hs:241)
   5% (  1 / 21) in 'Number.ResidueClass.Func'
  Missing documentation for:
    Module header
    concrete (src/Number/ResidueClass/Func.hs:33)
    fromRepresentative (src/Number/ResidueClass/Func.hs:36)
    lift0 (src/Number/ResidueClass/Func.hs:39)
    lift1 (src/Number/ResidueClass/Func.hs:42)
    lift2 (src/Number/ResidueClass/Func.hs:45)
    zero (src/Number/ResidueClass/Func.hs:49)
    one (src/Number/ResidueClass/Func.hs:52)
    fromInteger (src/Number/ResidueClass/Func.hs:55)
    equal (src/Number/ResidueClass/Func.hs:58)
     (src/Number/ResidueClass/Func.hs:62)
     (src/Number/ResidueClass/Func.hs:66)
     (src/Number/ResidueClass/Func.hs:72)
     (src/Number/ResidueClass/Func.hs:77)
    notImplemented (src/Number/ResidueClass/Func.hs:89)
    lift98_1 (src/Number/ResidueClass/Func.hs:94)
    lift98_2 (src/Number/ResidueClass/Func.hs:98)
     (src/Number/ResidueClass/Func.hs:104)
     (src/Number/ResidueClass/Func.hs:112)
     (src/Number/ResidueClass/Func.hs:115)
  10% (  2 / 21) in 'MathObj.Wrapper.NumericPrelude'
  Missing documentation for:
    lift1 (src/MathObj/Wrapper/NumericPrelude.hs:66)
    lift2 (src/MathObj/Wrapper/NumericPrelude.hs:70)
     (src/MathObj/Wrapper/NumericPrelude.hs:74)
     (src/MathObj/Wrapper/NumericPrelude.hs:95)
     (src/MathObj/Wrapper/NumericPrelude.hs:106)
     (src/MathObj/Wrapper/NumericPrelude.hs:117)
     (src/MathObj/Wrapper/NumericPrelude.hs:122)
     (src/MathObj/Wrapper/NumericPrelude.hs:142)
     (src/MathObj/Wrapper/NumericPrelude.hs:146)
     (src/MathObj/Wrapper/NumericPrelude.hs:155)
     (src/MathObj/Wrapper/NumericPrelude.hs:193)
     (src/MathObj/Wrapper/NumericPrelude.hs:196)
     (src/MathObj/Wrapper/NumericPrelude.hs:198)
     (src/MathObj/Wrapper/NumericPrelude.hs:201)
     (src/MathObj/Wrapper/NumericPrelude.hs:206)
     (src/MathObj/Wrapper/NumericPrelude.hs:209)
     (src/MathObj/Wrapper/NumericPrelude.hs:212)
     (src/MathObj/Wrapper/NumericPrelude.hs:215)
    unimplemented (src/MathObj/Wrapper/NumericPrelude.hs:219)
   6% (  3 / 50) in 'Number.DimensionTerm'
  Missing documentation for:
    T (src/Number/DimensionTerm.hs:35)
     (src/Number/DimensionTerm.hs:39)
     (src/Number/DimensionTerm.hs:48)
    fromNumber (src/Number/DimensionTerm.hs:52)
    toNumber (src/Number/DimensionTerm.hs:55)
    fromNumberWithDimension (src/Number/DimensionTerm.hs:58)
    toNumberWithDimension (src/Number/DimensionTerm.hs:61)
     (src/Number/DimensionTerm.hs:65)
     (src/Number/DimensionTerm.hs:71)
     (src/Number/DimensionTerm.hs:74)
     (src/Number/DimensionTerm.hs:79)
     (src/Number/DimensionTerm.hs:84)
     (src/Number/DimensionTerm.hs:92)
    &*& (src/Number/DimensionTerm.hs:100)
    &/& (src/Number/DimensionTerm.hs:104)
    mulToScalar (src/Number/DimensionTerm.hs:108)
    divToScalar (src/Number/DimensionTerm.hs:112)
    cancelToScalar (src/Number/DimensionTerm.hs:116)
    recip (src/Number/DimensionTerm.hs:122)
    unrecip (src/Number/DimensionTerm.hs:126)
    sqr (src/Number/DimensionTerm.hs:130)
    sqrt (src/Number/DimensionTerm.hs:134)
    abs (src/Number/DimensionTerm.hs:139)
    absSignum (src/Number/DimensionTerm.hs:142)
    scale (src/Number/DimensionTerm.hs:145)
    *& (src/Number/DimensionTerm.hs:145)
    rewriteDimension (src/Number/DimensionTerm.hs:152)
    Scalar (src/Number/DimensionTerm.hs:171)
    Length (src/Number/DimensionTerm.hs:172)
    Time (src/Number/DimensionTerm.hs:173)
    Mass (src/Number/DimensionTerm.hs:174)
    Charge (src/Number/DimensionTerm.hs:175)
    Angle (src/Number/DimensionTerm.hs:176)
    Temperature (src/Number/DimensionTerm.hs:177)
    Information (src/Number/DimensionTerm.hs:178)
    Frequency (src/Number/DimensionTerm.hs:180)
    Voltage (src/Number/DimensionTerm.hs:181)
    scalar (src/Number/DimensionTerm.hs:184)
    length (src/Number/DimensionTerm.hs:187)
    time (src/Number/DimensionTerm.hs:190)
    mass (src/Number/DimensionTerm.hs:193)
    charge (src/Number/DimensionTerm.hs:196)
    frequency (src/Number/DimensionTerm.hs:199)
    angle (src/Number/DimensionTerm.hs:202)
    temperature (src/Number/DimensionTerm.hs:205)
    information (src/Number/DimensionTerm.hs:208)
    voltage (src/Number/DimensionTerm.hs:212)
   5% (  2 / 41) in 'Number.DimensionTerm.SI'
  Missing documentation for:
    second (src/Number/DimensionTerm/SI.hs:45)
    minute (src/Number/DimensionTerm/SI.hs:47)
    hour (src/Number/DimensionTerm/SI.hs:49)
    day (src/Number/DimensionTerm/SI.hs:51)
    year (src/Number/DimensionTerm/SI.hs:53)
    hertz (src/Number/DimensionTerm/SI.hs:55)
    meter (src/Number/DimensionTerm/SI.hs:57)
    gramm (src/Number/DimensionTerm/SI.hs:61)
    tonne (src/Number/DimensionTerm/SI.hs:63)
    coulomb (src/Number/DimensionTerm/SI.hs:75)
    volt (src/Number/DimensionTerm/SI.hs:79)
    kelvin (src/Number/DimensionTerm/SI.hs:85)
    bit (src/Number/DimensionTerm/SI.hs:87)
    byte (src/Number/DimensionTerm/SI.hs:89)
    inch (src/Number/DimensionTerm/SI.hs:94)
    foot (src/Number/DimensionTerm/SI.hs:94)
    yard (src/Number/DimensionTerm/SI.hs:94)
    astronomicUnit (src/Number/DimensionTerm/SI.hs:94)
    parsec (src/Number/DimensionTerm/SI.hs:94)
    zepto (src/Number/SI/Unit.hs:74)
    atto (src/Number/SI/Unit.hs:74)
    femto (src/Number/SI/Unit.hs:74)
    pico (src/Number/SI/Unit.hs:74)
    nano (src/Number/SI/Unit.hs:74)
    micro (src/Number/SI/Unit.hs:74)
    milli (src/Number/SI/Unit.hs:74)
    centi (src/Number/SI/Unit.hs:74)
    deci (src/Number/SI/Unit.hs:74)
    one (src/Number/SI/Unit.hs:74)
    deca (src/Number/SI/Unit.hs:74)
    hecto (src/Number/SI/Unit.hs:74)
    kilo (src/Number/SI/Unit.hs:74)
    mega (src/Number/SI/Unit.hs:74)
    giga (src/Number/SI/Unit.hs:74)
    tera (src/Number/SI/Unit.hs:74)
    peta (src/Number/SI/Unit.hs:74)
    exa (src/Number/SI/Unit.hs:74)
    zetta (src/Number/SI/Unit.hs:74)
    yotta (src/Number/SI/Unit.hs:74)
  17% (  6 / 35) in 'Number.FixedPoint.Check'
  Missing documentation for:
    Module header
    T (src/Number/FixedPoint/Check.hs:26)
    cons (src/Number/FixedPoint/Check.hs:31)
    fromFloat (src/Number/FixedPoint/Check.hs:36)
    fromInteger' (src/Number/FixedPoint/Check.hs:40)
    fromRational' (src/Number/FixedPoint/Check.hs:44)
    fromFloatBasis (src/Number/FixedPoint/Check.hs:48)
    fromIntegerBasis (src/Number/FixedPoint/Check.hs:52)
    fromRationalBasis (src/Number/FixedPoint/Check.hs:56)
    lift0 (src/Number/FixedPoint/Check.hs:68)
    lift1 (src/Number/FixedPoint/Check.hs:71)
    lift2 (src/Number/FixedPoint/Check.hs:74)
    commonDenominator (src/Number/FixedPoint/Check.hs:78)
    appPrec (src/Number/FixedPoint/Check.hs:87)
     (src/Number/FixedPoint/Check.hs:90)
    defltDenominator (src/Number/FixedPoint/Check.hs:97)
    defltShow (src/Number/FixedPoint/Check.hs:100)
     (src/Number/FixedPoint/Check.hs:106)
     (src/Number/FixedPoint/Check.hs:113)
     (src/Number/FixedPoint/Check.hs:121)
     (src/Number/FixedPoint/Check.hs:127)
     (src/Number/FixedPoint/Check.hs:133)
     (src/Number/FixedPoint/Check.hs:157)
     (src/Number/FixedPoint/Check.hs:160)
     (src/Number/FixedPoint/Check.hs:164)
     (src/Number/FixedPoint/Check.hs:168)
     (src/Number/FixedPoint/Check.hs:172)
     (src/Number/FixedPoint/Check.hs:180)
     (src/Number/FixedPoint/Check.hs:188)
  31% (  4 / 13) in 'Number.NonNegative'
  Missing documentation for:
    T
    fromNumberMsg (src/Number/NonNegative.hs:67)
    toNumber
    Int
    Integer
    Float
    Double
    Ratio (src/Number/NonNegative.hs:210)
    Rational (src/Number/NonNegative.hs:211)
  36% (  5 / 14) in 'Number.NonNegativeChunky'
  Missing documentation for:
    fromChunks (src/Number/NonNegativeChunky.hs:67)
    toChunks (src/Number/NonNegativeChunky.hs:70)
    fromNumber (src/Number/NonNegativeChunky.hs:79)
    toNumber (src/Number/NonNegativeChunky.hs:82)
    fromChunky98 (src/Number/NonNegativeChunky.hs:73)
    toChunky98 (src/Number/NonNegativeChunky.hs:76)
    minMaxDiff (src/Number/NonNegativeChunky.hs:147)
    isNull (src/Number/NonNegativeChunky.hs:100)
    isPositive (src/Number/NonNegativeChunky.hs:104)
  16% (  8 / 51) in 'Number.Peano'
  Missing documentation for:
    T (src/Number/Peano.hs:47)
    infinity (src/Number/Peano.hs:51)
    err (src/Number/Peano.hs:54)
     (src/Number/Peano.hs:58)
    add (src/Number/Peano.hs:62)
    sub (src/Number/Peano.hs:66)
    subNeg (src/Number/Peano.hs:73)
    mul (src/Number/Peano.hs:79)
    fromPosEnum (src/Number/Peano.hs:84)
    toPosEnum (src/Number/Peano.hs:90)
     (src/Number/Peano.hs:94)
     (src/Number/Peano.hs:101)
     (src/Number/Peano.hs:109)
     (src/Number/Peano.hs:143)
     (src/Number/Peano.hs:146)
     (src/Number/Peano.hs:153)
    argMinimum (src/Number/Peano.hs:201)
    argMaxFull (src/Number/Peano.hs:205)
    argMaximum (src/Number/Peano.hs:220)
    isAscendingFiniteNumbers (src/Number/Peano.hs:243)
    toListMaybe (src/Number/Peano.hs:249)
    isAscending (src/Number/Peano.hs:280)
    Valuable (src/Number/Peano.hs:293)
    increaseCosts (src/Number/Peano.hs:297)
    andW (src/Number/Peano.hs:317)
    leW (src/Number/Peano.hs:323)
    isAscendingW (src/Number/Peano.hs:328)
     (src/Number/Peano.hs:342)
     (src/Number/Peano.hs:347)
     (src/Number/Peano.hs:350)
     (src/Number/Peano.hs:353)
     (src/Number/Peano.hs:358)
     (src/Number/Peano.hs:367)
     (src/Number/Peano.hs:372)
     (src/Number/Peano.hs:375)
     (src/Number/Peano.hs:387)
     (src/Number/Peano.hs:390)
     (src/Number/Peano.hs:396)
     (src/Number/Peano.hs:400)
    notImplemented (src/Number/Peano.hs:407)
     (src/Number/Peano.hs:411)
     (src/Number/Peano.hs:421)
     (src/Number/Peano.hs:424)
  18% (  6 / 34) in 'Number.Positional.Check'
  Missing documentation for:
    prependDigit (src/Number/Positional/Check.hs:77)
    lift0 (src/Number/Positional/Check.hs:86)
    lift1 (src/Number/Positional/Check.hs:90)
    lift2 (src/Number/Positional/Check.hs:94)
    commonBasis (src/Number/Positional/Check.hs:106)
    fromBaseInteger (src/Number/Positional/Check.hs:112)
    fromBaseRational (src/Number/Positional/Check.hs:116)
    defltBaseRoot (src/Number/Positional/Check.hs:124)
    defltBaseExp (src/Number/Positional/Check.hs:127)
    defltBase (src/Number/Positional/Check.hs:131)
    defltShow (src/Number/Positional/Check.hs:136)
     (src/Number/Positional/Check.hs:143)
     (src/Number/Positional/Check.hs:149)
     (src/Number/Positional/Check.hs:159)
     (src/Number/Positional/Check.hs:163)
     (src/Number/Positional/Check.hs:168)
     (src/Number/Positional/Check.hs:192)
     (src/Number/Positional/Check.hs:195)
     (src/Number/Positional/Check.hs:198)
     (src/Number/Positional/Check.hs:202)
     (src/Number/Positional/Check.hs:206)
     (src/Number/Positional/Check.hs:210)
     (src/Number/Positional/Check.hs:214)
     (src/Number/Positional/Check.hs:219)
     (src/Number/Positional/Check.hs:221)
     (src/Number/Positional/Check.hs:227)
     (src/Number/Positional/Check.hs:234)
     (src/Number/Positional/Check.hs:242)
  10% (  2 / 21) in 'Number.OccasionallyScalarExpression'
  Missing documentation for:
    Term (src/Number/OccasionallyScalarExpression.hs:35)
    fromValue (src/Number/OccasionallyScalarExpression.hs:41)
    makeLine (src/Number/OccasionallyScalarExpression.hs:45)
    showUnitError (src/Number/OccasionallyScalarExpression.hs:48)
    lift (src/Number/OccasionallyScalarExpression.hs:75)
    fromScalar (src/Number/OccasionallyScalarExpression.hs:78)
    scalarMap (src/Number/OccasionallyScalarExpression.hs:82)
    scalarMap2 (src/Number/OccasionallyScalarExpression.hs:86)
     (src/Number/OccasionallyScalarExpression.hs:91)
     (src/Number/OccasionallyScalarExpression.hs:94)
     (src/Number/OccasionallyScalarExpression.hs:97)
     (src/Number/OccasionallyScalarExpression.hs:100)
     (src/Number/OccasionallyScalarExpression.hs:106)
     (src/Number/OccasionallyScalarExpression.hs:111)
     (src/Number/OccasionallyScalarExpression.hs:115)
     (src/Number/OccasionallyScalarExpression.hs:118)
     (src/Number/OccasionallyScalarExpression.hs:127)
     (src/Number/OccasionallyScalarExpression.hs:132)
     (src/Number/OccasionallyScalarExpression.hs:153)
  21% (  7 / 33) in 'Number.Physical'
  Missing documentation for:
    fromScalarSingle (src/Number/Physical.hs:46)
    lift2 (src/Number/Physical.hs:61)
    lift2Maybe (src/Number/Physical.hs:65)
    lift2Gen (src/Number/Physical.hs:69)
    errorUnitMismatch (src/Number/Physical.hs:75)
    scale (src/Number/Physical.hs:92)
    ratPow (src/Number/Physical.hs:95)
    ratPowMaybe (src/Number/Physical.hs:99)
    fromRatio (src/Number/Physical.hs:104)
     (src/Number/Physical.hs:110)
     (src/Number/Physical.hs:113)
     (src/Number/Physical.hs:116)
     (src/Number/Physical.hs:120)
     (src/Number/Physical.hs:128)
     (src/Number/Physical.hs:132)
     (src/Number/Physical.hs:162)
     (src/Number/Physical.hs:167)
     (src/Number/Physical.hs:171)
     (src/Number/Physical.hs:176)
     (src/Number/Physical.hs:195)
     (src/Number/Physical.hs:200)
     (src/Number/Physical.hs:203)
     (src/Number/Physical.hs:206)
     (src/Number/Physical.hs:217)
     (src/Number/Physical.hs:223)
     (src/Number/Physical.hs:227)
  55% (  6 / 11) in 'Number.Physical.Show'
  Missing documentation for:
    mulPrec (src/Number/Physical/Show.hs:24)
    showScaled (src/Number/Physical/Show.hs:47)
    showUnitPart (src/Number/Physical/Show.hs:70)
    defScale (src/Number/Physical/Show.hs:77)
    findCloseScale (src/Number/Physical/Show.hs:80)
  22% (  2 /  9) in 'Number.Physical.Read'
  Missing documentation for:
    mulPrec (src/Number/Physical/Read.hs:21)
    readsNat (src/Number/Physical/Read.hs:25)
    readUnitPart (src/Number/Physical/Read.hs:35)
    parseProductTail (src/Number/Physical/Read.hs:62)
    parsePower (src/Number/Physical/Read.hs:73)
    ignoreSpace (src/Number/Physical/Read.hs:80)
    createDict (src/Number/Physical/Read.hs:87)
   2% (  1 / 64) in 'Number.SI'
  Missing documentation for:
    T (src/Number/SI.hs:45)
    PValue (src/Number/SI.hs:48)
    lift (src/Number/SI.hs:69)
    lift2 (src/Number/SI.hs:73)
    liftGen (src/Number/SI.hs:77)
    lift2Gen (src/Number/SI.hs:80)
    scale (src/Number/SI.hs:88)
    fromScalarSingle (src/Number/SI.hs:91)
     (src/Number/SI.hs:95)
     (src/Number/SI.hs:98)
    showNat (src/Number/SI.hs:101)
     (src/Number/SI.hs:106)
    readsNat (src/Number/SI.hs:112)
     (src/Number/SI.hs:117)
     (src/Number/SI.hs:121)
     (src/Number/SI.hs:127)
     (src/Number/SI.hs:131)
     (src/Number/SI.hs:140)
     (src/Number/SI.hs:144)
     (src/Number/SI.hs:148)
     (src/Number/SI.hs:152)
     (src/Number/SI.hs:172)
     (src/Number/SI.hs:177)
     (src/Number/SI.hs:180)
     (src/Number/SI.hs:182)
    quantity (src/Number/SI.hs:191)
    hertz (src/Number/SI.hs:194)
    second (src/Number/SI.hs:194)
    minute (src/Number/SI.hs:194)
    hour (src/Number/SI.hs:194)
    day (src/Number/SI.hs:194)
    year (src/Number/SI.hs:194)
    meter (src/Number/SI.hs:194)
    liter (src/Number/SI.hs:194)
    gramm (src/Number/SI.hs:194)
    tonne (src/Number/SI.hs:194)
    newton (src/Number/SI.hs:194)
    pascal (src/Number/SI.hs:194)
    bar (src/Number/SI.hs:194)
    joule (src/Number/SI.hs:194)
    watt (src/Number/SI.hs:194)
    kelvin (src/Number/SI.hs:194)
    coulomb (src/Number/SI.hs:194)
    ampere (src/Number/SI.hs:194)
    volt (src/Number/SI.hs:194)
    ohm (src/Number/SI.hs:194)
    farad (src/Number/SI.hs:194)
    bit (src/Number/SI.hs:194)
    byte (src/Number/SI.hs:194)
    baud (src/Number/SI.hs:194)
    inch (src/Number/SI.hs:194)
    foot (src/Number/SI.hs:194)
    yard (src/Number/SI.hs:194)
    astronomicUnit (src/Number/SI.hs:194)
    parsec (src/Number/SI.hs:194)
    mach (src/Number/SI.hs:194)
    speedOfLight (src/Number/SI.hs:194)
    electronVolt (src/Number/SI.hs:194)
    calorien (src/Number/SI.hs:194)
    horsePower (src/Number/SI.hs:194)
    accelerationOfEarthGravity (src/Number/SI.hs:194)
     (src/Number/SI.hs:246)
     (src/Number/SI.hs:254)
Warning: NumericPrelude.Base: could not find link destinations for:
    D1Bool C1_0Bool C1_1Bool EqBool D_Char C_Char D1Either C1_0Either C1_1Either EqEither Id P Digit Node Elem FingerTree StateL StateR State Box D1Maybe C1_0Maybe C1_1Maybe EqMaybe D1Ordering C1_0Ordering C1_1Ordering C1_2Ordering EqOrdering Padding DateFormatSpec
Warning: Algebra.RealRing: could not find link destinations for:
    C
Warning: NumericPrelude.Numeric: could not find link destinations for:
    D_Int C_Int D_Float C_Float D_Double C_Double
Warning: Number.Complex: could not find link destinations for:
    Cons
Warning: Number.Quaternion: could not find link destinations for:
    Cons
Warning: Number.ResidueClass.Func: could not find link destinations for:
    C
Warning: Number.Peano: could not find link destinations for:
    C C
Warning: Number.Positional.Check: could not find link destinations for:
    C C
Documentation created: dist/doc/html/numeric-prelude/index.html,
dist/doc/html/numeric-prelude/numeric-prelude.txt
Creating package registration file:
/tmp/pkgConf-numeric-prelude-0.45961709111427027495.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/numeric-prelude-0.4.2-BdUll9OfbTlGtRQKbxl0pN
Registering numeric-prelude-0.4.2...
Installed numeric-prelude-0.4.2
Downloading typelevel-tensor-0.2.1...
Configuring typelevel-tensor-0.2.1...
Building typelevel-tensor-0.2.1...
Preprocessing library typelevel-tensor-0.2.1...
[1 of 2] Compiling Data.Tensor.TypeLevel ( Data/Tensor/TypeLevel.hs, dist/build/Data/Tensor/TypeLevel.o )

Data/Tensor/TypeLevel.hs:28:1: Warning:
    The import of ‘System.IO.Unsafe’ is redundant
      except perhaps to import instances from ‘System.IO.Unsafe’
    To import instances alone, use: import System.IO.Unsafe()

Data/Tensor/TypeLevel.hs:149:14: Warning:
    Defined but not used: ‘axis’

Data/Tensor/TypeLevel.hs:194:15: Warning:
    Defined but not used: ‘axis’

Data/Tensor/TypeLevel.hs:198:15: Warning:
    Defined but not used: ‘axis’
[2 of 2] Compiling Data.Tensor.TypeLevel.Axis ( Data/Tensor/TypeLevel/Axis.hs, dist/build/Data/Tensor/TypeLevel/Axis.o )
In-place registering typelevel-tensor-0.2.1...
Running Haddock for typelevel-tensor-0.2.1...
Running hscolour for typelevel-tensor-0.2.1...
Preprocessing library typelevel-tensor-0.2.1...
Preprocessing library typelevel-tensor-0.2.1...

Data/Tensor/TypeLevel.hs:28:1: Warning:
    The import of ‘System.IO.Unsafe’ is redundant
      except perhaps to import instances from ‘System.IO.Unsafe’
    To import instances alone, use: import System.IO.Unsafe()

Data/Tensor/TypeLevel.hs:149:14: Warning:
    Defined but not used: ‘axis’

Data/Tensor/TypeLevel.hs:194:15: Warning:
    Defined but not used: ‘axis’

Data/Tensor/TypeLevel.hs:198:15: Warning:
    Defined but not used: ‘axis’
Haddock coverage:
  33% ( 10 / 30) in 'Data.Tensor.TypeLevel'
  Missing documentation for:
    Vec1 (Data/Tensor/TypeLevel.hs:220)
    Vec2 (Data/Tensor/TypeLevel.hs:221)
    Vec3 (Data/Tensor/TypeLevel.hs:222)
    Vec4 (Data/Tensor/TypeLevel.hs:223)
    Vec5 (Data/Tensor/TypeLevel.hs:224)
    Vec6 (Data/Tensor/TypeLevel.hs:225)
    Vec7 (Data/Tensor/TypeLevel.hs:226)
    Vec8 (Data/Tensor/TypeLevel.hs:227)
    Vec9 (Data/Tensor/TypeLevel.hs:228)
    Vec10 (Data/Tensor/TypeLevel.hs:229)
    vec1 (Data/Tensor/TypeLevel.hs:234)
    vec2 (Data/Tensor/TypeLevel.hs:236)
    vec3 (Data/Tensor/TypeLevel.hs:238)
    vec4 (Data/Tensor/TypeLevel.hs:240)
    vec5 (Data/Tensor/TypeLevel.hs:242)
    vec6 (Data/Tensor/TypeLevel.hs:244)
    vec7 (Data/Tensor/TypeLevel.hs:246)
    vec8 (Data/Tensor/TypeLevel.hs:248)
    vec9 (Data/Tensor/TypeLevel.hs:250)
    vec10 (Data/Tensor/TypeLevel.hs:252)
 100% (  7 /  7) in 'Data.Tensor.TypeLevel.Axis'
Documentation created: dist/doc/html/typelevel-tensor/index.html,
dist/doc/html/typelevel-tensor/typelevel-tensor.txt
Creating package registration file:
/tmp/pkgConf-typelevel-tensor-0.265553661517358825.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/typelevel-tensor-0.2.1-CInKgApulM3AFtsjQqKLor
Registering typelevel-tensor-0.2.1...
Installed typelevel-tensor-0.2.1
Downloading Paraiso-0.3.1.5...
Configuring Paraiso-0.3.1.5...
Building Paraiso-0.3.1.5...
Preprocessing library Paraiso-0.3.1.5...

Language/Paraiso/PiSystem.hs:1:53: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[ 1 of 41] Compiling Language.Paraiso.OM.Arithmetic ( Language/Paraiso/OM/Arithmetic.hs, dist/build/Language/Paraiso/OM/Arithmetic.o )
[ 2 of 41] Compiling Language.Paraiso.OM.Reduce ( Language/Paraiso/OM/Reduce.hs, dist/build/Language/Paraiso/OM/Reduce.o )
[ 3 of 41] Compiling Language.Paraiso.OM.Realm ( Language/Paraiso/OM/Realm.hs, dist/build/Language/Paraiso/OM/Realm.o )
[ 4 of 41] Compiling Language.Paraiso.OM.Value ( Language/Paraiso/OM/Value.hs, dist/build/Language/Paraiso/OM/Value.o )
[ 5 of 41] Compiling Language.Paraiso.OM.DynValue ( Language/Paraiso/OM/DynValue.hs, dist/build/Language/Paraiso/OM/DynValue.o )
[ 6 of 41] Compiling Language.Paraiso.Name ( Language/Paraiso/Name.hs, dist/build/Language/Paraiso/Name.o )

Language/Paraiso/Name.hs:11:1: Warning:
    The import of ‘Control.Monad’ is redundant
      except perhaps to import instances from ‘Control.Monad’
    To import instances alone, use: import Control.Monad()
[ 7 of 41] Compiling Language.Paraiso.OM.Graph ( Language/Paraiso/OM/Graph.hs, dist/build/Language/Paraiso/OM/Graph.o )
[ 8 of 41] Compiling Language.Paraiso.Failure ( Language/Paraiso/Failure.hs, dist/build/Language/Paraiso/Failure.o )
[ 9 of 41] Compiling Language.Paraiso.PiSystem ( Language/Paraiso/PiSystem.hs, dist/build/Language/Paraiso/PiSystem.o )
[10 of 41] Compiling Language.Paraiso.Interval ( Language/Paraiso/Interval.hs, dist/build/Language/Paraiso/Interval.o )
[11 of 41] Compiling Language.Paraiso.Orthotope ( Language/Paraiso/Orthotope.hs, dist/build/Language/Paraiso/Orthotope.o )
[12 of 41] Compiling Language.Paraiso.Prelude ( Language/Paraiso/Prelude.hs, dist/build/Language/Paraiso/Prelude.o )

Language/Paraiso/Prelude.hs:20:1: Warning:
    The qualified import of ‘Prelude’ is redundant
      except perhaps to import instances from ‘Prelude’
    To import instances alone, use: import Prelude()
[13 of 41] Compiling Language.Paraiso.Annotation.Balloon ( Language/Paraiso/Annotation/Balloon.hs, dist/build/Language/Paraiso/Annotation/Balloon.o )

Language/Paraiso/Annotation/Balloon.hs:13:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()
[14 of 41] Compiling Language.Paraiso.Annotation.Boundary ( Language/Paraiso/Annotation/Boundary.hs, dist/build/Language/Paraiso/Annotation/Boundary.o )

Language/Paraiso/Annotation/Boundary.hs:16:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()
[15 of 41] Compiling Language.Paraiso.Annotation.Comment ( Language/Paraiso/Annotation/Comment.hs, dist/build/Language/Paraiso/Annotation/Comment.o )
[16 of 41] Compiling Language.Paraiso.Annotation.Dependency ( Language/Paraiso/Annotation/Dependency.hs, dist/build/Language/Paraiso/Annotation/Dependency.o )

Language/Paraiso/Annotation/Dependency.hs:19:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()
[17 of 41] Compiling Language.Paraiso.Annotation.Execution ( Language/Paraiso/Annotation/Execution.hs, dist/build/Language/Paraiso/Annotation/Execution.o )

Language/Paraiso/Annotation/Execution.hs:11:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()
[18 of 41] Compiling Language.Paraiso.Annotation.SyncThreads ( Language/Paraiso/Annotation/SyncThreads.hs, dist/build/Language/Paraiso/Annotation/SyncThreads.o )

Language/Paraiso/Annotation/SyncThreads.hs:11:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()
[19 of 41] Compiling Language.Paraiso.Generator.Claris ( Language/Paraiso/Generator/Claris.hs, dist/build/Language/Paraiso/Generator/Claris.o )
[20 of 41] Compiling Language.Paraiso.Generator.ClarisTrans ( Language/Paraiso/Generator/ClarisTrans.hs, dist/build/Language/Paraiso/Generator/ClarisTrans.o )
[21 of 41] Compiling Language.Paraiso.Generator.Plan ( Language/Paraiso/Generator/Plan.hs, dist/build/Language/Paraiso/Generator/Plan.o )
[22 of 41] Compiling Language.Paraiso.OM.Builder.Internal ( Language/Paraiso/OM/Builder/Internal.hs, dist/build/Language/Paraiso/OM/Builder/Internal.o )

Language/Paraiso/OM/Builder/Internal.hs:428:7: Warning:
    Defined but not used: ‘c1’

Language/Paraiso/OM/Builder/Internal.hs:442:7: Warning:
    Defined but not used: ‘c1’
[23 of 41] Compiling Language.Paraiso.OM.Builder ( Language/Paraiso/OM/Builder.hs, dist/build/Language/Paraiso/OM/Builder.o )
[24 of 41] Compiling Language.Paraiso.OM ( Language/Paraiso/OM.hs, dist/build/Language/Paraiso/OM.o )
[25 of 41] Compiling Language.Paraiso.OM.Builder.Boolean ( Language/Paraiso/OM/Builder/Boolean.hs, dist/build/Language/Paraiso/OM/Builder/Boolean.o )

Language/Paraiso/OM/Builder/Boolean.hs:38:19: Warning:
    Variable ‘v’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘(TRealm r, Typeable c) =>
                 (Builder v g a (Value r c))
                 -> (Builder v g a (Value r c)) -> (Builder v g a (Value r Bool))’
    In the declaration for type synonym ‘CompareOp’

Language/Paraiso/OM/Builder/Boolean.hs:38:19: Warning:
    Variable ‘g’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘(TRealm r, Typeable c) =>
                 (Builder v g a (Value r c))
                 -> (Builder v g a (Value r c)) -> (Builder v g a (Value r Bool))’
    In the declaration for type synonym ‘CompareOp’

Language/Paraiso/OM/Builder/Boolean.hs:38:19: Warning:
    Variable ‘a’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘(TRealm r, Typeable c) =>
                 (Builder v g a (Value r c))
                 -> (Builder v g a (Value r c)) -> (Builder v g a (Value r Bool))’
    In the declaration for type synonym ‘CompareOp’

Language/Paraiso/OM/Builder/Boolean.hs:38:19: Warning:
    Variable ‘r’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘(TRealm r, Typeable c) =>
                 (Builder v g a (Value r c))
                 -> (Builder v g a (Value r c)) -> (Builder v g a (Value r Bool))’
    In the declaration for type synonym ‘CompareOp’

Language/Paraiso/OM/Builder/Boolean.hs:38:19: Warning:
    Variable ‘c’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘(TRealm r, Typeable c) =>
                 (Builder v g a (Value r c))
                 -> (Builder v g a (Value r c)) -> (Builder v g a (Value r Bool))’
    In the declaration for type synonym ‘CompareOp’
[26 of 41] Compiling Language.Paraiso.Annotation.Allocation ( Language/Paraiso/Annotation/Allocation.hs, dist/build/Language/Paraiso/Annotation/Allocation.o )

Language/Paraiso/Annotation/Allocation.hs:11:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()
[27 of 41] Compiling Language.Paraiso.Annotation ( Language/Paraiso/Annotation.hs, dist/build/Language/Paraiso/Annotation.o )
[28 of 41] Compiling Language.Paraiso.Optimization.Graph ( Language/Paraiso/Optimization/Graph.hs, dist/build/Language/Paraiso/Optimization/Graph.o )

Language/Paraiso/Optimization/Graph.hs:21:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()
[29 of 41] Compiling Language.Paraiso.OM.PrettyPrint ( Language/Paraiso/OM/PrettyPrint.hs, dist/build/Language/Paraiso/OM/PrettyPrint.o )
[30 of 41] Compiling Language.Paraiso.Optimization.BoundaryAnalysis ( Language/Paraiso/Optimization/BoundaryAnalysis.hs, dist/build/Language/Paraiso/Optimization/BoundaryAnalysis.o )
[31 of 41] Compiling Language.Paraiso.Optimization.DeadCodeElimination ( Language/Paraiso/Optimization/DeadCodeElimination.hs, dist/build/Language/Paraiso/Optimization/DeadCodeElimination.o )
[32 of 41] Compiling Language.Paraiso.Optimization.DecideAllocation ( Language/Paraiso/Optimization/DecideAllocation.hs, dist/build/Language/Paraiso/Optimization/DecideAllocation.o )
[33 of 41] Compiling Language.Paraiso.Optimization.DependencyAnalysis ( Language/Paraiso/Optimization/DependencyAnalysis.hs, dist/build/Language/Paraiso/Optimization/DependencyAnalysis.o )
[34 of 41] Compiling Language.Paraiso.Optimization.Identity ( Language/Paraiso/Optimization/Identity.hs, dist/build/Language/Paraiso/Optimization/Identity.o )

Language/Paraiso/Optimization/Identity.hs:9:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()
[35 of 41] Compiling Language.Paraiso.Optimization ( Language/Paraiso/Optimization.hs, dist/build/Language/Paraiso/Optimization.o )

Language/Paraiso/Optimization.hs:24:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()

Language/Paraiso/Optimization.hs:40:17: Warning:
    This binding for ‘om’ shadows the existing binding
      bound at Language/Paraiso/Optimization.hs:33:16
[36 of 41] Compiling Language.Paraiso.Generator.Native ( Language/Paraiso/Generator/Native.hs, dist/build/Language/Paraiso/Generator/Native.o )
[37 of 41] Compiling Language.Paraiso.Generator.PlanTrans ( Language/Paraiso/Generator/PlanTrans.hs, dist/build/Language/Paraiso/Generator/PlanTrans.o )

Language/Paraiso/Generator/PlanTrans.hs:32:1: Warning:
    The qualified import of ‘Language.Paraiso.OM’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.OM’
    To import instances alone, use: import Language.Paraiso.OM()

Language/Paraiso/Generator/PlanTrans.hs:162:22: Warning:
    Defined but not used: ‘i’

Language/Paraiso/Generator/PlanTrans.hs:162:24: Warning:
    Defined but not used: ‘j’

Language/Paraiso/Generator/PlanTrans.hs:209:7: Warning:
    Defined but not used: ‘sizeVec’

Language/Paraiso/Generator/PlanTrans.hs:221:11: Warning:
    Defined but not used: ‘env’

Language/Paraiso/Generator/PlanTrans.hs:221:26: Warning:
    Defined but not used: ‘plan’

Language/Paraiso/Generator/PlanTrans.hs:226:25: Warning:
    Defined but not used: ‘setup’

Language/Paraiso/Generator/PlanTrans.hs:286:28: Warning:
    Defined but not used: ‘plan’

Language/Paraiso/Generator/PlanTrans.hs:494:22: Warning:
    Defined but not used: ‘val’

Language/Paraiso/Generator/PlanTrans.hs:494:41: Warning:
    Defined but not used: ‘r’

Language/Paraiso/Generator/PlanTrans.hs:575:5: Warning:
    Defined but not used: ‘preVal’

Language/Paraiso/Generator/PlanTrans.hs:577:5: Warning:
    Defined but not used: ‘sucVal’

Language/Paraiso/Generator/PlanTrans.hs:578:5: Warning:
    Defined but not used: ‘sucInst’

Language/Paraiso/Generator/PlanTrans.hs:580:40: Warning:
    Defined but not used: ‘ys’

Language/Paraiso/Generator/PlanTrans.hs:581:37: Warning:
    Defined but not used: ‘xs’

Language/Paraiso/Generator/PlanTrans.hs:653:1: Warning:
    Defined but not used: ‘tInt’

Language/Paraiso/Generator/PlanTrans.hs:665:1: Warning:
    Defined but not used: ‘tHostVecInt’

Language/Paraiso/Generator/PlanTrans.hs:668:1: Warning:
    Defined but not used: ‘tDeviceVecInt’
[38 of 41] Compiling Language.Paraiso.Generator.OMTrans ( Language/Paraiso/Generator/OMTrans.hs, dist/build/Language/Paraiso/Generator/OMTrans.o )
[39 of 41] Compiling Language.Paraiso.Generator ( Language/Paraiso/Generator.hs, dist/build/Language/Paraiso/Generator.o )
[40 of 41] Compiling Language.Paraiso.Tuning.Genetic ( Language/Paraiso/Tuning/Genetic.hs, dist/build/Language/Paraiso/Tuning/Genetic.o )

Language/Paraiso/Tuning/Genetic.hs:60:12: Warning:
    This binding for ‘x’ shadows the existing binding
      bound at Language/Paraiso/Tuning/Genetic.hs:54:12

Language/Paraiso/Tuning/Genetic.hs:60:16: Warning:
    This binding for ‘xs’ shadows the existing binding
      bound at Language/Paraiso/Tuning/Genetic.hs:54:14

Language/Paraiso/Tuning/Genetic.hs:69:9: Warning:
    Defined but not used: ‘xss’

Language/Paraiso/Tuning/Genetic.hs:120:13: Warning:
    This binding for ‘n’ shadows the existing binding
      bound at Language/Paraiso/Tuning/Genetic.hs:116:5

Language/Paraiso/Tuning/Genetic.hs:301:5: Warning:
    Defined but not used: ‘isManifest’

Language/Paraiso/Tuning/Genetic.hs:54:1: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘toDNA’: Patterns not matched: []

Language/Paraiso/Tuning/Genetic.hs:69:1: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘fromDNA’: Patterns not matched: []
[41 of 41] Compiling Language.Paraiso ( Language/Paraiso.hs, dist/build/Language/Paraiso.o )
In-place registering Paraiso-0.3.1.5...
Running Haddock for Paraiso-0.3.1.5...
Running hscolour for Paraiso-0.3.1.5...
Preprocessing library Paraiso-0.3.1.5...
Preprocessing library Paraiso-0.3.1.5...

Language/Paraiso/PiSystem.hs:1:53: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS

Language/Paraiso/Name.hs:11:1: Warning:
    The import of ‘Control.Monad’ is redundant
      except perhaps to import instances from ‘Control.Monad’
    To import instances alone, use: import Control.Monad()

Language/Paraiso/Prelude.hs:20:1: Warning:
    The qualified import of ‘Prelude’ is redundant
      except perhaps to import instances from ‘Prelude’
    To import instances alone, use: import Prelude()

Language/Paraiso/Annotation/Balloon.hs:13:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()

Language/Paraiso/Annotation/Boundary.hs:16:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()

Language/Paraiso/Annotation/Dependency.hs:19:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()

Language/Paraiso/Annotation/Execution.hs:11:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()

Language/Paraiso/Annotation/SyncThreads.hs:11:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()

Language/Paraiso/OM/Builder/Internal.hs:428:7: Warning:
    Defined but not used: ‘c1’

Language/Paraiso/OM/Builder/Internal.hs:442:7: Warning:
    Defined but not used: ‘c1’

Language/Paraiso/OM/Builder/Boolean.hs:38:19: Warning:
    Variable ‘v’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘(TRealm r, Typeable c) =>
                 (Builder v g a (Value r c))
                 -> (Builder v g a (Value r c)) -> (Builder v g a (Value r Bool))’
    In the declaration for type synonym ‘CompareOp’

Language/Paraiso/OM/Builder/Boolean.hs:38:19: Warning:
    Variable ‘g’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘(TRealm r, Typeable c) =>
                 (Builder v g a (Value r c))
                 -> (Builder v g a (Value r c)) -> (Builder v g a (Value r Bool))’
    In the declaration for type synonym ‘CompareOp’

Language/Paraiso/OM/Builder/Boolean.hs:38:19: Warning:
    Variable ‘a’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘(TRealm r, Typeable c) =>
                 (Builder v g a (Value r c))
                 -> (Builder v g a (Value r c)) -> (Builder v g a (Value r Bool))’
    In the declaration for type synonym ‘CompareOp’

Language/Paraiso/OM/Builder/Boolean.hs:38:19: Warning:
    Variable ‘r’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘(TRealm r, Typeable c) =>
                 (Builder v g a (Value r c))
                 -> (Builder v g a (Value r c)) -> (Builder v g a (Value r Bool))’
    In the declaration for type synonym ‘CompareOp’

Language/Paraiso/OM/Builder/Boolean.hs:38:19: Warning:
    Variable ‘c’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘(TRealm r, Typeable c) =>
                 (Builder v g a (Value r c))
                 -> (Builder v g a (Value r c)) -> (Builder v g a (Value r Bool))’
    In the declaration for type synonym ‘CompareOp’

Language/Paraiso/Annotation/Allocation.hs:11:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()

Language/Paraiso/Optimization/Graph.hs:21:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()

Language/Paraiso/Optimization/Identity.hs:9:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()

Language/Paraiso/Optimization.hs:24:1: Warning:
    The import of ‘Language.Paraiso.Prelude’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.Prelude’
    To import instances alone, use: import Language.Paraiso.Prelude()

Language/Paraiso/Optimization.hs:40:17: Warning:
    This binding for ‘om’ shadows the existing binding
      bound at Language/Paraiso/Optimization.hs:33:16

Language/Paraiso/Generator/PlanTrans.hs:32:1: Warning:
    The qualified import of ‘Language.Paraiso.OM’ is redundant
      except perhaps to import instances from ‘Language.Paraiso.OM’
    To import instances alone, use: import Language.Paraiso.OM()

Language/Paraiso/Generator/PlanTrans.hs:162:22: Warning:
    Defined but not used: ‘i’

Language/Paraiso/Generator/PlanTrans.hs:162:24: Warning:
    Defined but not used: ‘j’

Language/Paraiso/Generator/PlanTrans.hs:209:7: Warning:
    Defined but not used: ‘sizeVec’

Language/Paraiso/Generator/PlanTrans.hs:221:11: Warning:
    Defined but not used: ‘env’

Language/Paraiso/Generator/PlanTrans.hs:221:26: Warning:
    Defined but not used: ‘plan’

Language/Paraiso/Generator/PlanTrans.hs:226:25: Warning:
    Defined but not used: ‘setup’

Language/Paraiso/Generator/PlanTrans.hs:286:28: Warning:
    Defined but not used: ‘plan’

Language/Paraiso/Generator/PlanTrans.hs:494:22: Warning:
    Defined but not used: ‘val’

Language/Paraiso/Generator/PlanTrans.hs:494:41: Warning:
    Defined but not used: ‘r’

Language/Paraiso/Generator/PlanTrans.hs:575:5: Warning:
    Defined but not used: ‘preVal’

Language/Paraiso/Generator/PlanTrans.hs:577:5: Warning:
    Defined but not used: ‘sucVal’

Language/Paraiso/Generator/PlanTrans.hs:578:5: Warning:
    Defined but not used: ‘sucInst’

Language/Paraiso/Generator/PlanTrans.hs:580:40: Warning:
    Defined but not used: ‘ys’

Language/Paraiso/Generator/PlanTrans.hs:581:37: Warning:
    Defined but not used: ‘xs’

Language/Paraiso/Generator/PlanTrans.hs:653:1: Warning:
    Defined but not used: ‘tInt’

Language/Paraiso/Generator/PlanTrans.hs:665:1: Warning:
    Defined but not used: ‘tHostVecInt’

Language/Paraiso/Generator/PlanTrans.hs:668:1: Warning:
    Defined but not used: ‘tDeviceVecInt’

Language/Paraiso/Tuning/Genetic.hs:60:12: Warning:
    This binding for ‘x’ shadows the existing binding
      bound at Language/Paraiso/Tuning/Genetic.hs:54:12

Language/Paraiso/Tuning/Genetic.hs:60:16: Warning:
    This binding for ‘xs’ shadows the existing binding
      bound at Language/Paraiso/Tuning/Genetic.hs:54:14

Language/Paraiso/Tuning/Genetic.hs:69:9: Warning:
    Defined but not used: ‘xss’

Language/Paraiso/Tuning/Genetic.hs:120:13: Warning:
    This binding for ‘n’ shadows the existing binding
      bound at Language/Paraiso/Tuning/Genetic.hs:116:5

Language/Paraiso/Tuning/Genetic.hs:301:5: Warning:
    Defined but not used: ‘isManifest’
Haddock coverage:
   0% (  0 /  5) in 'Language.Paraiso.OM.Arithmetic'
  Missing documentation for:
    Module header
    Arity (Language/Paraiso/OM/Arithmetic.hs:13)
    arityI (Language/Paraiso/OM/Arithmetic.hs:16)
    arityO (Language/Paraiso/OM/Arithmetic.hs:16)
    Operator (Language/Paraiso/OM/Arithmetic.hs:20)
   0% (  0 /  3) in 'Language.Paraiso.OM.Reduce'
  Missing documentation for:
    Module header
    Operator (Language/Paraiso/OM/Reduce.hs:9)
    toArith (Language/Paraiso/OM/Reduce.hs:12)
 100% (  6 /  6) in 'Language.Paraiso.OM.Realm'
 100% (  3 /  3) in 'Language.Paraiso.OM.Value'
Warning: Language.Paraiso.OM.DynValue: toDyn is exported separately but will be documented under ToDynable. Consider exporting it together with its parent(s) for code clarity.
 100% (  5 /  5) in 'Language.Paraiso.OM.DynValue'
 100% (  7 /  7) in 'Language.Paraiso.Name'
  82% (  9 / 11) in 'Language.Paraiso.OM.Graph'
  Missing documentation for:
    StaticIdx (Language/Paraiso/OM/Graph.hs:109)
    Inst (Language/Paraiso/OM/Graph.hs:113)
  67% (  2 /  3) in 'Language.Paraiso.Failure'
  Missing documentation for:
    unsafePerformFailure (Language/Paraiso/Failure.hs:12)
  50% (  1 /  2) in 'Language.Paraiso.PiSystem'
  Missing documentation for:
    PiSystem (Language/Paraiso/PiSystem.hs:13)
  50% (  1 /  2) in 'Language.Paraiso.Interval'
  Missing documentation for:
    Interval (Language/Paraiso/Interval.hs:18)
  20% (  1 /  5) in 'Language.Paraiso.Orthotope'
  Missing documentation for:
    Orthotope0 (Language/Paraiso/Orthotope.hs:19)
    Orthotope1 (Language/Paraiso/Orthotope.hs:20)
    Orthotope2 (Language/Paraiso/Orthotope.hs:21)
    Orthotope3 (Language/Paraiso/Orthotope.hs:22)
  40% (  2 /  5) in 'Language.Paraiso.Prelude'
  Missing documentation for:
    Boolean (Language/Paraiso/Prelude.hs:41)
    showT (Language/Paraiso/Prelude.hs:25)
    ++ (Language/Paraiso/Prelude.hs:33)
  50% (  1 /  2) in 'Language.Paraiso.Annotation.Balloon'
  Missing documentation for:
    Balloon (Language/Paraiso/Annotation/Balloon.hs:16)
 100% (  4 /  4) in 'Language.Paraiso.Annotation.Boundary'
  50% (  1 /  2) in 'Language.Paraiso.Annotation.Comment'
  Missing documentation for:
    Comment (Language/Paraiso/Annotation/Comment.hs:13)
 100% (  6 /  6) in 'Language.Paraiso.Annotation.Dependency'
 100% (  2 /  2) in 'Language.Paraiso.Annotation.Execution'
  50% (  1 /  2) in 'Language.Paraiso.Annotation.SyncThreads'
  Missing documentation for:
    Timing (Language/Paraiso/Annotation/SyncThreads.hs:13)
 100% ( 17 / 17) in 'Language.Paraiso.Generator.Claris'
  25% (  3 / 12) in 'Language.Paraiso.Generator.ClarisTrans'
  Missing documentation for:
    Module header
    Translatable (Language/Paraiso/Generator/ClarisTrans.hs:22)
    joinBy (Language/Paraiso/Generator/ClarisTrans.hs:226)
    joinEndBy (Language/Paraiso/Generator/ClarisTrans.hs:229)
    joinBeginBy (Language/Paraiso/Generator/ClarisTrans.hs:235)
    joinBeginEndBy (Language/Paraiso/Generator/ClarisTrans.hs:232)
    headerFile (Language/Paraiso/Generator/ClarisTrans.hs:37)
    sourceFile (Language/Paraiso/Generator/ClarisTrans.hs:40)
    Context (Language/Paraiso/Generator/ClarisTrans.hs:25)
  82% (  9 / 11) in 'Language.Paraiso.Generator.Plan'
  Missing documentation for:
    StorageIdx (Language/Paraiso/Generator/Plan.hs:81)
    dataflow (Language/Paraiso/Generator/Plan.hs:98)
  90% ( 27 / 30) in 'Language.Paraiso.OM.Builder.Internal'
  Missing documentation for:
    BuilderState (Language/Paraiso/OM/Builder/Internal.hs:64)
    B (Language/Paraiso/OM/Builder/Internal.hs:92)
    BuilderOf (Language/Paraiso/OM/Builder/Internal.hs:93)
  89% ( 17 / 19) in 'Language.Paraiso.OM.Builder'
  Missing documentation for:
    BuilderState (Language/Paraiso/OM/Builder/Internal.hs:64)
    BuilderOf (Language/Paraiso/OM/Builder/Internal.hs:93)
  67% (  2 /  3) in 'Language.Paraiso.OM'
  Missing documentation for:
    Module header
 100% (  8 /  8) in 'Language.Paraiso.OM.Builder.Boolean'
  33% (  1 /  3) in 'Language.Paraiso.Annotation.Allocation'
  Missing documentation for:
    Allocation (Language/Paraiso/Annotation/Allocation.hs:14)
    AllocationChoice (Language/Paraiso/Annotation/Allocation.hs:20)
  89% (  8 /  9) in 'Language.Paraiso.Annotation'
  Missing documentation for:
    Annotation (Language/Paraiso/Annotation.hs:17)
  67% (  4 /  6) in 'Language.Paraiso.Optimization.Graph'
  Missing documentation for:
    OptimizationEx (Language/Paraiso/Optimization/Graph.hs:51)
    OptimizationOf (Language/Paraiso/Optimization/Graph.hs:52)
  75% (  3 /  4) in 'Language.Paraiso.OM.PrettyPrint'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Language.Paraiso.Optimization.BoundaryAnalysis'
  Missing documentation for:
    boundaryAnalysis (Language/Paraiso/Optimization/BoundaryAnalysis.hs:33)
  50% (  1 /  2) in 'Language.Paraiso.Optimization.DeadCodeElimination'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Language.Paraiso.Optimization.DecideAllocation'
  Missing documentation for:
    decideAllocation (Language/Paraiso/Optimization/DecideAllocation.hs:25)
 100% (  2 /  2) in 'Language.Paraiso.Optimization.DependencyAnalysis'
  50% (  1 /  2) in 'Language.Paraiso.Optimization.Identity'
  Missing documentation for:
    Module header
  50% (  2 /  4) in 'Language.Paraiso.Optimization'
  Missing documentation for:
    optimize (Language/Paraiso/Optimization.hs:28)
    Level (Language/Paraiso/Optimization.hs:55)
  50% (  2 /  4) in 'Language.Paraiso.Generator.Native'
  Missing documentation for:
    defaultSetup (Language/Paraiso/Generator/Native.hs:29)
    Language (Language/Paraiso/Generator/Native.hs:40)
   0% (  0 /  3) in 'Language.Paraiso.Generator.PlanTrans'
  Missing documentation for:
    Module header
    translate (Language/Paraiso/Generator/PlanTrans.hs:50)
    commonLibraries (Language/Paraiso/Generator/PlanTrans.hs:723)
   0% (  0 /  2) in 'Language.Paraiso.Generator.OMTrans'
  Missing documentation for:
    Module header
    translate (Language/Paraiso/Generator/OMTrans.hs:39)
 100% (  3 /  3) in 'Language.Paraiso.Generator'
   0% (  0 / 10) in 'Language.Paraiso.Tuning.Genetic'
  Missing documentation for:
    Module header
    Genome (Language/Paraiso/Tuning/Genetic.hs:45)
    Species (Language/Paraiso/Tuning/Genetic.hs:31)
    makeSpecies (Language/Paraiso/Tuning/Genetic.hs:39)
    readGenome (Language/Paraiso/Tuning/Genetic.hs:138)
    overwriteGenome (Language/Paraiso/Tuning/Genetic.hs:148)
    mutate (Language/Paraiso/Tuning/Genetic.hs:83)
    cross (Language/Paraiso/Tuning/Genetic.hs:111)
    triangulate (Language/Paraiso/Tuning/Genetic.hs:132)
    generateIO (Language/Paraiso/Tuning/Genetic.hs:42)
 100% (  2 /  2) in 'Language.Paraiso'
Warning: Language.Paraiso.Prelude: could not find link destinations for:
    Appendable
Warning: Language.Paraiso.OM.Builder.Internal: could not find link destinations for:
    BuilderContext
Warning: Language.Paraiso.OM.Builder: could not find link destinations for:
    BuilderContext
Warning: Language.Paraiso.OM.Builder.Boolean: could not find link destinations for:
    CompareOp
Warning: Language.Paraiso.Generator.PlanTrans: could not find link destinations for:
    AnAn
Documentation created: dist/doc/html/Paraiso/index.html,
dist/doc/html/Paraiso/Paraiso.txt
Creating package registration file:
/tmp/pkgConf-Paraiso-0.3.116895675781164107681.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/Paraiso-0.3.1.5-6Z6PBDJqBvX5CTStEjGG7s
Registering Paraiso-0.3.1.5...
Installed Paraiso-0.3.1.5

Test log

No test log was submitted for this report.