[all reports]
| Package |
nauty-parser-1.0.0.0 |
| Install |
InstallOk |
| Docs |
Ok |
| Tests |
Ok |
| Time submitted |
2026-01-03 13:15:12.958627059 UTC
|
| Compiler |
ghc-9.8.4 |
| OS |
linux |
| Arch |
x86_64 |
| Dependencies |
array-0.5.8.0, base-4.19.2.0, bytestring-0.12.1.0, containers-0.8, mtl-2.3.1, text-2.1.3, transformers-0.6.1.0 |
| Flags |
none
|
Code Coverage
| expressions | 71% (1498/2108) |
| boolean | guards | 46% (13/28) |
| conditions | 50% (19/38) |
| qualifiers | 100% (0/0) |
| alternatives | 66% (104/157) |
| local declarations | 76% (52/68) |
| top-level declarations | 62% (71/114) |
Build log
[view raw]
Resolving dependencies...
Configuring containers-0.8...
Preprocessing library for containers-0.8..
Building library for containers-0.8..
[ 1 of 35] Compiling Utils.Containers.Internal.BitUtil ( src/Utils/Containers/Internal/BitUtil.hs, dist/build/Utils/Containers/Internal/BitUtil.o, dist/build/Utils/Containers/Internal/BitUtil.dyn_o )
[ 2 of 35] Compiling Utils.Containers.Internal.BitQueue ( src/Utils/Containers/Internal/BitQueue.hs, dist/build/Utils/Containers/Internal/BitQueue.o, dist/build/Utils/Containers/Internal/BitQueue.dyn_o )
[ 3 of 35] Compiling Data.IntSet.Internal.IntTreeCommons ( src/Data/IntSet/Internal/IntTreeCommons.hs, dist/build/Data/IntSet/Internal/IntTreeCommons.o, dist/build/Data/IntSet/Internal/IntTreeCommons.dyn_o )
[ 4 of 35] Compiling Utils.Containers.Internal.Prelude ( src/Utils/Containers/Internal/Prelude.hs, dist/build/Utils/Containers/Internal/Prelude.o, dist/build/Utils/Containers/Internal/Prelude.dyn_o )
[ 5 of 35] Compiling Utils.Containers.Internal.PtrEquality ( src/Utils/Containers/Internal/PtrEquality.hs, dist/build/Utils/Containers/Internal/PtrEquality.o, dist/build/Utils/Containers/Internal/PtrEquality.dyn_o )
[ 6 of 35] Compiling Utils.Containers.Internal.State ( src/Utils/Containers/Internal/State.hs, dist/build/Utils/Containers/Internal/State.o, dist/build/Utils/Containers/Internal/State.dyn_o )
[ 7 of 35] Compiling Utils.Containers.Internal.StrictMaybe ( src/Utils/Containers/Internal/StrictMaybe.hs, dist/build/Utils/Containers/Internal/StrictMaybe.o, dist/build/Utils/Containers/Internal/StrictMaybe.dyn_o )
[ 8 of 35] Compiling Utils.Containers.Internal.StrictPair ( src/Utils/Containers/Internal/StrictPair.hs, dist/build/Utils/Containers/Internal/StrictPair.o, dist/build/Utils/Containers/Internal/StrictPair.dyn_o )
[ 9 of 35] Compiling Utils.Containers.Internal.EqOrdUtil ( src/Utils/Containers/Internal/EqOrdUtil.hs, dist/build/Utils/Containers/Internal/EqOrdUtil.o, dist/build/Utils/Containers/Internal/EqOrdUtil.dyn_o )
[10 of 35] Compiling Data.Set.Internal ( src/Data/Set/Internal.hs, dist/build/Data/Set/Internal.o, dist/build/Data/Set/Internal.dyn_o )
[11 of 35] Compiling Data.Set ( src/Data/Set.hs, dist/build/Data/Set.o, dist/build/Data/Set.dyn_o )
[12 of 35] Compiling Data.Sequence.Internal ( src/Data/Sequence/Internal.hs, dist/build/Data/Sequence/Internal.o, dist/build/Data/Sequence/Internal.dyn_o )
[13 of 35] Compiling Data.Sequence.Internal.Sorting ( src/Data/Sequence/Internal/Sorting.hs, dist/build/Data/Sequence/Internal/Sorting.o, dist/build/Data/Sequence/Internal/Sorting.dyn_o )
[14 of 35] Compiling Data.Sequence ( src/Data/Sequence.hs, dist/build/Data/Sequence.o, dist/build/Data/Sequence.dyn_o )
[15 of 35] Compiling Data.Tree ( src/Data/Tree.hs, dist/build/Data/Tree.o, dist/build/Data/Tree.dyn_o )
[16 of 35] Compiling Data.Graph ( src/Data/Graph.hs, dist/build/Data/Graph.o, dist/build/Data/Graph.dyn_o )
[17 of 35] Compiling Data.Map.Internal ( src/Data/Map/Internal.hs, dist/build/Data/Map/Internal.o, dist/build/Data/Map/Internal.dyn_o )
[18 of 35] Compiling Data.Map.Merge.Lazy ( src/Data/Map/Merge/Lazy.hs, dist/build/Data/Map/Merge/Lazy.o, dist/build/Data/Map/Merge/Lazy.dyn_o )
[19 of 35] Compiling Data.Map.Internal.Debug ( src/Data/Map/Internal/Debug.hs, dist/build/Data/Map/Internal/Debug.o, dist/build/Data/Map/Internal/Debug.dyn_o )
[20 of 35] Compiling Data.Map.Strict.Internal ( src/Data/Map/Strict/Internal.hs, dist/build/Data/Map/Strict/Internal.o, dist/build/Data/Map/Strict/Internal.dyn_o )
[21 of 35] Compiling Data.Map.Strict ( src/Data/Map/Strict.hs, dist/build/Data/Map/Strict.o, dist/build/Data/Map/Strict.dyn_o )
[22 of 35] Compiling Data.Map.Merge.Strict ( src/Data/Map/Merge/Strict.hs, dist/build/Data/Map/Merge/Strict.o, dist/build/Data/Map/Merge/Strict.dyn_o )
[23 of 35] Compiling Data.Map.Lazy ( src/Data/Map/Lazy.hs, dist/build/Data/Map/Lazy.o, dist/build/Data/Map/Lazy.dyn_o )
[24 of 35] Compiling Data.Map ( src/Data/Map.hs, dist/build/Data/Map.o, dist/build/Data/Map.dyn_o )
[25 of 35] Compiling Data.IntSet.Internal ( src/Data/IntSet/Internal.hs, dist/build/Data/IntSet/Internal.o, dist/build/Data/IntSet/Internal.dyn_o )
[26 of 35] Compiling Data.IntSet ( src/Data/IntSet.hs, dist/build/Data/IntSet.o, dist/build/Data/IntSet.dyn_o )
[27 of 35] Compiling Data.Containers.ListUtils ( src/Data/Containers/ListUtils.hs, dist/build/Data/Containers/ListUtils.o, dist/build/Data/Containers/ListUtils.dyn_o )
[28 of 35] Compiling Data.IntMap.Internal ( src/Data/IntMap/Internal.hs, dist/build/Data/IntMap/Internal.o, dist/build/Data/IntMap/Internal.dyn_o )
[29 of 35] Compiling Data.IntMap.Strict.Internal ( src/Data/IntMap/Strict/Internal.hs, dist/build/Data/IntMap/Strict/Internal.o, dist/build/Data/IntMap/Strict/Internal.dyn_o )
[30 of 35] Compiling Data.IntMap.Strict ( src/Data/IntMap/Strict.hs, dist/build/Data/IntMap/Strict.o, dist/build/Data/IntMap/Strict.dyn_o )
[31 of 35] Compiling Data.IntMap.Merge.Strict ( src/Data/IntMap/Merge/Strict.hs, dist/build/Data/IntMap/Merge/Strict.o, dist/build/Data/IntMap/Merge/Strict.dyn_o )
[32 of 35] Compiling Data.IntMap.Merge.Lazy ( src/Data/IntMap/Merge/Lazy.hs, dist/build/Data/IntMap/Merge/Lazy.o, dist/build/Data/IntMap/Merge/Lazy.dyn_o )
[33 of 35] Compiling Data.IntMap.Lazy ( src/Data/IntMap/Lazy.hs, dist/build/Data/IntMap/Lazy.o, dist/build/Data/IntMap/Lazy.dyn_o )
[34 of 35] Compiling Data.IntMap ( src/Data/IntMap.hs, dist/build/Data/IntMap.o, dist/build/Data/IntMap.dyn_o )
[35 of 35] Compiling Data.IntMap.Internal.Debug ( src/Data/IntMap/Internal/Debug.hs, dist/build/Data/IntMap/Internal/Debug.o, dist/build/Data/IntMap/Internal/Debug.dyn_o )
Preprocessing library for containers-0.8..
Running Haddock on library for containers-0.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 35] Compiling Utils.Containers.Internal.BitUtil ( src/Utils/Containers/Internal/BitUtil.hs, nothing )
[ 2 of 35] Compiling Utils.Containers.Internal.BitQueue ( src/Utils/Containers/Internal/BitQueue.hs, nothing )
[ 3 of 35] Compiling Data.IntSet.Internal.IntTreeCommons ( src/Data/IntSet/Internal/IntTreeCommons.hs, nothing )
[ 4 of 35] Compiling Utils.Containers.Internal.Prelude ( src/Utils/Containers/Internal/Prelude.hs, nothing )
[ 5 of 35] Compiling Utils.Containers.Internal.PtrEquality ( src/Utils/Containers/Internal/PtrEquality.hs, nothing )
[ 6 of 35] Compiling Utils.Containers.Internal.State ( src/Utils/Containers/Internal/State.hs, nothing )
[ 7 of 35] Compiling Utils.Containers.Internal.StrictMaybe ( src/Utils/Containers/Internal/StrictMaybe.hs, nothing )
[ 8 of 35] Compiling Utils.Containers.Internal.StrictPair ( src/Utils/Containers/Internal/StrictPair.hs, nothing )
[ 9 of 35] Compiling Utils.Containers.Internal.EqOrdUtil ( src/Utils/Containers/Internal/EqOrdUtil.hs, nothing )
[10 of 35] Compiling Data.Set.Internal ( src/Data/Set/Internal.hs, nothing )
[11 of 35] Compiling Data.Set ( src/Data/Set.hs, nothing )
[12 of 35] Compiling Data.Sequence.Internal ( src/Data/Sequence/Internal.hs, nothing )
[13 of 35] Compiling Data.Sequence.Internal.Sorting ( src/Data/Sequence/Internal/Sorting.hs, nothing )
[14 of 35] Compiling Data.Sequence ( src/Data/Sequence.hs, nothing )
[15 of 35] Compiling Data.Tree ( src/Data/Tree.hs, nothing )
[16 of 35] Compiling Data.Graph ( src/Data/Graph.hs, nothing )
[17 of 35] Compiling Data.Map.Internal ( src/Data/Map/Internal.hs, nothing )
[18 of 35] Compiling Data.Map.Merge.Lazy ( src/Data/Map/Merge/Lazy.hs, nothing )
[19 of 35] Compiling Data.Map.Internal.Debug ( src/Data/Map/Internal/Debug.hs, nothing )
[20 of 35] Compiling Data.Map.Strict.Internal ( src/Data/Map/Strict/Internal.hs, nothing )
[21 of 35] Compiling Data.Map.Strict ( src/Data/Map/Strict.hs, nothing )
[22 of 35] Compiling Data.Map.Merge.Strict ( src/Data/Map/Merge/Strict.hs, nothing )
[23 of 35] Compiling Data.Map.Lazy ( src/Data/Map/Lazy.hs, nothing )
[24 of 35] Compiling Data.Map ( src/Data/Map.hs, nothing )
[25 of 35] Compiling Data.IntSet.Internal ( src/Data/IntSet/Internal.hs, nothing )
[26 of 35] Compiling Data.IntSet ( src/Data/IntSet.hs, nothing )
[27 of 35] Compiling Data.Containers.ListUtils ( src/Data/Containers/ListUtils.hs, nothing )
[28 of 35] Compiling Data.IntMap.Internal ( src/Data/IntMap/Internal.hs, nothing )
[29 of 35] Compiling Data.IntMap.Strict.Internal ( src/Data/IntMap/Strict/Internal.hs, nothing )
[30 of 35] Compiling Data.IntMap.Strict ( src/Data/IntMap/Strict.hs, nothing )
[31 of 35] Compiling Data.IntMap.Merge.Strict ( src/Data/IntMap/Merge/Strict.hs, nothing )
[32 of 35] Compiling Data.IntMap.Merge.Lazy ( src/Data/IntMap/Merge/Lazy.hs, nothing )
[33 of 35] Compiling Data.IntMap.Lazy ( src/Data/IntMap/Lazy.hs, nothing )
[34 of 35] Compiling Data.IntMap ( src/Data/IntMap.hs, nothing )
[35 of 35] Compiling Data.IntMap.Internal.Debug ( src/Data/IntMap/Internal/Debug.hs, nothing )
Haddock coverage:
66% ( 8 / 12) in 'Data.IntSet.Internal.IntTreeCommons'
Missing documentation for:
Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52)
treeTreeBranch (src/Data/IntSet/Internal/IntTreeCommons.hs:123)
i2w (src/Data/IntSet/Internal/IntTreeCommons.hs:162)
Order (src/Data/IntSet/Internal/IntTreeCommons.hs:166)
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% ( 89 / 94) in 'Data.Set.Internal'
Missing documentation for:
Size (src/Data/Set/Internal.hs:283)
bin (src/Data/Set/Internal.hs:1956)
balanced (src/Data/Set/Internal.hs:2220)
link (src/Data/Set/Internal.hs:1717)
merge (src/Data/Set/Internal.hs:1743)
100% ( 90 / 90) in 'Data.Set'
Warning: 'Seq' is ambiguous. It is defined
* at src/Data/Sequence/Internal.hs:328:17
* at src/Data/Sequence/Internal.hs:328:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Sequence/Internal.hs:328:1
Warning: 'Rigid' is ambiguous. It is defined
* at src/Data/Sequence/Internal.hs:634:16
* at src/Data/Sequence/Internal.hs:634:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Sequence/Internal.hs:634:1
Warning: 'liftAMiddle' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
88% ( 90 /102) in 'Data.Sequence.Internal'
Missing documentation for:
Elem (src/Data/Sequence/Internal.hs:1433)
FingerTree (src/Data/Sequence/Internal.hs:1042)
Node (src/Data/Sequence/Internal.hs:1354)
Digit (src/Data/Sequence/Internal.hs:1241)
Sized (src/Data/Sequence/Internal.hs:292)
MaybeForce (src/Data/Sequence/Internal.hs:300)
foldDigit (src/Data/Sequence/Internal.hs:1262)
foldNode (src/Data/Sequence/Internal.hs:1373)
foldWithIndexDigit (src/Data/Sequence/Internal.hs:3185)
foldWithIndexNode (src/Data/Sequence/Internal.hs:3202)
foldMapWithIndex (src/Data/Sequence/Internal.hs:3216)
liftA2Seq (src/Data/Sequence/Internal.hs:595)
Warning: 'Seq' is ambiguous. It is defined
* at src/Data/Sequence/Internal.hs:328:17
* at src/Data/Sequence/Internal.hs:328:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Sequence/Internal.hs:328:1
80% ( 32 / 40) in 'Data.Sequence.Internal.Sorting'
Missing documentation for:
QList (src/Data/Sequence/Internal/Sorting.hs:190)
IQList (src/Data/Sequence/Internal/Sorting.hs:199)
TQList (src/Data/Sequence/Internal/Sorting.hs:208)
ITQList (src/Data/Sequence/Internal/Sorting.hs:217)
buildQ (src/Data/Sequence/Internal/Sorting.hs:347)
buildIQ (src/Data/Sequence/Internal/Sorting.hs:355)
buildTQ (src/Data/Sequence/Internal/Sorting.hs:362)
buildITQ (src/Data/Sequence/Internal/Sorting.hs:370)
Warning: 'Seq' is ambiguous. It is defined
* at src/Data/Sequence/Internal.hs:328:17
* at src/Data/Sequence/Internal.hs:328:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Sequence/Internal.hs:328:1
Warning: 'Applicative' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '<*>' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '*>' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: '<*' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
99% ( 99 /100) in 'Data.Sequence'
Missing documentation for:
foldMapWithIndex (src/Data/Sequence/Internal.hs:3216)
100% ( 23 / 23) in 'Data.Tree'
100% ( 40 / 40) in 'Data.Graph'
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'Const' is ambiguous. It is defined
* in Data.Functor.Const
* in Data.Functor.Const
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Const
Warning: 'WhenMissing' is ambiguous. It is defined
* at src/Data/Map/Internal.hs:2203:28
* at src/Data/Map/Internal.hs:2203:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Map/Internal.hs:2203:1
Warning: 'WhenMatched' is ambiguous. It is defined
* at src/Data/Map/Internal.hs:2323:33
* at src/Data/Map/Internal.hs:2323:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Map/Internal.hs:2323:1
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Arg' is ambiguous. It is defined
* in Data.Semigroup
* in Data.Semigroup
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Semigroup
88% (191 /215) in 'Data.Map.Internal'
Missing documentation for:
Size (src/Data/Map/Internal.hs:476)
AreWeStrict (src/Data/Map/Internal.hs:1190)
atKeyImpl (src/Data/Map/Internal.hs:1264)
atKeyPlain (src/Data/Map/Internal.hs:1383)
bin (src/Data/Map/Internal.hs:4327)
balance (src/Data/Map/Internal.hs:4220)
balanceL (src/Data/Map/Internal.hs:4265)
balanceR (src/Data/Map/Internal.hs:4295)
delta (src/Data/Map/Internal.hs:4185)
insertMax (src/Data/Map/Internal.hs:4057)
link (src/Data/Map/Internal.hs:4047)
link2 (src/Data/Map/Internal.hs:4073)
glue (src/Data/Map/Internal.hs:4085)
ascLinkTop (src/Data/Map/Internal.hs:3805)
ascLinkAll (src/Data/Map/Internal.hs:3812)
descLinkTop (src/Data/Map/Internal.hs:3837)
descLinkAll (src/Data/Map/Internal.hs:3845)
MaybeS (src/Utils/Containers/Internal/StrictMaybe.hs:13)
Stack (src/Data/Map/Internal.hs:3848)
foldl'Stack (src/Data/Map/Internal.hs:3851)
MapBuilder (src/Data/Map/Internal.hs:3976)
emptyB (src/Data/Map/Internal.hs:3982)
insertB (src/Data/Map/Internal.hs:3987)
finishB (src/Data/Map/Internal.hs:4017)
Warning: 'WhenMissing' is ambiguous. It is defined
* at src/Data/Map/Internal.hs:2203:28
* at src/Data/Map/Internal.hs:2203:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Map/Internal.hs:2203:1
Warning: 'WhenMatched' is ambiguous. It is defined
* at src/Data/Map/Internal.hs:2323:33
* at src/Data/Map/Internal.hs:2323:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Map/Internal.hs:2323:1
100% ( 39 / 39) in 'Data.Map.Merge.Lazy'
42% ( 6 / 14) in 'Data.Map.Internal.Debug'
Missing documentation for:
Module header
showsTree (src/Data/Map/Internal/Debug.hs:60)
showsTreeHang (src/Data/Map/Internal/Debug.hs:73)
showWide (src/Data/Map/Internal/Debug.hs:86)
showsBars (src/Data/Map/Internal/Debug.hs:91)
node (src/Data/Map/Internal/Debug.hs:97)
withBar (src/Data/Map/Internal/Debug.hs:100)
withEmpty (src/Data/Map/Internal/Debug.hs:101)
Warning: 'Identity' is ambiguous. It is defined
* in Data.Functor.Identity
* in Data.Functor.Identity
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Identity
Warning: 'Const' is ambiguous. It is defined
* in Data.Functor.Const
* in Data.Functor.Const
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Const
Warning: 'WhenMissing' is ambiguous. It is defined
* at src/Data/Map/Internal.hs:2203:28
* at src/Data/Map/Internal.hs:2203:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Map/Internal.hs:2203:1
Warning: 'WhenMatched' is ambiguous. It is defined
* at src/Data/Map/Internal.hs:2323:33
* at src/Data/Map/Internal.hs:2323:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Map/Internal.hs:2323:1
Warning: 'f' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Arg' is ambiguous. It is defined
* in Data.Semigroup
* in Data.Semigroup
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Semigroup
99% (188 /189) in 'Data.Map.Strict.Internal'
Missing documentation for:
Size (src/Data/Map/Internal.hs:476)
100% (162 /162) in 'Data.Map.Strict'
Warning: 'WhenMissing' is ambiguous. It is defined
* at src/Data/Map/Internal.hs:2203:28
* at src/Data/Map/Internal.hs:2203:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Map/Internal.hs:2203:1
Warning: 'WhenMatched' is ambiguous. It is defined
* at src/Data/Map/Internal.hs:2323:33
* at src/Data/Map/Internal.hs:2323:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Map/Internal.hs:2323:1
100% ( 36 / 36) in 'Data.Map.Merge.Strict'
100% (162 /162) in 'Data.Map.Lazy'
Warning: 'lookup' is ambiguous. It is defined
* in GHC.List
* at src/Data/Map/Internal.hs:580:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Map/Internal.hs:580:1
100% ( 2 / 2) in 'Data.Map'
93% ( 78 / 83) in 'Data.IntSet.Internal'
Missing documentation for:
Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52)
BitMap (src/Data/IntSet/Internal.hs:260)
suffixBitMask (src/Data/IntSet/Internal.hs:1749)
prefixBitMask (src/Data/IntSet/Internal.hs:1753)
bitmapOf (src/Data/IntSet/Internal.hs:1769)
98% ( 78 / 79) in 'Data.IntSet'
Missing documentation for:
Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52)
100% ( 5 / 5) in 'Data.Containers.ListUtils'
Warning: 'WhenMissing' is ambiguous. It is defined
* at src/Data/IntMap/Internal.hs:1506:26
* at src/Data/IntMap/Internal.hs:1506:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/IntMap/Internal.hs:1506:1
Warning: 'WhenMatched' is ambiguous. It is defined
* at src/Data/IntMap/Internal.hs:1648:31
* at src/Data/IntMap/Internal.hs:1648:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/IntMap/Internal.hs:1648:1
96% (180 /186) in 'Data.IntMap.Internal'
Missing documentation for:
Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52)
mergeWithKey' (src/Data/IntMap/Internal.hs:1449)
linkWithMask (src/Data/IntMap/Internal.hs:3676)
bin (src/Data/IntMap/Internal.hs:3688)
binCheckLeft (src/Data/IntMap/Internal.hs:3695)
binCheckRight (src/Data/IntMap/Internal.hs:3701)
99% (142 /143) in 'Data.IntMap.Strict.Internal'
Missing documentation for:
Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52)
Warning: 'Functor' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Traversable' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
99% (142 /143) in 'Data.IntMap.Strict'
Missing documentation for:
Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52)
Warning: 'WhenMissing' is ambiguous. It is defined
* at src/Data/IntMap/Internal.hs:1506:26
* at src/Data/IntMap/Internal.hs:1506:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/IntMap/Internal.hs:1506:1
Warning: 'WhenMatched' is ambiguous. It is defined
* at src/Data/IntMap/Internal.hs:1648:31
* at src/Data/IntMap/Internal.hs:1648:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/IntMap/Internal.hs:1648:1
100% ( 35 / 35) in 'Data.IntMap.Merge.Strict'
Warning: 'WhenMissing' is ambiguous. It is defined
* at src/Data/IntMap/Internal.hs:1506:26
* at src/Data/IntMap/Internal.hs:1506:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/IntMap/Internal.hs:1506:1
Warning: 'WhenMatched' is ambiguous. It is defined
* at src/Data/IntMap/Internal.hs:1648:31
* at src/Data/IntMap/Internal.hs:1648:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/IntMap/Internal.hs:1648:1
100% ( 39 / 39) in 'Data.IntMap.Merge.Lazy'
Warning: 'lookup' is ambiguous. It is defined
* in GHC.List
* at src/Data/IntMap/Internal.hs:621:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/IntMap/Internal.hs:621:1
99% (142 /143) in 'Data.IntMap.Lazy'
Missing documentation for:
Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52)
Warning: 'lookup' is ambiguous. It is defined
* in GHC.List
* at src/Data/IntMap/Internal.hs:621:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/IntMap/Internal.hs:621:1
100% ( 2 / 2) in 'Data.IntMap'
66% ( 2 / 3) in 'Data.IntMap.Internal.Debug'
Missing documentation for:
Module header
Warning: Data.Set.Internal: could not find link destinations for:
- Data.Set.Internal.D:R:ItemSet
Warning: Data.Set: could not find link destinations for:
- Data.Set.Internal.D:R:ItemSet
Warning: Data.Sequence.Internal: could not find link destinations for:
- Data.Sequence.Internal.maybeRwhnf
- Data.Sequence.Internal.D:R:ItemSeq
- Data.Sequence.Internal.Rep_ViewR
- Data.Sequence.Internal.Rep1_ViewR
- Data.Sequence.Internal.Rep_ViewL
- Data.Sequence.Internal.Rep1_ViewL
- Data.Sequence.Internal.Rep_Elem
- Data.Sequence.Internal.Rep1_Elem
- Data.Sequence.Internal.Rep_Node
- Data.Sequence.Internal.Rep1_Node
- Data.Sequence.Internal.Rep_Digit
- Data.Sequence.Internal.Rep1_Digit
- Data.Sequence.Internal.Rep_FingerTree
- Data.Sequence.Internal.Rep1_FingerTree
Warning: Data.Sequence: could not find link destinations for:
- Data.Sequence.Internal.D:R:ItemSeq
- Data.Sequence.Internal.Rep_ViewR
- Data.Sequence.Internal.Rep1_ViewR
- Data.Sequence.Internal.Rep_ViewL
- Data.Sequence.Internal.Rep1_ViewL
Warning: Data.Tree: could not find link destinations for:
- Data.Tree.Rep_PostOrder
- Data.Tree.Rep1_PostOrder
- Data.Tree.Rep_Tree
- Data.Tree.Rep1_Tree
Warning: Data.Graph: could not find link destinations for:
- Data.Tree.Rep_Tree
- Data.Tree.Rep1_Tree
- Data.Graph.Rep_SCC
- Data.Graph.Rep1_SCC
Warning: Data.Map.Internal: could not find link destinations for:
- Data.Functor.Identity.Rep_Identity
- Data.Functor.Identity.Rep1_Identity
- Data.Map.Internal.D:R:ItemMap
Warning: Data.Map.Strict.Internal: could not find link destinations for:
- Data.Map.Internal.D:R:ItemMap
Warning: Data.Map.Strict: could not find link destinations for:
- Data.Map.Internal.D:R:ItemMap
Warning: Data.Map.Lazy: could not find link destinations for:
- Data.Map.Internal.D:R:ItemMap
Warning: Data.IntSet.Internal: could not find link destinations for:
- Data.IntSet.Internal.D:R:ItemIntSet
Warning: Data.IntSet: could not find link destinations for:
- Data.IntSet.Internal.D:R:ItemIntSet
Warning: Data.IntMap.Internal: could not find link destinations for:
- Data.IntMap.Internal.D:R:ItemIntMap
Warning: Data.IntMap.Strict.Internal: could not find link destinations for:
- Data.IntMap.Internal.D:R:ItemIntMap
Warning: Data.IntMap.Strict: could not find link destinations for:
- Data.IntMap.Internal.D:R:ItemIntMap
Warning: Data.IntMap.Lazy: could not find link destinations for:
- Data.IntMap.Internal.D:R:ItemIntMap
Documentation created: dist/doc/html/containers/,
dist/doc/html/containers/containers.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/containers-0.8-5vGh6Qa3sEQG4jLh96PqBW
Completed containers-0.8
Configuring binary-0.8.9.3...
Preprocessing library for binary-0.8.9.3..
Building library for binary-0.8.9.3..
[1 of 9] Compiling Data.Binary.Builder ( src/Data/Binary/Builder.hs, dist/build/Data/Binary/Builder.o, dist/build/Data/Binary/Builder.dyn_o )
[2 of 9] Compiling Data.Binary.FloatCast ( src/Data/Binary/FloatCast.hs, dist/build/Data/Binary/FloatCast.o, dist/build/Data/Binary/FloatCast.dyn_o )
[3 of 9] Compiling Data.Binary.Internal ( src/Data/Binary/Internal.hs, dist/build/Data/Binary/Internal.o, dist/build/Data/Binary/Internal.dyn_o )
[4 of 9] Compiling Data.Binary.Get.Internal ( src/Data/Binary/Get/Internal.hs, dist/build/Data/Binary/Get/Internal.o, dist/build/Data/Binary/Get/Internal.dyn_o )
[5 of 9] Compiling Data.Binary.Get ( src/Data/Binary/Get.hs, dist/build/Data/Binary/Get.o, dist/build/Data/Binary/Get.dyn_o )
[6 of 9] Compiling Data.Binary.Put ( src/Data/Binary/Put.hs, dist/build/Data/Binary/Put.o, dist/build/Data/Binary/Put.dyn_o )
[7 of 9] Compiling Data.Binary.Class ( src/Data/Binary/Class.hs, dist/build/Data/Binary/Class.o, dist/build/Data/Binary/Class.dyn_o )
[8 of 9] Compiling Data.Binary.Generic ( src/Data/Binary/Generic.hs, dist/build/Data/Binary/Generic.o, dist/build/Data/Binary/Generic.dyn_o )
[9 of 9] Compiling Data.Binary ( src/Data/Binary.hs, dist/build/Data/Binary.o, dist/build/Data/Binary.dyn_o )
Preprocessing library for binary-0.8.9.3..
Running Haddock on library for binary-0.8.9.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Data.Binary.Builder ( src/Data/Binary/Builder.hs, nothing )
[2 of 9] Compiling Data.Binary.FloatCast ( src/Data/Binary/FloatCast.hs, nothing )
[3 of 9] Compiling Data.Binary.Internal ( src/Data/Binary/Internal.hs, nothing )
[4 of 9] Compiling Data.Binary.Get.Internal ( src/Data/Binary/Get/Internal.hs, nothing )
[5 of 9] Compiling Data.Binary.Get ( src/Data/Binary/Get.hs, nothing )
[6 of 9] Compiling Data.Binary.Put ( src/Data/Binary/Put.hs, nothing )
[7 of 9] Compiling Data.Binary.Class ( src/Data/Binary/Class.hs, nothing )
[8 of 9] Compiling Data.Binary.Generic ( src/Data/Binary/Generic.hs, nothing )
[9 of 9] Compiling Data.Binary ( src/Data/Binary.hs, nothing )
Haddock coverage:
Warning: 'empty' is ambiguous. It is defined
* at src/Data/Binary/Builder.hs:92:1
* in Data.ByteString.Lazy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Binary/Builder.hs:92:1
Warning: 'singleton' is ambiguous. It is defined
* at src/Data/Binary/Builder.hs:100:1
* in Data.ByteString.Lazy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Binary/Builder.hs:100:1
Warning: 'append' is ambiguous. It is defined
* at src/Data/Binary/Builder.hs:111:1
* in Data.ByteString.Lazy
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Binary/Builder.hs:111:1
100% ( 40 / 40) in 'Data.Binary.Builder'
78% ( 22 / 28) in 'Data.Binary.Get.Internal'
Missing documentation for:
Module header
Get (src/Data/Binary/Get/Internal.hs:84)
runCont
withInputChunks (src/Data/Binary/Get/Internal.hs:238)
Consume (src/Data/Binary/Get/Internal.hs:235)
failOnEOF (src/Data/Binary/Get/Internal.hs:251)
98% ( 70 / 71) in 'Data.Binary.Get'
Missing documentation for:
Get (src/Data/Binary/Get/Internal.hs:84)
Warning: 'Put' is ambiguous. It is defined
* at src/Data/Binary/Put.hs:114:18
* at src/Data/Binary/Put.hs:117:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Binary/Put.hs:117:1
Warning: 'ShortByteString' is ambiguous. It is defined
* in Data.ByteString.Short.Internal
* in Data.ByteString.Short.Internal
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.ByteString.Short.Internal
97% ( 47 / 48) in 'Data.Binary.Put'
Missing documentation for:
putBuilder (src/Data/Binary/Put.hs:181)
Warning: 'Put' is ambiguous. It is defined
* at src/Data/Binary/Put.hs:114:18
* at src/Data/Binary/Put.hs:117:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Binary/Put.hs:117:1
87% ( 21 / 24) in 'Data.Binary'
Missing documentation for:
GBinaryGet (src/Data/Binary/Class.hs:139)
GBinaryPut (src/Data/Binary/Class.hs:136)
Get (src/Data/Binary/Get/Internal.hs:84)
Warning: Data.Binary.Get.Internal: could not find link destinations for:
- Data.Binary.Get.Internal.Success
Warning: Data.Binary.Put: could not find link destinations for:
- Data.Binary.Put.PairS
Warning: Data.Binary: could not find link destinations for:
- Data.Binary.Generic.SumSize
- Data.Binary.Generic.GSumPut
- Data.Binary.Generic.GSumGet
Documentation created: dist/doc/html/binary/, dist/doc/html/binary/binary.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/binary-0.8.9.3-ExAQu0CY2oVLL6DXn5BNUo
Completed binary-0.8.9.3
Configuring text-2.1.3...
Preprocessing library for text-2.1.3..
Building library for text-2.1.3..
[ 1 of 55] Compiling Data.Text.Array ( src/Data/Text/Array.hs, dist/build/Data/Text/Array.o, dist/build/Data/Text/Array.dyn_o )
[ 2 of 55] Compiling Data.Text.Encoding.Error ( src/Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o, dist/build/Data/Text/Encoding/Error.dyn_o )
[ 3 of 55] Compiling Data.Text.Internal.ArrayUtils ( src/Data/Text/Internal/ArrayUtils.hs, dist/build/Data/Text/Internal/ArrayUtils.o, dist/build/Data/Text/Internal/ArrayUtils.dyn_o )
[ 4 of 55] Compiling Data.Text.Internal.Builder.Int.Digits ( src/Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o, dist/build/Data/Text/Internal/Builder/Int/Digits.dyn_o )
[ 5 of 55] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( src/Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.dyn_o )
[ 6 of 55] Compiling Data.Text.Internal.ByteStringCompat ( src/Data/Text/Internal/ByteStringCompat.hs, dist/build/Data/Text/Internal/ByteStringCompat.o, dist/build/Data/Text/Internal/ByteStringCompat.dyn_o )
[ 7 of 55] Compiling Data.Text.Internal.Encoding.Utf16 ( src/Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o, dist/build/Data/Text/Internal/Encoding/Utf16.dyn_o )
[ 8 of 55] Compiling Data.Text.Internal.Encoding.Utf32 ( src/Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o, dist/build/Data/Text/Internal/Encoding/Utf32.dyn_o )
[ 9 of 55] Compiling Data.Text.Internal.Encoding.Utf8 ( src/Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o, dist/build/Data/Text/Internal/Encoding/Utf8.dyn_o )
[10 of 55] Compiling Data.Text.Internal.Fusion.CaseMapping ( src/Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o, dist/build/Data/Text/Internal/Fusion/CaseMapping.dyn_o )
[11 of 55] Compiling Data.Text.Internal.Measure ( src/Data/Text/Internal/Measure.hs, dist/build/Data/Text/Internal/Measure.o, dist/build/Data/Text/Internal/Measure.dyn_o )
[12 of 55] Compiling Data.Text.Internal.PrimCompat ( src/Data/Text/Internal/PrimCompat.hs, dist/build/Data/Text/Internal/PrimCompat.o, dist/build/Data/Text/Internal/PrimCompat.dyn_o )
[13 of 55] Compiling Data.Text.Internal.Read ( src/Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o, dist/build/Data/Text/Internal/Read.dyn_o )
[14 of 55] Compiling Data.Text.Internal.Unsafe ( src/Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o, dist/build/Data/Text/Internal/Unsafe.dyn_o )
[15 of 55] Compiling Data.Text.Internal.Unsafe.Char ( src/Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o, dist/build/Data/Text/Internal/Unsafe/Char.dyn_o )
[16 of 55] Compiling Data.Text.Internal ( src/Data/Text/Internal.hs, dist/build/Data/Text/Internal.o, dist/build/Data/Text/Internal.dyn_o )
[17 of 55] Compiling Data.Text.Internal.StrictBuilder ( src/Data/Text/Internal/StrictBuilder.hs, dist/build/Data/Text/Internal/StrictBuilder.o, dist/build/Data/Text/Internal/StrictBuilder.dyn_o )
[18 of 55] Compiling Data.Text.Internal.Search ( src/Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o, dist/build/Data/Text/Internal/Search.dyn_o )
[19 of 55] Compiling Data.Text.Internal.Reverse ( src/Data/Text/Internal/Reverse.hs, dist/build/Data/Text/Internal/Reverse.o, dist/build/Data/Text/Internal/Reverse.dyn_o )
[20 of 55] Compiling Data.Text.Internal.Fusion.Size ( src/Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o, dist/build/Data/Text/Internal/Fusion/Size.dyn_o )
[21 of 55] Compiling Data.Text.Internal.Fusion.Types ( src/Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o, dist/build/Data/Text/Internal/Fusion/Types.dyn_o )
[22 of 55] Compiling Data.Text.Internal.Fusion.Common ( src/Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o, dist/build/Data/Text/Internal/Fusion/Common.dyn_o )
[23 of 55] Compiling Data.Text.Internal.Validate.Native ( src/Data/Text/Internal/Validate/Native.hs, dist/build/Data/Text/Internal/Validate/Native.o, dist/build/Data/Text/Internal/Validate/Native.dyn_o )
[24 of 55] Compiling Data.Text.Internal.Validate.Simd ( src/Data/Text/Internal/Validate/Simd.hs, dist/build/Data/Text/Internal/Validate/Simd.o, dist/build/Data/Text/Internal/Validate/Simd.dyn_o )
[25 of 55] Compiling Data.Text.Unsafe ( src/Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o, dist/build/Data/Text/Unsafe.dyn_o )
[26 of 55] Compiling Data.Text.Show ( src/Data/Text/Show.hs, dist/build/Data/Text/Show.o, dist/build/Data/Text/Show.dyn_o )
[27 of 55] Compiling Data.Text.Internal.Validate ( src/Data/Text/Internal/Validate.hs, dist/build/Data/Text/Internal/Validate.o, dist/build/Data/Text/Internal/Validate.dyn_o )
[28 of 55] Compiling Data.Text.Internal.Transformation ( src/Data/Text/Internal/Transformation.hs, dist/build/Data/Text/Internal/Transformation.o, dist/build/Data/Text/Internal/Transformation.dyn_o )
[29 of 55] Compiling Data.Text.Internal.Private ( src/Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o, dist/build/Data/Text/Internal/Private.dyn_o )
[30 of 55] Compiling Data.Text.Internal.Fusion ( src/Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o, dist/build/Data/Text/Internal/Fusion.dyn_o )
[31 of 55] Compiling Data.Text.Internal.Encoding.Fusion.Common ( src/Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o, dist/build/Data/Text/Internal/Encoding/Fusion/Common.dyn_o )
[32 of 55] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( src/Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.dyn_o )
[33 of 55] Compiling Data.Text.Internal.IsAscii ( src/Data/Text/Internal/IsAscii.hs, dist/build/Data/Text/Internal/IsAscii.o, dist/build/Data/Text/Internal/IsAscii.dyn_o )
[34 of 55] Compiling Data.Text.Internal.Encoding.Fusion ( src/Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o, dist/build/Data/Text/Internal/Encoding/Fusion.dyn_o )
[35 of 55] Compiling Data.Text.Internal.Encoding ( src/Data/Text/Internal/Encoding.hs, dist/build/Data/Text/Internal/Encoding.o, dist/build/Data/Text/Internal/Encoding.dyn_o )
[36 of 55] Compiling Data.Text.Encoding ( src/Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o, dist/build/Data/Text/Encoding.dyn_o )
[37 of 55] Compiling Data.Text.Foreign ( src/Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o, dist/build/Data/Text/Foreign.dyn_o )
[38 of 55] Compiling Data.Text ( src/Data/Text.hs, dist/build/Data/Text.o, dist/build/Data/Text.dyn_o )
[39 of 55] Compiling Data.Text.Read ( src/Data/Text/Read.hs, dist/build/Data/Text/Read.o, dist/build/Data/Text/Read.dyn_o )
[40 of 55] Compiling Data.Text.Internal.Lazy ( src/Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o, dist/build/Data/Text/Internal/Lazy.dyn_o )
[41 of 55] Compiling Data.Text.Lazy.Internal ( src/Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o, dist/build/Data/Text/Lazy/Internal.dyn_o )
[42 of 55] Compiling Data.Text.Internal.Lazy.Search ( src/Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o, dist/build/Data/Text/Internal/Lazy/Search.dyn_o )
[43 of 55] Compiling Data.Text.Internal.Lazy.Fusion ( src/Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o, dist/build/Data/Text/Internal/Lazy/Fusion.dyn_o )
[44 of 55] Compiling Data.Text.Lazy.Encoding ( src/Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o, dist/build/Data/Text/Lazy/Encoding.dyn_o )
[45 of 55] Compiling Data.Text.Lazy ( src/Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o, dist/build/Data/Text/Lazy.dyn_o )
[46 of 55] Compiling Data.Text.Lazy.Read ( src/Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o, dist/build/Data/Text/Lazy/Read.dyn_o )
[47 of 55] Compiling Data.Text.Internal.IO ( src/Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o, dist/build/Data/Text/Internal/IO.dyn_o )
[48 of 55] Compiling Data.Text.Lazy.IO ( src/Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o, dist/build/Data/Text/Lazy/IO.dyn_o )
[49 of 55] Compiling Data.Text.Internal.Builder ( src/Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o, dist/build/Data/Text/Internal/Builder.dyn_o )
[50 of 55] Compiling Data.Text.Lazy.Builder ( src/Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o, dist/build/Data/Text/Lazy/Builder.dyn_o )
[51 of 55] Compiling Data.Text.Internal.Builder.Functions ( src/Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o, dist/build/Data/Text/Internal/Builder/Functions.dyn_o )
[52 of 55] Compiling Data.Text.Lazy.Builder.Int ( src/Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o, dist/build/Data/Text/Lazy/Builder/Int.dyn_o )
[53 of 55] Compiling Data.Text.Lazy.Builder.RealFloat ( src/Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o, dist/build/Data/Text/Lazy/Builder/RealFloat.dyn_o )
[54 of 55] Compiling Data.Text.IO.Utf8 ( src/Data/Text/IO/Utf8.hs, dist/build/Data/Text/IO/Utf8.o, dist/build/Data/Text/IO/Utf8.dyn_o )
[55 of 55] Compiling Data.Text.IO ( src/Data/Text/IO.hs, dist/build/Data/Text/IO.o, dist/build/Data/Text/IO.dyn_o )
Preprocessing library for text-2.1.3..
Running Haddock on library for text-2.1.3..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: system-cxx-std-lib-1.0
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 55] Compiling Data.Text.Array ( src/Data/Text/Array.hs, nothing )
[ 2 of 55] Compiling Data.Text.Encoding.Error ( src/Data/Text/Encoding/Error.hs, nothing )
[ 3 of 55] Compiling Data.Text.Internal.ArrayUtils ( src/Data/Text/Internal/ArrayUtils.hs, nothing )
[ 4 of 55] Compiling Data.Text.Internal.Builder.Int.Digits ( src/Data/Text/Internal/Builder/Int/Digits.hs, nothing )
[ 5 of 55] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( src/Data/Text/Internal/Builder/RealFloat/Functions.hs, nothing )
[ 6 of 55] Compiling Data.Text.Internal.ByteStringCompat ( src/Data/Text/Internal/ByteStringCompat.hs, nothing )
[ 7 of 55] Compiling Data.Text.Internal.Encoding.Utf16 ( src/Data/Text/Internal/Encoding/Utf16.hs, nothing )
[ 8 of 55] Compiling Data.Text.Internal.Encoding.Utf32 ( src/Data/Text/Internal/Encoding/Utf32.hs, nothing )
[ 9 of 55] Compiling Data.Text.Internal.Encoding.Utf8 ( src/Data/Text/Internal/Encoding/Utf8.hs, nothing )
[10 of 55] Compiling Data.Text.Internal.Fusion.CaseMapping ( src/Data/Text/Internal/Fusion/CaseMapping.hs, nothing )
[11 of 55] Compiling Data.Text.Internal.Measure ( src/Data/Text/Internal/Measure.hs, nothing )
[12 of 55] Compiling Data.Text.Internal.PrimCompat ( src/Data/Text/Internal/PrimCompat.hs, nothing )
[13 of 55] Compiling Data.Text.Internal.Read ( src/Data/Text/Internal/Read.hs, nothing )
[14 of 55] Compiling Data.Text.Internal.Unsafe ( src/Data/Text/Internal/Unsafe.hs, nothing )
[15 of 55] Compiling Data.Text.Internal.Unsafe.Char ( src/Data/Text/Internal/Unsafe/Char.hs, nothing )
[16 of 55] Compiling Data.Text.Internal ( src/Data/Text/Internal.hs, nothing )
[17 of 55] Compiling Data.Text.Internal.StrictBuilder ( src/Data/Text/Internal/StrictBuilder.hs, nothing )
[18 of 55] Compiling Data.Text.Internal.Search ( src/Data/Text/Internal/Search.hs, nothing )
[19 of 55] Compiling Data.Text.Internal.Reverse ( src/Data/Text/Internal/Reverse.hs, nothing )
[20 of 55] Compiling Data.Text.Internal.Fusion.Size ( src/Data/Text/Internal/Fusion/Size.hs, nothing )
[21 of 55] Compiling Data.Text.Internal.Fusion.Types ( src/Data/Text/Internal/Fusion/Types.hs, nothing )
[22 of 55] Compiling Data.Text.Internal.Fusion.Common ( src/Data/Text/Internal/Fusion/Common.hs, nothing )
[23 of 55] Compiling Data.Text.Internal.Validate.Native ( src/Data/Text/Internal/Validate/Native.hs, nothing )
[24 of 55] Compiling Data.Text.Internal.Validate.Simd ( src/Data/Text/Internal/Validate/Simd.hs, nothing )
[25 of 55] Compiling Data.Text.Unsafe ( src/Data/Text/Unsafe.hs, nothing )
[26 of 55] Compiling Data.Text.Show ( src/Data/Text/Show.hs, nothing )
[27 of 55] Compiling Data.Text.Internal.Validate ( src/Data/Text/Internal/Validate.hs, nothing )
[28 of 55] Compiling Data.Text.Internal.Transformation ( src/Data/Text/Internal/Transformation.hs, nothing )
[29 of 55] Compiling Data.Text.Internal.Private ( src/Data/Text/Internal/Private.hs, nothing )
[30 of 55] Compiling Data.Text.Internal.Fusion ( src/Data/Text/Internal/Fusion.hs, nothing )
[31 of 55] Compiling Data.Text.Internal.Encoding.Fusion.Common ( src/Data/Text/Internal/Encoding/Fusion/Common.hs, nothing )
[32 of 55] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( src/Data/Text/Internal/Lazy/Encoding/Fusion.hs, nothing )
[33 of 55] Compiling Data.Text.Internal.IsAscii ( src/Data/Text/Internal/IsAscii.hs, nothing )
[34 of 55] Compiling Data.Text.Internal.Encoding.Fusion ( src/Data/Text/Internal/Encoding/Fusion.hs, nothing )
[35 of 55] Compiling Data.Text.Internal.Encoding ( src/Data/Text/Internal/Encoding.hs, nothing )
[36 of 55] Compiling Data.Text.Encoding ( src/Data/Text/Encoding.hs, nothing )
[37 of 55] Compiling Data.Text.Foreign ( src/Data/Text/Foreign.hs, nothing )
[38 of 55] Compiling Data.Text ( src/Data/Text.hs, nothing )
[39 of 55] Compiling Data.Text.Read ( src/Data/Text/Read.hs, nothing )
[40 of 55] Compiling Data.Text.Internal.Lazy ( src/Data/Text/Internal/Lazy.hs, nothing )
[41 of 55] Compiling Data.Text.Lazy.Internal ( src/Data/Text/Lazy/Internal.hs, nothing )
[42 of 55] Compiling Data.Text.Internal.Lazy.Search ( src/Data/Text/Internal/Lazy/Search.hs, nothing )
[43 of 55] Compiling Data.Text.Internal.Lazy.Fusion ( src/Data/Text/Internal/Lazy/Fusion.hs, nothing )
[44 of 55] Compiling Data.Text.Lazy.Encoding ( src/Data/Text/Lazy/Encoding.hs, nothing )
[45 of 55] Compiling Data.Text.Lazy ( src/Data/Text/Lazy.hs, nothing )
[46 of 55] Compiling Data.Text.Lazy.Read ( src/Data/Text/Lazy/Read.hs, nothing )
[47 of 55] Compiling Data.Text.Internal.IO ( src/Data/Text/Internal/IO.hs, nothing )
[48 of 55] Compiling Data.Text.Lazy.IO ( src/Data/Text/Lazy/IO.hs, nothing )
[49 of 55] Compiling Data.Text.Internal.Builder ( src/Data/Text/Internal/Builder.hs, nothing )
[50 of 55] Compiling Data.Text.Lazy.Builder ( src/Data/Text/Lazy/Builder.hs, nothing )
[51 of 55] Compiling Data.Text.Internal.Builder.Functions ( src/Data/Text/Internal/Builder/Functions.hs, nothing )
[52 of 55] Compiling Data.Text.Lazy.Builder.Int ( src/Data/Text/Lazy/Builder/Int.hs, nothing )
[53 of 55] Compiling Data.Text.Lazy.Builder.RealFloat ( src/Data/Text/Lazy/Builder/RealFloat.hs, nothing )
[54 of 55] Compiling Data.Text.IO.Utf8 ( src/Data/Text/IO/Utf8.hs, nothing )
[55 of 55] Compiling Data.Text.IO ( src/Data/Text/IO.hs, nothing )
Haddock coverage:
92% ( 25 / 27) in 'Data.Text.Array'
Missing documentation for:
ByteArray
MutableByteArray
100% ( 12 / 12) in 'Data.Text.Encoding.Error'
0% ( 0 / 2) in 'Data.Text.Internal.ArrayUtils'
Missing documentation for:
Module header
memchr (src/Data/Text/Internal/ArrayUtils.hs:25)
0% ( 0 / 2) in 'Data.Text.Internal.Builder.Int.Digits'
Missing documentation for:
Module header
digits (src/Data/Text/Internal/Builder/Int/Digits.hs:20)
50% ( 1 / 2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
Missing documentation for:
roundTo (src/Data/Text/Internal/Builder/RealFloat/Functions.hs:18)
0% ( 0 / 3) in 'Data.Text.Internal.ByteStringCompat'
Missing documentation for:
Module header
mkBS (src/Data/Text/Internal/ByteStringCompat.hs:16)
withBS (src/Data/Text/Internal/ByteStringCompat.hs:24)
25% ( 1 / 4) in 'Data.Text.Internal.Encoding.Utf16'
Missing documentation for:
chr2 (src/Data/Text/Internal/Encoding/Utf16.hs:37)
validate1 (src/Data/Text/Internal/Encoding/Utf16.hs:46)
validate2 (src/Data/Text/Internal/Encoding/Utf16.hs:50)
50% ( 1 / 2) in 'Data.Text.Internal.Encoding.Utf32'
Missing documentation for:
validate (src/Data/Text/Internal/Encoding/Utf32.hs:25)
34% ( 8 / 23) in 'Data.Text.Internal.Encoding.Utf8'
Missing documentation for:
ord2 (src/Data/Text/Internal/Encoding/Utf8.hs:97)
ord3 (src/Data/Text/Internal/Encoding/Utf8.hs:113)
ord4 (src/Data/Text/Internal/Encoding/Utf8.hs:130)
chr2 (src/Data/Text/Internal/Encoding/Utf8.hs:144)
chr3 (src/Data/Text/Internal/Encoding/Utf8.hs:153)
chr4 (src/Data/Text/Internal/Encoding/Utf8.hs:164)
validate1 (src/Data/Text/Internal/Encoding/Utf8.hs:178)
validate2 (src/Data/Text/Internal/Encoding/Utf8.hs:182)
validate3 (src/Data/Text/Internal/Encoding/Utf8.hs:187)
validate4 (src/Data/Text/Internal/Encoding/Utf8.hs:204)
DecoderState (src/Data/Text/Internal/Encoding/Utf8.hs:240)
utf8AcceptState (src/Data/Text/Internal/Encoding/Utf8.hs:244)
utf8RejectState (src/Data/Text/Internal/Encoding/Utf8.hs:247)
updateDecoderState (src/Data/Text/Internal/Encoding/Utf8.hs:259)
CodePoint (src/Data/Text/Internal/Encoding/Utf8.hs:261)
0% ( 0 / 6) in 'Data.Text.Internal.Fusion.CaseMapping'
Missing documentation for:
Module header
unI64 (src/Data/Text/Internal/Fusion/CaseMapping.hs:14)
upperMapping (src/Data/Text/Internal/Fusion/CaseMapping.hs:18)
lowerMapping (src/Data/Text/Internal/Fusion/CaseMapping.hs:1676)
titleMapping (src/Data/Text/Internal/Fusion/CaseMapping.hs:3141)
foldMapping (src/Data/Text/Internal/Fusion/CaseMapping.hs:4672)
0% ( 0 / 7) in 'Data.Text.Internal.PrimCompat'
Missing documentation for:
Module header
word8ToWord#
wordToWord8#
word16ToWord#
wordToWord16#
wordToWord32#
word32ToWord#
14% ( 1 / 7) in 'Data.Text.Internal.Read'
Missing documentation for:
IReader (src/Data/Text/Internal/Read.hs:26)
IParser (src/Data/Text/Internal/Read.hs:28)
T (src/Data/Text/Internal/Read.hs:55)
digitToInt (src/Data/Text/Internal/Read.hs:74)
hexDigitToInt (src/Data/Text/Internal/Read.hs:63)
perhaps (src/Data/Text/Internal/Read.hs:58)
Warning: 'ST' is ambiguous. It is defined
* in GHC.ST
* in GHC.ST
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.ST
75% ( 3 / 4) in 'Data.Text.Internal.Unsafe'
Missing documentation for:
unsafeWithForeignPtr (src/Data/Text/Internal/Unsafe.hs:62)
50% ( 3 / 6) in 'Data.Text.Internal.Unsafe.Char'
Missing documentation for:
ord (src/Data/Text/Internal/Unsafe/Char.hs:39)
unsafeChr8 (src/Data/Text/Internal/Unsafe/Char.hs:48)
unsafeChr32 (src/Data/Text/Internal/Unsafe/Char.hs:52)
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
Warning: 'Word8' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
95% ( 22 / 23) in 'Data.Text.Internal'
Missing documentation for:
textP (src/Data/Text/Internal.hs:130)
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
Warning: 'Array' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Data.Text.Internal.StrictBuilder'
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
100% ( 2 / 2) in 'Data.Text.Internal.Search'
61% ( 11 / 18) in 'Data.Text.Internal.Fusion.Size'
Missing documentation for:
exactSize (src/Data/Text/Internal/Fusion/Size.hs:70)
maxSize (src/Data/Text/Internal/Fusion/Size.hs:78)
betweenSize (src/Data/Text/Internal/Fusion/Size.hs:86)
unknownSize (src/Data/Text/Internal/Fusion/Size.hs:99)
unionSize (src/Data/Text/Internal/Fusion/Size.hs:95)
exactly (src/Data/Text/Internal/Fusion/Size.hs:52)
isEmpty (src/Data/Text/Internal/Fusion/Size.hs:180)
100% ( 8 / 8) in 'Data.Text.Internal.Fusion.Types'
Warning: 'Stream' is ambiguous. It is defined
* at src/Data/Text/Internal/Fusion/Types.hs:87:5
* at src/Data/Text/Internal/Fusion/Types.hs:86:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal/Fusion/Types.hs:86:1
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'zip' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
98% ( 71 / 72) in 'Data.Text.Internal.Fusion.Common'
Missing documentation for:
justifyLeftI (src/Data/Text/Internal/Fusion/Common.hs:609)
100% ( 3 / 3) in 'Data.Text.Internal.Validate.Native'
20% ( 1 / 5) in 'Data.Text.Internal.Validate.Simd'
Missing documentation for:
c_is_valid_utf8_ptr_unsafe (src/Data/Text/Internal/Validate/Simd.hs:25)
c_is_valid_utf8_ptr_safe (src/Data/Text/Internal/Validate/Simd.hs:29)
c_is_valid_utf8_bytearray_unsafe (src/Data/Text/Internal/Validate/Simd.hs:33)
c_is_valid_utf8_bytearray_safe (src/Data/Text/Internal/Validate/Simd.hs:38)
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
Warning: 'Word8' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeCopyToPtr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'k' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
93% ( 15 / 16) in 'Data.Text.Unsafe'
Missing documentation for:
Iter (src/Data/Text/Unsafe.hs:68)
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
100% ( 8 / 8) in 'Data.Text.Internal.Validate'
Warning: 'map' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
50% ( 2 / 4) in 'Data.Text.Internal.Private'
Missing documentation for:
runText (src/Data/Text/Internal/Private.hs:57)
span_ (src/Data/Text/Internal/Private.hs:30)
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
Warning: 'Stream' is ambiguous. It is defined
* at src/Data/Text/Internal/Fusion/Types.hs:87:5
* at src/Data/Text/Internal/Fusion/Types.hs:86:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal/Fusion/Types.hs:86:1
Warning: 'scanr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unfoldr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'count' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'map' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldl'' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 23 / 23) in 'Data.Text.Internal.Fusion'
Warning: 'Stream' is ambiguous. It is defined
* at src/Data/Text/Internal/Fusion/Types.hs:87:5
* at src/Data/Text/Internal/Fusion/Types.hs:86:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal/Fusion/Types.hs:86:1
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
33% ( 2 / 6) in 'Data.Text.Internal.Encoding.Fusion.Common'
Missing documentation for:
restreamUtf16LE (src/Data/Text/Internal/Encoding/Fusion/Common.hs:63)
restreamUtf16BE (src/Data/Text/Internal/Encoding/Fusion/Common.hs:39)
restreamUtf32LE (src/Data/Text/Internal/Encoding/Fusion/Common.hs:106)
restreamUtf32BE (src/Data/Text/Internal/Encoding/Fusion/Common.hs:87)
Warning: 'Stream' is ambiguous. It is defined
* at src/Data/Text/Internal/Fusion/Types.hs:87:5
* at src/Data/Text/Internal/Fusion/Types.hs:86:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal/Fusion/Types.hs:86:1
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
Warning: 'all' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Stream' is ambiguous. It is defined
* at src/Data/Text/Internal/Fusion/Types.hs:87:5
* at src/Data/Text/Internal/Fusion/Types.hs:86:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal/Fusion/Types.hs:86:1
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
90% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
Missing documentation for:
streamASCII (src/Data/Text/Internal/Encoding/Fusion.hs:61)
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
Warning: 'Utf8State' is ambiguous. It is defined
* at src/Data/Text/Internal/Encoding.hs:100:18
* at src/Data/Text/Internal/Encoding.hs:100:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal/Encoding.hs:100:1
Warning: 'PartialUtf8CodePoint' is ambiguous. It is defined
* at src/Data/Text/Internal/Encoding.hs:126:32
* at src/Data/Text/Internal/Encoding.hs:126:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal/Encoding.hs:126:1
100% ( 17 / 17) in 'Data.Text.Internal.Encoding'
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
Warning: 'With' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 53 / 53) in 'Data.Text.Encoding'
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
Warning: 'Ptr' is ambiguous. It is defined
* in GHC.Ptr
* in GHC.Ptr
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in GHC.Ptr
Warning: 'UnicodeException' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 21 / 21) in 'Data.Text.Foreign'
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal.hs:63:1
Warning: 'List' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unfoldr' is ambiguous. It is defined
* in Data.OldList
* at src/Data/Text.hs:1312:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text.hs:1312:1
99% (146 /147) in 'Data.Text'
Missing documentation for:
reverse (src/Data/Text/Internal/Reverse.hs:42)
100% ( 7 / 7) in 'Data.Text.Read'
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
* at src/Data/Text/Internal/Lazy.hs:51:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal/Lazy.hs:51:1
88% ( 15 / 17) in 'Data.Text.Internal.Lazy'
Missing documentation for:
Text (src/Data/Text/Internal/Lazy.hs:51)
equal (src/Data/Text/Internal/Lazy.hs:139)
100% ( 2 / 2) in 'Data.Text.Lazy.Internal'
100% ( 2 / 2) in 'Data.Text.Internal.Lazy.Search'
Warning: 'unfoldr' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'count' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 9 / 9) in 'Data.Text.Internal.Lazy.Fusion'
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'With' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 31 / 31) in 'Data.Text.Lazy.Encoding'
Warning: 'id' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is ambiguous. It is defined
* at src/Data/Text/Internal.hs:63:13
* at src/Data/Text/Internal.hs:63:1
* at src/Data/Text/Internal/Lazy.hs:51:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal/Lazy.hs:51:1
Warning: 'unfoldr' is ambiguous. It is defined
* in Data.OldList
* at src/Data/Text/Lazy.hs:1090:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Lazy.hs:1090:1
Warning: 'Word8' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
99% (143 /144) in 'Data.Text.Lazy'
Missing documentation for:
Text (src/Data/Text/Internal/Lazy.hs:51)
100% ( 7 / 7) in 'Data.Text.Lazy.Read'
100% ( 6 / 6) in 'Data.Text.Internal.IO'
100% ( 16 / 16) in 'Data.Text.Lazy.IO'
Warning: 'empty' is ambiguous. It is defined
* at src/Data/Text/Internal/Builder.hs:139:1
* at src/Data/Text/Internal/Lazy.hs:106:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Internal/Lazy.hs:106:1
Warning: 'singleton' is ambiguous. It is defined
* at src/Data/Text/Internal/Builder.hs:151:1
* at src/Data/Text/Lazy.hs:476:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Lazy.hs:476:1
Warning: 'append' is ambiguous. It is defined
* at src/Data/Text/Internal/Builder.hs:162:1
* at src/Data/Text/Lazy.hs:515:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/Text/Lazy.hs:515:1
88% ( 16 / 18) in 'Data.Text.Internal.Builder'
Missing documentation for:
LazyTextBuilder (src/Data/Text/Internal/Builder.hs:100)
append' (src/Data/Text/Internal/Builder.hs:321)
92% ( 12 / 13) in 'Data.Text.Lazy.Builder'
Missing documentation for:
LazyTextBuilder (src/Data/Text/Internal/Builder.hs:100)
100% ( 3 / 3) in 'Data.Text.Internal.Builder.Functions'
0% ( 0 / 3) in 'Data.Text.Lazy.Builder.Int'
Missing documentation for:
Module header
decimal (src/Data/Text/Lazy/Builder/Int.hs:46)
hexadecimal (src/Data/Text/Lazy/Builder/Int.hs:157)
100% ( 4 / 4) in 'Data.Text.Lazy.Builder.RealFloat'
Warning: 'stdin' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stdout' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 16 / 16) in 'Data.Text.IO.Utf8'
100% ( 17 / 17) in 'Data.Text.IO'
Warning: Data.Text.Internal: could not find link destinations for:
- Data.Text.D:R:ItemText
Warning: Data.Text: could not find link destinations for:
- Data.Text.D:R:ItemText
Warning: Data.Text.Internal.Lazy: could not find link destinations for:
- Data.Text.Lazy.D:R:ItemText
Warning: Data.Text.Lazy: could not find link destinations for:
- Data.Text.Lazy.D:R:ItemText
Documentation created: dist/doc/html/text/, dist/doc/html/text/text.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-2.1.3-3BJSIAfIWlt1d5x6zu3Jic
Completed text-2.1.3
Downloading nauty-parser-1.0.0.0
Downloaded nauty-parser-1.0.0.0
Configuring nauty-parser-1.0.0.0...
Preprocessing library for nauty-parser-1.0.0.0..
Building library for nauty-parser-1.0.0.0..
[ 1 of 11] Compiling Nauty.Internal.Encoding ( src/Nauty/Internal/Encoding.hs, dist/build/Nauty/Internal/Encoding.o, dist/build/Nauty/Internal/Encoding.dyn_o )
[ 2 of 11] Compiling Nauty.Internal.Parsing ( src/Nauty/Internal/Parsing.hs, dist/build/Nauty/Internal/Parsing.o, dist/build/Nauty/Internal/Parsing.dyn_o )
[ 3 of 11] Compiling Nauty.Graph6.Internal ( src/Nauty/Graph6/Internal.hs, dist/build/Nauty/Graph6/Internal.o, dist/build/Nauty/Graph6/Internal.dyn_o )
[ 4 of 11] Compiling Nauty.Graph6 ( src/Nauty/Graph6.hs, dist/build/Nauty/Graph6.o, dist/build/Nauty/Graph6.dyn_o )
[ 5 of 11] Compiling Nauty.Digraph6.Internal ( src/Nauty/Digraph6/Internal.hs, dist/build/Nauty/Digraph6/Internal.o, dist/build/Nauty/Digraph6/Internal.dyn_o )
[ 6 of 11] Compiling Nauty.Digraph6 ( src/Nauty/Digraph6.hs, dist/build/Nauty/Digraph6.o, dist/build/Nauty/Digraph6.dyn_o )
[ 7 of 11] Compiling Nauty.Internal.Utils ( src/Nauty/Internal/Utils.hs, dist/build/Nauty/Internal/Utils.o, dist/build/Nauty/Internal/Utils.dyn_o )
[ 8 of 11] Compiling Nauty.Sparse6.Internal ( src/Nauty/Sparse6/Internal.hs, dist/build/Nauty/Sparse6/Internal.o, dist/build/Nauty/Sparse6/Internal.dyn_o )
[ 9 of 11] Compiling Nauty.Sparse6 ( src/Nauty/Sparse6.hs, dist/build/Nauty/Sparse6.o, dist/build/Nauty/Sparse6.dyn_o )
[10 of 11] Compiling Nauty.Internal ( src/Nauty/Internal.hs, dist/build/Nauty/Internal.o, dist/build/Nauty/Internal.dyn_o )
[11 of 11] Compiling Nauty ( src/Nauty.hs, dist/build/Nauty.o, dist/build/Nauty.dyn_o )
Preprocessing library for nauty-parser-1.0.0.0..
Running Haddock on library for nauty-parser-1.0.0.0..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: system-cxx-std-lib-1.0
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Nauty.Internal.Encoding ( src/Nauty/Internal/Encoding.hs, nothing )
[ 2 of 11] Compiling Nauty.Internal.Parsing ( src/Nauty/Internal/Parsing.hs, nothing )
[ 3 of 11] Compiling Nauty.Graph6.Internal ( src/Nauty/Graph6/Internal.hs, nothing )
[ 4 of 11] Compiling Nauty.Graph6 ( src/Nauty/Graph6.hs, nothing )
[ 5 of 11] Compiling Nauty.Digraph6.Internal ( src/Nauty/Digraph6/Internal.hs, nothing )
[ 6 of 11] Compiling Nauty.Digraph6 ( src/Nauty/Digraph6.hs, nothing )
[ 7 of 11] Compiling Nauty.Internal.Utils ( src/Nauty/Internal/Utils.hs, nothing )
[ 8 of 11] Compiling Nauty.Sparse6.Internal ( src/Nauty/Sparse6/Internal.hs, nothing )
[ 9 of 11] Compiling Nauty.Sparse6 ( src/Nauty/Sparse6.hs, nothing )
[10 of 11] Compiling Nauty.Internal ( src/Nauty/Internal.hs, nothing )
[11 of 11] Compiling Nauty ( src/Nauty.hs, nothing )
Haddock coverage:
100% ( 4 / 4) in 'Nauty.Internal.Encoding'
100% ( 9 / 9) in 'Nauty.Internal.Parsing'
100% ( 10 / 10) in 'Nauty.Graph6.Internal'
100% ( 11 / 11) in 'Nauty.Graph6'
100% ( 10 / 10) in 'Nauty.Digraph6.Internal'
100% ( 11 / 11) in 'Nauty.Digraph6'
100% ( 3 / 3) in 'Nauty.Internal.Utils'
100% ( 20 / 20) in 'Nauty.Sparse6.Internal'
100% ( 13 / 13) in 'Nauty.Sparse6'
100% ( 12 / 12) in 'Nauty.Internal'
100% ( 14 / 14) in 'Nauty'
Documentation created: dist/doc/html/nauty-parser/,
dist/doc/html/nauty-parser/nauty-parser.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/nauty-parser-1.0.0.0-90EKyXMY6j2H1vjbUPJ06v
Completed nauty-parser-1.0.0.0
Test log
[view raw]
Resolving dependencies...
Build profile: -w ghc-9.8.4 -O0
In order, the following will be built (use -v for more details):
- call-stack-0.4.0 (lib:call-stack) (requires build)
- containers-0.8 (lib:containers) (requires build)
- HUnit-1.6.2.0 (lib:HUnit) (requires build)
- binary-0.8.9.3 (lib:binary) (requires build)
- text-2.1.3 (lib:text) (requires build)
- nauty-parser-1.0.0.0 (first run)
Configuring call-stack-0.4.0...
Preprocessing library for call-stack-0.4.0..
Building library for call-stack-0.4.0..
[1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, dist/build/Data/SrcLoc.o, dist/build/Data/SrcLoc.dyn_o )
[2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, dist/build/Data/CallStack.o, dist/build/Data/CallStack.dyn_o )
[3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, dist/build/Paths_call_stack.o, dist/build/Paths_call_stack.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-1412913/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/call-stack-0.4.0-31951dc4e9db177e2ea89098d1122ced7b6da41fd279273945130bdfc91e7098/lib
Configuring containers-0.8...
Preprocessing library for containers-0.8..
Building library for containers-0.8..
[ 1 of 35] Compiling Utils.Containers.Internal.BitUtil ( src/Utils/Containers/Internal/BitUtil.hs, dist/build/Utils/Containers/Internal/BitUtil.o, dist/build/Utils/Containers/Internal/BitUtil.dyn_o )
[ 2 of 35] Compiling Utils.Containers.Internal.BitQueue ( src/Utils/Containers/Internal/BitQueue.hs, dist/build/Utils/Containers/Internal/BitQueue.o, dist/build/Utils/Containers/Internal/BitQueue.dyn_o )
[ 3 of 35] Compiling Data.IntSet.Internal.IntTreeCommons ( src/Data/IntSet/Internal/IntTreeCommons.hs, dist/build/Data/IntSet/Internal/IntTreeCommons.o, dist/build/Data/IntSet/Internal/IntTreeCommons.dyn_o )
[ 4 of 35] Compiling Utils.Containers.Internal.Prelude ( src/Utils/Containers/Internal/Prelude.hs, dist/build/Utils/Containers/Internal/Prelude.o, dist/build/Utils/Containers/Internal/Prelude.dyn_o )
[ 5 of 35] Compiling Utils.Containers.Internal.PtrEquality ( src/Utils/Containers/Internal/PtrEquality.hs, dist/build/Utils/Containers/Internal/PtrEquality.o, dist/build/Utils/Containers/Internal/PtrEquality.dyn_o )
[ 6 of 35] Compiling Utils.Containers.Internal.State ( src/Utils/Containers/Internal/State.hs, dist/build/Utils/Containers/Internal/State.o, dist/build/Utils/Containers/Internal/State.dyn_o )
[ 7 of 35] Compiling Utils.Containers.Internal.StrictMaybe ( src/Utils/Containers/Internal/StrictMaybe.hs, dist/build/Utils/Containers/Internal/StrictMaybe.o, dist/build/Utils/Containers/Internal/StrictMaybe.dyn_o )
[ 8 of 35] Compiling Utils.Containers.Internal.StrictPair ( src/Utils/Containers/Internal/StrictPair.hs, dist/build/Utils/Containers/Internal/StrictPair.o, dist/build/Utils/Containers/Internal/StrictPair.dyn_o )
[ 9 of 35] Compiling Utils.Containers.Internal.EqOrdUtil ( src/Utils/Containers/Internal/EqOrdUtil.hs, dist/build/Utils/Containers/Internal/EqOrdUtil.o, dist/build/Utils/Containers/Internal/EqOrdUtil.dyn_o )
[10 of 35] Compiling Data.Set.Internal ( src/Data/Set/Internal.hs, dist/build/Data/Set/Internal.o, dist/build/Data/Set/Internal.dyn_o )
[11 of 35] Compiling Data.Set ( src/Data/Set.hs, dist/build/Data/Set.o, dist/build/Data/Set.dyn_o )
[12 of 35] Compiling Data.Sequence.Internal ( src/Data/Sequence/Internal.hs, dist/build/Data/Sequence/Internal.o, dist/build/Data/Sequence/Internal.dyn_o )
[13 of 35] Compiling Data.Sequence.Internal.Sorting ( src/Data/Sequence/Internal/Sorting.hs, dist/build/Data/Sequence/Internal/Sorting.o, dist/build/Data/Sequence/Internal/Sorting.dyn_o )
[14 of 35] Compiling Data.Sequence ( src/Data/Sequence.hs, dist/build/Data/Sequence.o, dist/build/Data/Sequence.dyn_o )
[15 of 35] Compiling Data.Tree ( src/Data/Tree.hs, dist/build/Data/Tree.o, dist/build/Data/Tree.dyn_o )
[16 of 35] Compiling Data.Graph ( src/Data/Graph.hs, dist/build/Data/Graph.o, dist/build/Data/Graph.dyn_o )
[17 of 35] Compiling Data.Map.Internal ( src/Data/Map/Internal.hs, dist/build/Data/Map/Internal.o, dist/build/Data/Map/Internal.dyn_o )
[18 of 35] Compiling Data.Map.Merge.Lazy ( src/Data/Map/Merge/Lazy.hs, dist/build/Data/Map/Merge/Lazy.o, dist/build/Data/Map/Merge/Lazy.dyn_o )
[19 of 35] Compiling Data.Map.Internal.Debug ( src/Data/Map/Internal/Debug.hs, dist/build/Data/Map/Internal/Debug.o, dist/build/Data/Map/Internal/Debug.dyn_o )
[20 of 35] Compiling Data.Map.Strict.Internal ( src/Data/Map/Strict/Internal.hs, dist/build/Data/Map/Strict/Internal.o, dist/build/Data/Map/Strict/Internal.dyn_o )
[21 of 35] Compiling Data.Map.Strict ( src/Data/Map/Strict.hs, dist/build/Data/Map/Strict.o, dist/build/Data/Map/Strict.dyn_o )
[22 of 35] Compiling Data.Map.Merge.Strict ( src/Data/Map/Merge/Strict.hs, dist/build/Data/Map/Merge/Strict.o, dist/build/Data/Map/Merge/Strict.dyn_o )
[23 of 35] Compiling Data.Map.Lazy ( src/Data/Map/Lazy.hs, dist/build/Data/Map/Lazy.o, dist/build/Data/Map/Lazy.dyn_o )
[24 of 35] Compiling Data.Map ( src/Data/Map.hs, dist/build/Data/Map.o, dist/build/Data/Map.dyn_o )
[25 of 35] Compiling Data.IntSet.Internal ( src/Data/IntSet/Internal.hs, dist/build/Data/IntSet/Internal.o, dist/build/Data/IntSet/Internal.dyn_o )
[26 of 35] Compiling Data.IntSet ( src/Data/IntSet.hs, dist/build/Data/IntSet.o, dist/build/Data/IntSet.dyn_o )
[27 of 35] Compiling Data.Containers.ListUtils ( src/Data/Containers/ListUtils.hs, dist/build/Data/Containers/ListUtils.o, dist/build/Data/Containers/ListUtils.dyn_o )
[28 of 35] Compiling Data.IntMap.Internal ( src/Data/IntMap/Internal.hs, dist/build/Data/IntMap/Internal.o, dist/build/Data/IntMap/Internal.dyn_o )
[29 of 35] Compiling Data.IntMap.Strict.Internal ( src/Data/IntMap/Strict/Internal.hs, dist/build/Data/IntMap/Strict/Internal.o, dist/build/Data/IntMap/Strict/Internal.dyn_o )
[30 of 35] Compiling Data.IntMap.Strict ( src/Data/IntMap/Strict.hs, dist/build/Data/IntMap/Strict.o, dist/build/Data/IntMap/Strict.dyn_o )
[31 of 35] Compiling Data.IntMap.Merge.Strict ( src/Data/IntMap/Merge/Strict.hs, dist/build/Data/IntMap/Merge/Strict.o, dist/build/Data/IntMap/Merge/Strict.dyn_o )
[32 of 35] Compiling Data.IntMap.Merge.Lazy ( src/Data/IntMap/Merge/Lazy.hs, dist/build/Data/IntMap/Merge/Lazy.o, dist/build/Data/IntMap/Merge/Lazy.dyn_o )
[33 of 35] Compiling Data.IntMap.Lazy ( src/Data/IntMap/Lazy.hs, dist/build/Data/IntMap/Lazy.o, dist/build/Data/IntMap/Lazy.dyn_o )
[34 of 35] Compiling Data.IntMap ( src/Data/IntMap.hs, dist/build/Data/IntMap.o, dist/build/Data/IntMap.dyn_o )
[35 of 35] Compiling Data.IntMap.Internal.Debug ( src/Data/IntMap/Internal/Debug.hs, dist/build/Data/IntMap/Internal/Debug.o, dist/build/Data/IntMap/Internal/Debug.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-1412913/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/containers-0.8-27f03dffa68775a9ea3eda43825447e0cfff8761f275299075e61747ca779021/lib
Configuring HUnit-1.6.2.0...
Preprocessing library for HUnit-1.6.2.0..
Building library for HUnit-1.6.2.0..
[1 of 6] Compiling Paths_HUnit ( dist/build/autogen/Paths_HUnit.hs, dist/build/Paths_HUnit.o, dist/build/Paths_HUnit.dyn_o )
[2 of 6] Compiling Test.HUnit.Lang ( src/Test/HUnit/Lang.hs, dist/build/Test/HUnit/Lang.o, dist/build/Test/HUnit/Lang.dyn_o )
[3 of 6] Compiling Test.HUnit.Base ( src/Test/HUnit/Base.hs, dist/build/Test/HUnit/Base.o, dist/build/Test/HUnit/Base.dyn_o )
[4 of 6] Compiling Test.HUnit.Terminal ( src/Test/HUnit/Terminal.hs, dist/build/Test/HUnit/Terminal.o, dist/build/Test/HUnit/Terminal.dyn_o )
src/Test/HUnit/Terminal.hs:41:41: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
41 | | otherwise = ta f (c:bs) (tail as) cs
| ^^^^
[5 of 6] Compiling Test.HUnit.Text ( src/Test/HUnit/Text.hs, dist/build/Test/HUnit/Text.o, dist/build/Test/HUnit/Text.dyn_o )
[6 of 6] Compiling Test.HUnit ( src/Test/HUnit.hs, dist/build/Test/HUnit.o, dist/build/Test/HUnit.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-1412913/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/HUnit-1.6.2.0-aa8518921a665b3ce3b9f7f0c7a8a7fa42d03d10681bd5ecec8be730444183ec/lib
Configuring binary-0.8.9.3...
Preprocessing library for binary-0.8.9.3..
Building library for binary-0.8.9.3..
[1 of 9] Compiling Data.Binary.Builder ( src/Data/Binary/Builder.hs, dist/build/Data/Binary/Builder.o, dist/build/Data/Binary/Builder.dyn_o )
[2 of 9] Compiling Data.Binary.FloatCast ( src/Data/Binary/FloatCast.hs, dist/build/Data/Binary/FloatCast.o, dist/build/Data/Binary/FloatCast.dyn_o )
[3 of 9] Compiling Data.Binary.Internal ( src/Data/Binary/Internal.hs, dist/build/Data/Binary/Internal.o, dist/build/Data/Binary/Internal.dyn_o )
[4 of 9] Compiling Data.Binary.Get.Internal ( src/Data/Binary/Get/Internal.hs, dist/build/Data/Binary/Get/Internal.o, dist/build/Data/Binary/Get/Internal.dyn_o )
[5 of 9] Compiling Data.Binary.Get ( src/Data/Binary/Get.hs, dist/build/Data/Binary/Get.o, dist/build/Data/Binary/Get.dyn_o )
[6 of 9] Compiling Data.Binary.Put ( src/Data/Binary/Put.hs, dist/build/Data/Binary/Put.o, dist/build/Data/Binary/Put.dyn_o )
[7 of 9] Compiling Data.Binary.Class ( src/Data/Binary/Class.hs, dist/build/Data/Binary/Class.o, dist/build/Data/Binary/Class.dyn_o )
[8 of 9] Compiling Data.Binary.Generic ( src/Data/Binary/Generic.hs, dist/build/Data/Binary/Generic.o, dist/build/Data/Binary/Generic.dyn_o )
[9 of 9] Compiling Data.Binary ( src/Data/Binary.hs, dist/build/Data/Binary.o, dist/build/Data/Binary.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-1412913/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/binary-0.8.9.3-89c2fde435c2a2b9bf0c4f2f2bfb8663097f3bca00ae76d2001ee3e91e898686/lib
Configuring text-2.1.3...
Preprocessing library for text-2.1.3..
Building library for text-2.1.3..
[ 1 of 55] Compiling Data.Text.Array ( src/Data/Text/Array.hs, dist/build/Data/Text/Array.o, dist/build/Data/Text/Array.dyn_o )
[ 2 of 55] Compiling Data.Text.Encoding.Error ( src/Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o, dist/build/Data/Text/Encoding/Error.dyn_o )
[ 3 of 55] Compiling Data.Text.Internal.ArrayUtils ( src/Data/Text/Internal/ArrayUtils.hs, dist/build/Data/Text/Internal/ArrayUtils.o, dist/build/Data/Text/Internal/ArrayUtils.dyn_o )
[ 4 of 55] Compiling Data.Text.Internal.Builder.Int.Digits ( src/Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o, dist/build/Data/Text/Internal/Builder/Int/Digits.dyn_o )
[ 5 of 55] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( src/Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.dyn_o )
[ 6 of 55] Compiling Data.Text.Internal.ByteStringCompat ( src/Data/Text/Internal/ByteStringCompat.hs, dist/build/Data/Text/Internal/ByteStringCompat.o, dist/build/Data/Text/Internal/ByteStringCompat.dyn_o )
[ 7 of 55] Compiling Data.Text.Internal.Encoding.Utf16 ( src/Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o, dist/build/Data/Text/Internal/Encoding/Utf16.dyn_o )
[ 8 of 55] Compiling Data.Text.Internal.Encoding.Utf32 ( src/Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o, dist/build/Data/Text/Internal/Encoding/Utf32.dyn_o )
[ 9 of 55] Compiling Data.Text.Internal.Encoding.Utf8 ( src/Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o, dist/build/Data/Text/Internal/Encoding/Utf8.dyn_o )
[10 of 55] Compiling Data.Text.Internal.Fusion.CaseMapping ( src/Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o, dist/build/Data/Text/Internal/Fusion/CaseMapping.dyn_o )
[11 of 55] Compiling Data.Text.Internal.Measure ( src/Data/Text/Internal/Measure.hs, dist/build/Data/Text/Internal/Measure.o, dist/build/Data/Text/Internal/Measure.dyn_o )
[12 of 55] Compiling Data.Text.Internal.PrimCompat ( src/Data/Text/Internal/PrimCompat.hs, dist/build/Data/Text/Internal/PrimCompat.o, dist/build/Data/Text/Internal/PrimCompat.dyn_o )
[13 of 55] Compiling Data.Text.Internal.Read ( src/Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o, dist/build/Data/Text/Internal/Read.dyn_o )
[14 of 55] Compiling Data.Text.Internal.Unsafe ( src/Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o, dist/build/Data/Text/Internal/Unsafe.dyn_o )
[15 of 55] Compiling Data.Text.Internal.Unsafe.Char ( src/Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o, dist/build/Data/Text/Internal/Unsafe/Char.dyn_o )
[16 of 55] Compiling Data.Text.Internal ( src/Data/Text/Internal.hs, dist/build/Data/Text/Internal.o, dist/build/Data/Text/Internal.dyn_o )
[17 of 55] Compiling Data.Text.Internal.StrictBuilder ( src/Data/Text/Internal/StrictBuilder.hs, dist/build/Data/Text/Internal/StrictBuilder.o, dist/build/Data/Text/Internal/StrictBuilder.dyn_o )
[18 of 55] Compiling Data.Text.Internal.Search ( src/Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o, dist/build/Data/Text/Internal/Search.dyn_o )
[19 of 55] Compiling Data.Text.Internal.Reverse ( src/Data/Text/Internal/Reverse.hs, dist/build/Data/Text/Internal/Reverse.o, dist/build/Data/Text/Internal/Reverse.dyn_o )
[20 of 55] Compiling Data.Text.Internal.Fusion.Size ( src/Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o, dist/build/Data/Text/Internal/Fusion/Size.dyn_o )
[21 of 55] Compiling Data.Text.Internal.Fusion.Types ( src/Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o, dist/build/Data/Text/Internal/Fusion/Types.dyn_o )
[22 of 55] Compiling Data.Text.Internal.Fusion.Common ( src/Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o, dist/build/Data/Text/Internal/Fusion/Common.dyn_o )
[23 of 55] Compiling Data.Text.Internal.Validate.Native ( src/Data/Text/Internal/Validate/Native.hs, dist/build/Data/Text/Internal/Validate/Native.o, dist/build/Data/Text/Internal/Validate/Native.dyn_o )
[24 of 55] Compiling Data.Text.Internal.Validate.Simd ( src/Data/Text/Internal/Validate/Simd.hs, dist/build/Data/Text/Internal/Validate/Simd.o, dist/build/Data/Text/Internal/Validate/Simd.dyn_o )
[25 of 55] Compiling Data.Text.Unsafe ( src/Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o, dist/build/Data/Text/Unsafe.dyn_o )
[26 of 55] Compiling Data.Text.Show ( src/Data/Text/Show.hs, dist/build/Data/Text/Show.o, dist/build/Data/Text/Show.dyn_o )
[27 of 55] Compiling Data.Text.Internal.Validate ( src/Data/Text/Internal/Validate.hs, dist/build/Data/Text/Internal/Validate.o, dist/build/Data/Text/Internal/Validate.dyn_o )
[28 of 55] Compiling Data.Text.Internal.Transformation ( src/Data/Text/Internal/Transformation.hs, dist/build/Data/Text/Internal/Transformation.o, dist/build/Data/Text/Internal/Transformation.dyn_o )
[29 of 55] Compiling Data.Text.Internal.Private ( src/Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o, dist/build/Data/Text/Internal/Private.dyn_o )
[30 of 55] Compiling Data.Text.Internal.Fusion ( src/Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o, dist/build/Data/Text/Internal/Fusion.dyn_o )
[31 of 55] Compiling Data.Text.Internal.Encoding.Fusion.Common ( src/Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o, dist/build/Data/Text/Internal/Encoding/Fusion/Common.dyn_o )
[32 of 55] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( src/Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.dyn_o )
[33 of 55] Compiling Data.Text.Internal.IsAscii ( src/Data/Text/Internal/IsAscii.hs, dist/build/Data/Text/Internal/IsAscii.o, dist/build/Data/Text/Internal/IsAscii.dyn_o )
[34 of 55] Compiling Data.Text.Internal.Encoding.Fusion ( src/Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o, dist/build/Data/Text/Internal/Encoding/Fusion.dyn_o )
[35 of 55] Compiling Data.Text.Internal.Encoding ( src/Data/Text/Internal/Encoding.hs, dist/build/Data/Text/Internal/Encoding.o, dist/build/Data/Text/Internal/Encoding.dyn_o )
[36 of 55] Compiling Data.Text.Encoding ( src/Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o, dist/build/Data/Text/Encoding.dyn_o )
[37 of 55] Compiling Data.Text.Foreign ( src/Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o, dist/build/Data/Text/Foreign.dyn_o )
[38 of 55] Compiling Data.Text ( src/Data/Text.hs, dist/build/Data/Text.o, dist/build/Data/Text.dyn_o )
[39 of 55] Compiling Data.Text.Read ( src/Data/Text/Read.hs, dist/build/Data/Text/Read.o, dist/build/Data/Text/Read.dyn_o )
[40 of 55] Compiling Data.Text.Internal.Lazy ( src/Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o, dist/build/Data/Text/Internal/Lazy.dyn_o )
[41 of 55] Compiling Data.Text.Lazy.Internal ( src/Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o, dist/build/Data/Text/Lazy/Internal.dyn_o )
[42 of 55] Compiling Data.Text.Internal.Lazy.Search ( src/Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o, dist/build/Data/Text/Internal/Lazy/Search.dyn_o )
[43 of 55] Compiling Data.Text.Internal.Lazy.Fusion ( src/Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o, dist/build/Data/Text/Internal/Lazy/Fusion.dyn_o )
[44 of 55] Compiling Data.Text.Lazy.Encoding ( src/Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o, dist/build/Data/Text/Lazy/Encoding.dyn_o )
[45 of 55] Compiling Data.Text.Lazy ( src/Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o, dist/build/Data/Text/Lazy.dyn_o )
[46 of 55] Compiling Data.Text.Lazy.Read ( src/Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o, dist/build/Data/Text/Lazy/Read.dyn_o )
[47 of 55] Compiling Data.Text.Internal.IO ( src/Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o, dist/build/Data/Text/Internal/IO.dyn_o )
[48 of 55] Compiling Data.Text.Lazy.IO ( src/Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o, dist/build/Data/Text/Lazy/IO.dyn_o )
[49 of 55] Compiling Data.Text.Internal.Builder ( src/Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o, dist/build/Data/Text/Internal/Builder.dyn_o )
[50 of 55] Compiling Data.Text.Lazy.Builder ( src/Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o, dist/build/Data/Text/Lazy/Builder.dyn_o )
[51 of 55] Compiling Data.Text.Internal.Builder.Functions ( src/Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o, dist/build/Data/Text/Internal/Builder/Functions.dyn_o )
[52 of 55] Compiling Data.Text.Lazy.Builder.Int ( src/Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o, dist/build/Data/Text/Lazy/Builder/Int.dyn_o )
[53 of 55] Compiling Data.Text.Lazy.Builder.RealFloat ( src/Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o, dist/build/Data/Text/Lazy/Builder/RealFloat.dyn_o )
[54 of 55] Compiling Data.Text.IO.Utf8 ( src/Data/Text/IO/Utf8.hs, dist/build/Data/Text/IO/Utf8.o, dist/build/Data/Text/IO/Utf8.dyn_o )
[55 of 55] Compiling Data.Text.IO ( src/Data/Text/IO.hs, dist/build/Data/Text/IO.o, dist/build/Data/Text/IO.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-1412913/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/text-2.1.3-30f213885946440e36a58c3fd9124b7f10ddc5d04aeed32cf4006d8a4767c4f8/lib
Configuring nauty-parser-1.0.0.0...
Preprocessing library for nauty-parser-1.0.0.0..
Building library for nauty-parser-1.0.0.0..
[ 1 of 11] Compiling Nauty.Internal.Encoding ( src/Nauty/Internal/Encoding.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Internal/Encoding.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Internal/Encoding.dyn_o )
[ 2 of 11] Compiling Nauty.Internal.Parsing ( src/Nauty/Internal/Parsing.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Internal/Parsing.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Internal/Parsing.dyn_o )
[ 3 of 11] Compiling Nauty.Graph6.Internal ( src/Nauty/Graph6/Internal.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Graph6/Internal.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Graph6/Internal.dyn_o )
[ 4 of 11] Compiling Nauty.Graph6 ( src/Nauty/Graph6.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Graph6.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Graph6.dyn_o )
[ 5 of 11] Compiling Nauty.Digraph6.Internal ( src/Nauty/Digraph6/Internal.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Digraph6/Internal.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Digraph6/Internal.dyn_o )
[ 6 of 11] Compiling Nauty.Digraph6 ( src/Nauty/Digraph6.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Digraph6.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Digraph6.dyn_o )
[ 7 of 11] Compiling Nauty.Internal.Utils ( src/Nauty/Internal/Utils.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Internal/Utils.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Internal/Utils.dyn_o )
[ 8 of 11] Compiling Nauty.Sparse6.Internal ( src/Nauty/Sparse6/Internal.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Sparse6/Internal.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Sparse6/Internal.dyn_o )
[ 9 of 11] Compiling Nauty.Sparse6 ( src/Nauty/Sparse6.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Sparse6.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Sparse6.dyn_o )
[10 of 11] Compiling Nauty.Internal ( src/Nauty/Internal.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Internal.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty/Internal.dyn_o )
[11 of 11] Compiling Nauty ( src/Nauty.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/Nauty.dyn_o )
Preprocessing test suite 'digraph6' for nauty-parser-1.0.0.0..
Building test suite 'digraph6' for nauty-parser-1.0.0.0..
[1 of 1] Compiling Main ( test/Digraph6.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/digraph6/digraph6-tmp/Main.o )
[2 of 2] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/digraph6/digraph6
Preprocessing test suite 'graph6' for nauty-parser-1.0.0.0..
Building test suite 'graph6' for nauty-parser-1.0.0.0..
[1 of 1] Compiling Main ( test/Graph6.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/graph6/graph6-tmp/Main.o )
[2 of 2] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/graph6/graph6
Preprocessing test suite 'nauty' for nauty-parser-1.0.0.0..
Building test suite 'nauty' for nauty-parser-1.0.0.0..
[1 of 1] Compiling Main ( test/Nauty.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/nauty/nauty-tmp/Main.o )
[2 of 2] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/nauty/nauty
Preprocessing test suite 'sparse6' for nauty-parser-1.0.0.0..
Building test suite 'sparse6' for nauty-parser-1.0.0.0..
[1 of 1] Compiling Main ( test/Sparse6.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/sparse6/sparse6-tmp/Main.o )
[2 of 2] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/build/sparse6/sparse6
Running 4 test suites...
Test suite digraph6: RUNNING...
Test suite digraph6: PASS
Test suite logged to:
/var/lib/hackage-doc-builder/build-cache/tmp-install/reports/nauty-parser-1.0.0.0.test
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Encoding.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Parsing.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Digraph6.Internal.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Test coverage report written to
/var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/hpc/vanilla/html/digraph6/hpc_index.html
Test suite graph6: RUNNING...
Test suite graph6: PASS
Test suite logged to:
/var/lib/hackage-doc-builder/build-cache/tmp-install/reports/nauty-parser-1.0.0.0.test
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Encoding.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Parsing.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Graph6.Internal.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Test coverage report written to
/var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/hpc/vanilla/html/graph6/hpc_index.html
Test suite nauty: RUNNING...
Test suite nauty: PASS
Test suite logged to:
/var/lib/hackage-doc-builder/build-cache/tmp-install/reports/nauty-parser-1.0.0.0.test
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Utils.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Encoding.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Parsing.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Digraph6.Internal.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Sparse6.Internal.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Graph6.Internal.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Test coverage report written to
/var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/hpc/vanilla/html/nauty/hpc_index.html
Test suite sparse6: RUNNING...
Test suite sparse6: PASS
Test suite logged to:
/var/lib/hackage-doc-builder/build-cache/tmp-install/reports/nauty-parser-1.0.0.0.test
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Utils.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Encoding.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Parsing.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Sparse6.Internal.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Test coverage report written to
/var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/hpc/vanilla/html/sparse6/hpc_index.html
4 of 4 test suites (4 of 4 test cases) passed.
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Digraph6.Internal.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Graph6.Internal.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Encoding.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Parsing.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Internal.Utils.hs.html
Writing: nauty-parser-1.0.0.0-inplace/Nauty.Sparse6.Internal.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Package coverage report written to
/var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/nauty-parser-1.0.0.0/noopt/hpc/vanilla/html/nauty-parser-1.0.0.0/hpc_index.html