Build #1 for regex-tdfa-1.3.2.4
| Package | regex-tdfa-1.3.2.4 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2025-05-09 05:41:10.361065081 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.6.8, mtl-2.3.1, parsec-3.1.17.0, regex-base-0.94.0.3, text-2.1.1 |
| Flags | doctest -force-o2 |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring regex-base-0.94.0.3...
Preprocessing library for regex-base-0.94.0.3..
Building library for regex-base-0.94.0.3..
[1 of 5] Compiling Paths_regex_base ( dist/build/autogen/Paths_regex_base.hs, dist/build/Paths_regex_base.o, dist/build/Paths_regex_base.dyn_o )
[2 of 5] Compiling Text.Regex.Base.RegexLike ( src/Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o, dist/build/Text/Regex/Base/RegexLike.dyn_o )
[3 of 5] Compiling Text.Regex.Base.Context ( src/Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o, dist/build/Text/Regex/Base/Context.dyn_o )
src/Text/Regex/Base/Context.hs:316:10: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
[]
|
316 | let ((whole,_):subs) = elems ma
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Text/Regex/Base/Context.hs:329:41: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
[]
|
329 | matchM = actOn (\(pre,ma,post) -> let ((whole,_):_) = elems ma
| ^^^^^^^^^^^^^^^^^^^^^^^^
src/Text/Regex/Base/Context.hs:334:41: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
[]
|
334 | matchM = actOn (\(pre,ma,post) -> let ((whole,_):subs) = elems ma
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 5] Compiling Text.Regex.Base ( src/Text/Regex/Base.hs, dist/build/Text/Regex/Base.o, dist/build/Text/Regex/Base.dyn_o )
[5 of 5] Compiling Text.Regex.Base.Impl ( src/Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o, dist/build/Text/Regex/Base/Impl.dyn_o )
Preprocessing library for regex-base-0.94.0.3..
Running Haddock on library for regex-base-0.94.0.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Paths_regex_base ( dist/build/autogen/Paths_regex_base.hs, nothing )
[2 of 5] Compiling Text.Regex.Base.RegexLike ( src/Text/Regex/Base/RegexLike.hs, nothing )
[3 of 5] Compiling Text.Regex.Base.Context ( src/Text/Regex/Base/Context.hs, nothing )
[4 of 5] Compiling Text.Regex.Base ( src/Text/Regex/Base.hs, nothing )
[5 of 5] Compiling Text.Regex.Base.Impl ( src/Text/Regex/Base/Impl.hs, nothing )
Haddock coverage:
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'target' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fail' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'regex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'source' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MonadError' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
94% ( 17 / 18) in 'Text.Regex.Base.RegexLike'
Missing documentation for:
MatchText (src/Text/Regex/Base/RegexLike.hs:67)
Warning: 'makeRegex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'RegexMaker' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AllSubmatches' is ambiguous. It is defined
* at src/Text/Regex/Base/RegexLike.hs:277:29
* at src/Text/Regex/Base/RegexLike.hs:277: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/Text/Regex/Base/RegexLike.hs:277:1
Warning: 'AllTextSubmatches' is ambiguous. It is defined
* at src/Text/Regex/Base/RegexLike.hs:280:33
* at src/Text/Regex/Base/RegexLike.hs:280: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/Text/Regex/Base/RegexLike.hs:280:1
Warning: 'AllMatches' is ambiguous. It is defined
* at src/Text/Regex/Base/RegexLike.hs:283:26
* at src/Text/Regex/Base/RegexLike.hs:283: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/Text/Regex/Base/RegexLike.hs:283:1
Warning: 'AllTextMatches' is ambiguous. It is defined
* at src/Text/Regex/Base/RegexLike.hs:286:30
* at src/Text/Regex/Base/RegexLike.hs:286: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/Text/Regex/Base/RegexLike.hs:286:1
100% ( 1 / 1) in 'Text.Regex.Base.Context'
75% ( 3 / 4) in 'Text.Regex.Base'
Missing documentation for:
getVersion_Text_Regex_Base (src/Text/Regex/Base.hs:81)
33% ( 1 / 3) in 'Text.Regex.Base.Impl'
Missing documentation for:
polymatch (src/Text/Regex/Base/Impl.hs:65)
polymatchM (src/Text/Regex/Base/Impl.hs:71)
Documentation created: dist/doc/html/regex-base/,
dist/doc/html/regex-base/regex-base.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/regex-base-0.94.0.3-72l25sDZMPyJAEvtAnFlwY
Warning: Unable to strip executable or library
'libHSregex-base-0.94.0.3-72l25sDZMPyJAEvtAnFlwY' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSregex-base-0.94.0.3-72l25sDZMPyJAEvtAnFlwY-ghc9.8.4' (missing the
'strip' program)
Completed regex-base-0.94.0.3
Downloading regex-tdfa-1.3.2.4
Downloaded regex-tdfa-1.3.2.4
Configuring regex-tdfa-1.3.2.4...
Preprocessing library for regex-tdfa-1.3.2.4..
Building library for regex-tdfa-1.3.2.4..
[ 1 of 25] Compiling Data.IntMap.CharMap2 ( lib/Data/IntMap/CharMap2.hs, dist/build/Data/IntMap/CharMap2.o, dist/build/Data/IntMap/CharMap2.dyn_o )
[ 2 of 25] Compiling Data.IntSet.EnumSet2 ( lib/Data/IntSet/EnumSet2.hs, dist/build/Data/IntSet/EnumSet2.o, dist/build/Data/IntSet/EnumSet2.dyn_o )
[ 3 of 25] Compiling Data.IntMap.EnumMap2 ( lib/Data/IntMap/EnumMap2.hs, dist/build/Data/IntMap/EnumMap2.o, dist/build/Data/IntMap/EnumMap2.dyn_o )
[ 4 of 25] Compiling Paths_regex_tdfa ( dist/build/autogen/Paths_regex_tdfa.hs, dist/build/Paths_regex_tdfa.o, dist/build/Paths_regex_tdfa.dyn_o )
[ 5 of 25] Compiling Text.Regex.TDFA.IntArrTrieSet ( lib/Text/Regex/TDFA/IntArrTrieSet.hs, dist/build/Text/Regex/TDFA/IntArrTrieSet.o, dist/build/Text/Regex/TDFA/IntArrTrieSet.dyn_o )
[ 6 of 25] Compiling Text.Regex.TDFA.Common ( lib/Text/Regex/TDFA/Common.hs, dist/build/Text/Regex/TDFA/Common.o, dist/build/Text/Regex/TDFA/Common.dyn_o )
[ 7 of 25] Compiling Text.Regex.TDFA.NewDFA.Uncons ( lib/Text/Regex/TDFA/NewDFA/Uncons.hs, dist/build/Text/Regex/TDFA/NewDFA/Uncons.o, dist/build/Text/Regex/TDFA/NewDFA/Uncons.dyn_o )
[ 8 of 25] Compiling Text.Regex.TDFA.NewDFA.MakeTest ( lib/Text/Regex/TDFA/NewDFA/MakeTest.hs, dist/build/Text/Regex/TDFA/NewDFA/MakeTest.o, dist/build/Text/Regex/TDFA/NewDFA/MakeTest.dyn_o )
[ 9 of 25] Compiling Text.Regex.TDFA.NewDFA.Tester ( lib/Text/Regex/TDFA/NewDFA/Tester.hs, dist/build/Text/Regex/TDFA/NewDFA/Tester.o, dist/build/Text/Regex/TDFA/NewDFA/Tester.dyn_o )
[10 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_NC_FA ( lib/Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.o, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.dyn_o )
[11 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_NC ( lib/Text/Regex/TDFA/NewDFA/Engine_NC.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.o, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.dyn_o )
[12 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_FA ( lib/Text/Regex/TDFA/NewDFA/Engine_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.o, dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.dyn_o )
[13 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine ( lib/Text/Regex/TDFA/NewDFA/Engine.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine.o, dist/build/Text/Regex/TDFA/NewDFA/Engine.dyn_o )
[14 of 25] Compiling Text.Regex.TDFA.Pattern ( lib/Text/Regex/TDFA/Pattern.hs, dist/build/Text/Regex/TDFA/Pattern.o, dist/build/Text/Regex/TDFA/Pattern.dyn_o )
[15 of 25] Compiling Text.Regex.TDFA.CorePattern ( lib/Text/Regex/TDFA/CorePattern.hs, dist/build/Text/Regex/TDFA/CorePattern.o, dist/build/Text/Regex/TDFA/CorePattern.dyn_o )
[16 of 25] Compiling Text.Regex.TDFA.ReadRegex ( lib/Text/Regex/TDFA/ReadRegex.hs, dist/build/Text/Regex/TDFA/ReadRegex.o, dist/build/Text/Regex/TDFA/ReadRegex.dyn_o )
[17 of 25] Compiling Text.Regex.TDFA.TNFA ( lib/Text/Regex/TDFA/TNFA.hs, dist/build/Text/Regex/TDFA/TNFA.o, dist/build/Text/Regex/TDFA/TNFA.dyn_o )
[18 of 25] Compiling Text.Regex.TDFA.TDFA ( lib/Text/Regex/TDFA/TDFA.hs, dist/build/Text/Regex/TDFA/TDFA.o, dist/build/Text/Regex/TDFA/TDFA.dyn_o )
[19 of 25] Compiling Text.Regex.TDFA.String ( lib/Text/Regex/TDFA/String.hs, dist/build/Text/Regex/TDFA/String.o, dist/build/Text/Regex/TDFA/String.dyn_o )
[20 of 25] Compiling Text.Regex.TDFA.Sequence ( lib/Text/Regex/TDFA/Sequence.hs, dist/build/Text/Regex/TDFA/Sequence.o, dist/build/Text/Regex/TDFA/Sequence.dyn_o )
[21 of 25] Compiling Text.Regex.TDFA.ByteString.Lazy ( lib/Text/Regex/TDFA/ByteString/Lazy.hs, dist/build/Text/Regex/TDFA/ByteString/Lazy.o, dist/build/Text/Regex/TDFA/ByteString/Lazy.dyn_o )
[22 of 25] Compiling Text.Regex.TDFA.ByteString ( lib/Text/Regex/TDFA/ByteString.hs, dist/build/Text/Regex/TDFA/ByteString.o, dist/build/Text/Regex/TDFA/ByteString.dyn_o )
[23 of 25] Compiling Text.Regex.TDFA.Text ( lib/Text/Regex/TDFA/Text.hs, dist/build/Text/Regex/TDFA/Text.o, dist/build/Text/Regex/TDFA/Text.dyn_o )
[24 of 25] Compiling Text.Regex.TDFA.Text.Lazy ( lib/Text/Regex/TDFA/Text/Lazy.hs, dist/build/Text/Regex/TDFA/Text/Lazy.o, dist/build/Text/Regex/TDFA/Text/Lazy.dyn_o )
[25 of 25] Compiling Text.Regex.TDFA ( lib/Text/Regex/TDFA.hs, dist/build/Text/Regex/TDFA.o, dist/build/Text/Regex/TDFA.dyn_o )
Preprocessing library for regex-tdfa-1.3.2.4..
Running Haddock on library for regex-tdfa-1.3.2.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 25] Compiling Data.IntMap.CharMap2 ( lib/Data/IntMap/CharMap2.hs, nothing )
[ 2 of 25] Compiling Data.IntSet.EnumSet2 ( lib/Data/IntSet/EnumSet2.hs, nothing )
[ 3 of 25] Compiling Data.IntMap.EnumMap2 ( lib/Data/IntMap/EnumMap2.hs, nothing )
[ 4 of 25] Compiling Paths_regex_tdfa ( dist/build/autogen/Paths_regex_tdfa.hs, nothing )
[ 5 of 25] Compiling Text.Regex.TDFA.IntArrTrieSet ( lib/Text/Regex/TDFA/IntArrTrieSet.hs, nothing )
[ 6 of 25] Compiling Text.Regex.TDFA.Common ( lib/Text/Regex/TDFA/Common.hs, nothing )
[ 7 of 25] Compiling Text.Regex.TDFA.NewDFA.Uncons ( lib/Text/Regex/TDFA/NewDFA/Uncons.hs, nothing )
[ 8 of 25] Compiling Text.Regex.TDFA.NewDFA.MakeTest ( lib/Text/Regex/TDFA/NewDFA/MakeTest.hs, nothing )
[ 9 of 25] Compiling Text.Regex.TDFA.NewDFA.Tester ( lib/Text/Regex/TDFA/NewDFA/Tester.hs, nothing )
[10 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_NC_FA ( lib/Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs, nothing )
[11 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_NC ( lib/Text/Regex/TDFA/NewDFA/Engine_NC.hs, nothing )
[12 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine_FA ( lib/Text/Regex/TDFA/NewDFA/Engine_FA.hs, nothing )
[13 of 25] Compiling Text.Regex.TDFA.NewDFA.Engine ( lib/Text/Regex/TDFA/NewDFA/Engine.hs, nothing )
[14 of 25] Compiling Text.Regex.TDFA.Pattern ( lib/Text/Regex/TDFA/Pattern.hs, nothing )
[15 of 25] Compiling Text.Regex.TDFA.CorePattern ( lib/Text/Regex/TDFA/CorePattern.hs, nothing )
[16 of 25] Compiling Text.Regex.TDFA.ReadRegex ( lib/Text/Regex/TDFA/ReadRegex.hs, nothing )
[17 of 25] Compiling Text.Regex.TDFA.TNFA ( lib/Text/Regex/TDFA/TNFA.hs, nothing )
[18 of 25] Compiling Text.Regex.TDFA.TDFA ( lib/Text/Regex/TDFA/TDFA.hs, nothing )
[19 of 25] Compiling Text.Regex.TDFA.String ( lib/Text/Regex/TDFA/String.hs, nothing )
[20 of 25] Compiling Text.Regex.TDFA.Sequence ( lib/Text/Regex/TDFA/Sequence.hs, nothing )
[21 of 25] Compiling Text.Regex.TDFA.ByteString.Lazy ( lib/Text/Regex/TDFA/ByteString/Lazy.hs, nothing )
[22 of 25] Compiling Text.Regex.TDFA.ByteString ( lib/Text/Regex/TDFA/ByteString.hs, nothing )
[23 of 25] Compiling Text.Regex.TDFA.Text ( lib/Text/Regex/TDFA/Text.hs, nothing )
[24 of 25] Compiling Text.Regex.TDFA.Text.Lazy ( lib/Text/Regex/TDFA/Text/Lazy.hs, nothing )
[25 of 25] Compiling Text.Regex.TDFA ( lib/Text/Regex/TDFA.hs, nothing )
Haddock coverage:
0% ( 0 / 69) in 'Data.IntMap.CharMap2'
Missing documentation for:
Module header
CharMap (lib/Data/IntMap/CharMap2.hs:24)
Key (lib/Data/IntMap/CharMap2.hs:36)
! (lib/Data/IntMap/CharMap2.hs:39)
\\ (lib/Data/IntMap/CharMap2.hs:42)
null (lib/Data/IntMap/CharMap2.hs:45)
size (lib/Data/IntMap/CharMap2.hs:48)
member (lib/Data/IntMap/CharMap2.hs:51)
notMember (lib/Data/IntMap/CharMap2.hs:54)
lookup (lib/Data/IntMap/CharMap2.hs:57)
findWithDefault (lib/Data/IntMap/CharMap2.hs:60)
empty (lib/Data/IntMap/CharMap2.hs:63)
singleton (lib/Data/IntMap/CharMap2.hs:66)
insert (lib/Data/IntMap/CharMap2.hs:69)
insertWith (lib/Data/IntMap/CharMap2.hs:72)
insertWithKey (lib/Data/IntMap/CharMap2.hs:75)
insertLookupWithKey (lib/Data/IntMap/CharMap2.hs:79)
delete (lib/Data/IntMap/CharMap2.hs:84)
adjust (lib/Data/IntMap/CharMap2.hs:87)
adjustWithKey (lib/Data/IntMap/CharMap2.hs:90)
update (lib/Data/IntMap/CharMap2.hs:94)
updateWithKey (lib/Data/IntMap/CharMap2.hs:97)
updateLookupWithKey (lib/Data/IntMap/CharMap2.hs:101)
union (lib/Data/IntMap/CharMap2.hs:106)
unionWith (lib/Data/IntMap/CharMap2.hs:109)
unionWithKey (lib/Data/IntMap/CharMap2.hs:112)
unions (lib/Data/IntMap/CharMap2.hs:116)
unionsWith (lib/Data/IntMap/CharMap2.hs:119)
difference (lib/Data/IntMap/CharMap2.hs:122)
differenceWith (lib/Data/IntMap/CharMap2.hs:125)
differenceWithKey (lib/Data/IntMap/CharMap2.hs:128)
intersection (lib/Data/IntMap/CharMap2.hs:132)
intersectionWith (lib/Data/IntMap/CharMap2.hs:135)
intersectionWithKey (lib/Data/IntMap/CharMap2.hs:138)
map (lib/Data/IntMap/CharMap2.hs:142)
mapWithKey (lib/Data/IntMap/CharMap2.hs:145)
mapAccum (lib/Data/IntMap/CharMap2.hs:149)
mapAccumWithKey (lib/Data/IntMap/CharMap2.hs:153)
fold (lib/Data/IntMap/CharMap2.hs:158)
foldWithKey (lib/Data/IntMap/CharMap2.hs:161)
elems (lib/Data/IntMap/CharMap2.hs:165)
keys (lib/Data/IntMap/CharMap2.hs:168)
keysSet (lib/Data/IntMap/CharMap2.hs:171)
assocs (lib/Data/IntMap/CharMap2.hs:174)
toList (lib/Data/IntMap/CharMap2.hs:177)
fromList (lib/Data/IntMap/CharMap2.hs:180)
fromListWith (lib/Data/IntMap/CharMap2.hs:183)
fromListWithKey (lib/Data/IntMap/CharMap2.hs:186)
toAscList (lib/Data/IntMap/CharMap2.hs:190)
fromAscList (lib/Data/IntMap/CharMap2.hs:193)
fromAscListWith (lib/Data/IntMap/CharMap2.hs:196)
fromAscListWithKey (lib/Data/IntMap/CharMap2.hs:199)
fromDistinctAscList (lib/Data/IntMap/CharMap2.hs:203)
filter (lib/Data/IntMap/CharMap2.hs:206)
filterWithKey (lib/Data/IntMap/CharMap2.hs:209)
partition (lib/Data/IntMap/CharMap2.hs:213)
partitionWithKey (lib/Data/IntMap/CharMap2.hs:217)
mapMaybe (lib/Data/IntMap/CharMap2.hs:222)
mapMaybeWithKey (lib/Data/IntMap/CharMap2.hs:225)
mapEither (lib/Data/IntMap/CharMap2.hs:229)
mapEitherWithKey (lib/Data/IntMap/CharMap2.hs:233)
split (lib/Data/IntMap/CharMap2.hs:238)
splitLookup (lib/Data/IntMap/CharMap2.hs:242)
isSubmapOf (lib/Data/IntMap/CharMap2.hs:246)
isSubmapOfBy (lib/Data/IntMap/CharMap2.hs:249)
isProperSubmapOf (lib/Data/IntMap/CharMap2.hs:252)
isProperSubmapOfBy (lib/Data/IntMap/CharMap2.hs:255)
showTree (lib/Data/IntMap/CharMap2.hs:258)
showTreeWith (lib/Data/IntMap/CharMap2.hs:261)
0% ( 0 / 31) in 'Data.IntSet.EnumSet2'
Missing documentation for:
Module header
EnumSet (lib/Data/IntSet/EnumSet2.hs:7)
\\ (lib/Data/IntSet/EnumSet2.hs:18)
null (lib/Data/IntSet/EnumSet2.hs:21)
size (lib/Data/IntSet/EnumSet2.hs:24)
member (lib/Data/IntSet/EnumSet2.hs:27)
notMember (lib/Data/IntSet/EnumSet2.hs:30)
isSubsetOf (lib/Data/IntSet/EnumSet2.hs:33)
isProperSubsetOf (lib/Data/IntSet/EnumSet2.hs:36)
empty (lib/Data/IntSet/EnumSet2.hs:39)
singleton (lib/Data/IntSet/EnumSet2.hs:42)
insert (lib/Data/IntSet/EnumSet2.hs:45)
delete (lib/Data/IntSet/EnumSet2.hs:48)
union (lib/Data/IntSet/EnumSet2.hs:51)
unions (lib/Data/IntSet/EnumSet2.hs:54)
difference (lib/Data/IntSet/EnumSet2.hs:57)
intersection (lib/Data/IntSet/EnumSet2.hs:60)
filter (lib/Data/IntSet/EnumSet2.hs:63)
partition (lib/Data/IntSet/EnumSet2.hs:67)
split (lib/Data/IntSet/EnumSet2.hs:72)
splitMember (lib/Data/IntSet/EnumSet2.hs:76)
map (lib/Data/IntSet/EnumSet2.hs:80)
fold (lib/Data/IntSet/EnumSet2.hs:84)
elems (lib/Data/IntSet/EnumSet2.hs:88)
toList (lib/Data/IntSet/EnumSet2.hs:91)
fromList (lib/Data/IntSet/EnumSet2.hs:94)
toAscList (lib/Data/IntSet/EnumSet2.hs:97)
fromAscList (lib/Data/IntSet/EnumSet2.hs:100)
fromDistinctAscList (lib/Data/IntSet/EnumSet2.hs:103)
showTree (lib/Data/IntSet/EnumSet2.hs:106)
showTreeWith (lib/Data/IntSet/EnumSet2.hs:109)
0% ( 0 / 68) in 'Data.IntMap.EnumMap2'
Missing documentation for:
Module header
EnumMap (lib/Data/IntMap/EnumMap2.hs:17)
! (lib/Data/IntMap/EnumMap2.hs:34)
\\ (lib/Data/IntMap/EnumMap2.hs:37)
null (lib/Data/IntMap/EnumMap2.hs:40)
size (lib/Data/IntMap/EnumMap2.hs:43)
member (lib/Data/IntMap/EnumMap2.hs:46)
notMember (lib/Data/IntMap/EnumMap2.hs:49)
lookup (lib/Data/IntMap/EnumMap2.hs:53)
findWithDefault (lib/Data/IntMap/EnumMap2.hs:56)
empty (lib/Data/IntMap/EnumMap2.hs:59)
singleton (lib/Data/IntMap/EnumMap2.hs:62)
insert (lib/Data/IntMap/EnumMap2.hs:65)
insertWith (lib/Data/IntMap/EnumMap2.hs:68)
insertWithKey (lib/Data/IntMap/EnumMap2.hs:71)
insertLookupWithKey (lib/Data/IntMap/EnumMap2.hs:75)
delete (lib/Data/IntMap/EnumMap2.hs:80)
adjust (lib/Data/IntMap/EnumMap2.hs:83)
adjustWithKey (lib/Data/IntMap/EnumMap2.hs:86)
update (lib/Data/IntMap/EnumMap2.hs:90)
updateWithKey (lib/Data/IntMap/EnumMap2.hs:93)
updateLookupWithKey (lib/Data/IntMap/EnumMap2.hs:97)
union (lib/Data/IntMap/EnumMap2.hs:102)
unionWith (lib/Data/IntMap/EnumMap2.hs:105)
unionWithKey (lib/Data/IntMap/EnumMap2.hs:108)
unions (lib/Data/IntMap/EnumMap2.hs:112)
unionsWith (lib/Data/IntMap/EnumMap2.hs:115)
difference (lib/Data/IntMap/EnumMap2.hs:118)
differenceWith (lib/Data/IntMap/EnumMap2.hs:121)
differenceWithKey (lib/Data/IntMap/EnumMap2.hs:124)
intersection (lib/Data/IntMap/EnumMap2.hs:128)
intersectionWith (lib/Data/IntMap/EnumMap2.hs:131)
intersectionWithKey (lib/Data/IntMap/EnumMap2.hs:134)
map (lib/Data/IntMap/EnumMap2.hs:138)
mapWithKey (lib/Data/IntMap/EnumMap2.hs:141)
mapAccum (lib/Data/IntMap/EnumMap2.hs:145)
mapAccumWithKey (lib/Data/IntMap/EnumMap2.hs:149)
fold (lib/Data/IntMap/EnumMap2.hs:154)
foldWithKey (lib/Data/IntMap/EnumMap2.hs:157)
elems (lib/Data/IntMap/EnumMap2.hs:161)
keys (lib/Data/IntMap/EnumMap2.hs:164)
keysSet (lib/Data/IntMap/EnumMap2.hs:168)
assocs (lib/Data/IntMap/EnumMap2.hs:171)
toList (lib/Data/IntMap/EnumMap2.hs:174)
fromList (lib/Data/IntMap/EnumMap2.hs:177)
fromListWith (lib/Data/IntMap/EnumMap2.hs:180)
fromListWithKey (lib/Data/IntMap/EnumMap2.hs:183)
toAscList (lib/Data/IntMap/EnumMap2.hs:187)
fromAscList (lib/Data/IntMap/EnumMap2.hs:190)
fromAscListWith (lib/Data/IntMap/EnumMap2.hs:193)
fromAscListWithKey (lib/Data/IntMap/EnumMap2.hs:196)
fromDistinctAscList (lib/Data/IntMap/EnumMap2.hs:200)
filter (lib/Data/IntMap/EnumMap2.hs:203)
filterWithKey (lib/Data/IntMap/EnumMap2.hs:206)
partition (lib/Data/IntMap/EnumMap2.hs:210)
partitionWithKey (lib/Data/IntMap/EnumMap2.hs:214)
mapMaybe (lib/Data/IntMap/EnumMap2.hs:219)
mapMaybeWithKey (lib/Data/IntMap/EnumMap2.hs:222)
mapEither (lib/Data/IntMap/EnumMap2.hs:226)
mapEitherWithKey (lib/Data/IntMap/EnumMap2.hs:230)
split (lib/Data/IntMap/EnumMap2.hs:235)
splitLookup (lib/Data/IntMap/EnumMap2.hs:239)
isSubmapOf (lib/Data/IntMap/EnumMap2.hs:243)
isSubmapOfBy (lib/Data/IntMap/EnumMap2.hs:246)
isProperSubmapOf (lib/Data/IntMap/EnumMap2.hs:249)
isProperSubmapOfBy (lib/Data/IntMap/EnumMap2.hs:252)
showTree (lib/Data/IntMap/EnumMap2.hs:255)
showTreeWith (lib/Data/IntMap/EnumMap2.hs:258)
83% ( 5 / 6) in 'Text.Regex.TDFA.IntArrTrieSet'
Missing documentation for:
TrieSet (lib/Text/Regex/TDFA/IntArrTrieSet.hs:17)
Warning: 'newFlags' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TagTask' is ambiguous. It is defined
* at lib/Text/Regex/TDFA/Common.hs:211:16
* at lib/Text/Regex/TDFA/Common.hs:211: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 lib/Text/Regex/TDFA/Common.hs:211:1
Warning: 'QNFA' is ambiguous. It is defined
* at lib/Text/Regex/TDFA/Common.hs:176:13
* at lib/Text/Regex/TDFA/Common.hs:176: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 lib/Text/Regex/TDFA/Common.hs:176:1
Warning: 'Regex' is ambiguous. It is defined
* at lib/Text/Regex/TDFA/Common.hs:138:14
* at lib/Text/Regex/TDFA/Common.hs:138: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 lib/Text/Regex/TDFA/Common.hs:138:1
Warning: 'RegexMaker' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'GroupInfo' is ambiguous. It is defined
* at lib/Text/Regex/TDFA/Common.hs:132:18
* at lib/Text/Regex/TDFA/Common.hs:132: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 lib/Text/Regex/TDFA/Common.hs:132:1
Warning: 'PGroup' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Group' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Set' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ExecOption' is ambiguous. It is defined
* at lib/Text/Regex/TDFA/Common.hs:108:19
* at lib/Text/Regex/TDFA/Common.hs:108: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 lib/Text/Regex/TDFA/Common.hs:108:1
Warning: 'sort' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sortBy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nub' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nubBy' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
59% ( 29 / 49) in 'Text.Regex.TDFA.Common'
Missing documentation for:
look (lib/Text/Regex/TDFA/Common.hs:27)
common_error (lib/Text/Regex/TDFA/Common.hs:30)
on (lib/Text/Regex/TDFA/Common.hs:34)
mapFst (lib/Text/Regex/TDFA/Common.hs:51)
mapSnd (lib/Text/Regex/TDFA/Common.hs:54)
fst3 (lib/Text/Regex/TDFA/Common.hs:57)
snd3 (lib/Text/Regex/TDFA/Common.hs:60)
thd3 (lib/Text/Regex/TDFA/Common.hs:63)
flipOrder (lib/Text/Regex/TDFA/Common.hs:66)
noWin (lib/Text/Regex/TDFA/Common.hs:71)
ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
WinEmpty (lib/Text/Regex/TDFA/Common.hs:171)
Transition (lib/Text/Regex/TDFA/Common.hs:235)
Action (lib/Text/Regex/TDFA/Common.hs:293)
OrbitTransformer (lib/Text/Regex/TDFA/Common.hs:294)
OrbitLog (lib/Text/Regex/TDFA/Common.hs:295)
showQT (lib/Text/Regex/TDFA/Common.hs:306)
indent (lib/Text/Regex/TDFA/Common.hs:322)
showDT (lib/Text/Regex/TDFA/Common.hs:325)
seeDTrans (lib/Text/Regex/TDFA/Common.hs:370)
0% ( 0 / 2) in 'Text.Regex.TDFA.NewDFA.Uncons'
Missing documentation for:
Module header
Uncons (lib/Text/Regex/TDFA/NewDFA/Uncons.hs:9)
0% ( 0 / 3) in 'Text.Regex.TDFA.NewDFA.MakeTest'
Missing documentation for:
Module header
test_singleline (lib/Text/Regex/TDFA/NewDFA/MakeTest.hs:17)
test_multiline (lib/Text/Regex/TDFA/NewDFA/MakeTest.hs:11)
50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Tester'
Missing documentation for:
matchTest (lib/Text/Regex/TDFA/NewDFA/Tester.hs:23)
50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_NC_FA'
Missing documentation for:
execMatch (lib/Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs:35)
50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_NC'
Missing documentation for:
execMatch (lib/Text/Regex/TDFA/NewDFA/Engine_NC.hs:48)
50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_FA'
Missing documentation for:
execMatch (lib/Text/Regex/TDFA/NewDFA/Engine_FA.hs:72)
50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine'
Missing documentation for:
execMatch (lib/Text/Regex/TDFA/NewDFA/Engine.hs:86)
Warning: 'parseRegex' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'DoPa' is ambiguous. It is defined
* at lib/Text/Regex/TDFA/Common.hs:74:16
* at lib/Text/Regex/TDFA/Common.hs:74: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 lib/Text/Regex/TDFA/Common.hs:74:1
88% ( 15 / 17) in 'Text.Regex.TDFA.Pattern'
Missing documentation for:
showPattern (lib/Text/Regex/TDFA/Pattern.hs:93)
starTrans' (lib/Text/Regex/TDFA/Pattern.hs:253)
23% ( 3 / 13) in 'Text.Regex.TDFA.CorePattern'
Missing documentation for:
Q (lib/Text/Regex/TDFA/CorePattern.hs:79)
P (lib/Text/Regex/TDFA/CorePattern.hs:64)
Wanted (lib/Text/Regex/TDFA/CorePattern.hs:125)
TestInfo (lib/Text/Regex/TDFA/CorePattern.hs:89)
SetTestInfo (lib/Text/Regex/TDFA/CorePattern.hs:93)
NullView (lib/Text/Regex/TDFA/CorePattern.hs:109)
patternToQ (lib/Text/Regex/TDFA/CorePattern.hs:296)
cleanNullView (lib/Text/Regex/TDFA/CorePattern.hs:194)
cannotAccept (lib/Text/Regex/TDFA/CorePattern.hs:246)
mustAccept (lib/Text/Regex/TDFA/CorePattern.hs:240)
100% ( 2 / 2) in 'Text.Regex.TDFA.ReadRegex'
83% ( 5 / 6) in 'Text.Regex.TDFA.TNFA'
Missing documentation for:
patternToNFA (lib/Text/Regex/TDFA/TNFA.hs:85)
42% ( 3 / 7) in 'Text.Regex.TDFA.TDFA'
Missing documentation for:
patternToRegex (lib/Text/Regex/TDFA/TDFA.hs:160)
examineDFA (lib/Text/Regex/TDFA/TDFA.hs:176)
nfaToDFA (lib/Text/Regex/TDFA/TDFA.hs:53)
dfaMap (lib/Text/Regex/TDFA/TDFA.hs:163)
63% ( 7 / 11) in 'Text.Regex.TDFA.String'
Missing documentation for:
ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
compile (lib/Text/Regex/TDFA/String.hs:44)
execute (lib/Text/Regex/TDFA/String.hs:56)
regexec (lib/Text/Regex/TDFA/String.hs:61)
42% ( 3 / 7) in 'Text.Regex.TDFA.Sequence'
Missing documentation for:
ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
compile (lib/Text/Regex/TDFA/Sequence.hs:66)
execute (lib/Text/Regex/TDFA/Sequence.hs:74)
regexec (lib/Text/Regex/TDFA/Sequence.hs:79)
42% ( 3 / 7) in 'Text.Regex.TDFA.ByteString.Lazy'
Missing documentation for:
ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
compile (lib/Text/Regex/TDFA/ByteString/Lazy.hs:77)
execute (lib/Text/Regex/TDFA/ByteString/Lazy.hs:85)
regexec (lib/Text/Regex/TDFA/ByteString/Lazy.hs:90)
42% ( 3 / 7) in 'Text.Regex.TDFA.ByteString'
Missing documentation for:
ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
compile (lib/Text/Regex/TDFA/ByteString.hs:61)
execute (lib/Text/Regex/TDFA/ByteString.hs:69)
regexec (lib/Text/Regex/TDFA/ByteString.hs:74)
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
85% ( 6 / 7) in 'Text.Regex.TDFA.Text'
Missing documentation for:
ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
Warning: 'Text' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
85% ( 6 / 7) in 'Text.Regex.TDFA.Text.Lazy'
Missing documentation for:
ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
Warning: 'CompOption' is ambiguous. It is defined
* at lib/Text/Regex/TDFA/Common.hs:85:19
* at lib/Text/Regex/TDFA/Common.hs:85: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 lib/Text/Regex/TDFA/Common.hs:85:1
75% ( 6 / 8) in 'Text.Regex.TDFA'
Missing documentation for:
getVersion_Text_Regex_TDFA (lib/Text/Regex/TDFA.hs:209)
ExecOption (lib/Text/Regex/TDFA/Common.hs:108)
Documentation created: dist/doc/html/regex-tdfa/,
dist/doc/html/regex-tdfa/regex-tdfa.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/regex-tdfa-1.3.2.4-kytol56Ek56fQGco675ON
Warning: Unable to strip executable or library
'libHSregex-tdfa-1.3.2.4-kytol56Ek56fQGco675ON' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSregex-tdfa-1.3.2.4-kytol56Ek56fQGco675ON-ghc9.8.4' (missing the 'strip'
program)
Completed regex-tdfa-1.3.2.4
Test log
[view raw]
Resolving dependencies...
Error:
Internal libraries only supported with per-component builds.
Per-component builds were disabled because program coverage is enabled
In the package 'doctest-parallel-0.3.1.1'