Build #1 for gherkin-0.0.0.2

[all reports]

Package gherkin-0.0.0.2
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2025-12-26 02:50:24.571934366 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies base-4.19.2.0, parsec-3.1.17.0, text-2.1.1
Flags none

Code Coverage

expressions92% (339/367)
booleanguards100% (0/0)
conditions 100% (0/0)
qualifiers100% (0/0)
alternatives100% (0/0)
local declarations100% (0/0)
top-level declarations47% (57/120)

Build log

[view raw]

Resolving dependencies...
Downloading  gherkin-0.0.0.2
Downloaded   gherkin-0.0.0.2
Configuring gherkin-0.0.0.2...
Preprocessing library for gherkin-0.0.0.2..
Building library for gherkin-0.0.0.2..
[1 of 3] Compiling Language.Gherkin.Types ( Language/Gherkin/Types.hs, dist/build/Language/Gherkin/Types.o, dist/build/Language/Gherkin/Types.dyn_o )
[2 of 3] Compiling Language.Gherkin.BNF ( Language/Gherkin/BNF.hs, dist/build/Language/Gherkin/BNF.o, dist/build/Language/Gherkin/BNF.dyn_o )

Language/Gherkin/BNF.hs:13:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
13 | import Control.Applicative hiding (many, (<|>), optional)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Language/Gherkin/BNF.hs:17:31: warning: [GHC-61689] [-Wdodgy-imports]
    Module Data.Text does not export show.
   |
17 | import Data.Text hiding (map, show)
   |                               ^^^^
[3 of 3] Compiling Language.Gherkin ( Language/Gherkin.hs, dist/build/Language/Gherkin.o, dist/build/Language/Gherkin.dyn_o )

Language/Gherkin.hs:23:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
23 | import Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for gherkin-0.0.0.2..
Running Haddock on library for gherkin-0.0.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Language.Gherkin.Types ( Language/Gherkin/Types.hs, nothing )
[2 of 3] Compiling Language.Gherkin.BNF ( Language/Gherkin/BNF.hs, nothing )

Language/Gherkin/BNF.hs:13:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
13 | import Control.Applicative hiding (many, (<|>), optional)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Language/Gherkin/BNF.hs:17:31: warning: [GHC-61689] [-Wdodgy-imports]
    Module Data.Text does not export show.
   |
17 | import Data.Text hiding (map, show)
   |                               ^^^^
[3 of 3] Compiling Language.Gherkin ( Language/Gherkin.hs, nothing )

Language/Gherkin.hs:23:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
23 | import Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'Examples' is ambiguous. It is defined
    * at Language/Gherkin/Types.hs:94:5
    * at Language/Gherkin/Types.hs:93: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 Language/Gherkin/Types.hs:93:1
Warning: 'ScenarioOutline' is ambiguous. It is defined
    * at Language/Gherkin/Types.hs:56:5
    * at Language/Gherkin/Types.hs:55: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 Language/Gherkin/Types.hs:55:1
Warning: 'Scenario' is ambiguous. It is defined
    * at Language/Gherkin/Types.hs:48:5
    * at Language/Gherkin/Types.hs:47: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 Language/Gherkin/Types.hs:47:1
Warning: 'Feature' is ambiguous. It is defined
    * at Language/Gherkin/Types.hs:20:5
    * at Language/Gherkin/Types.hs:19: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 Language/Gherkin/Types.hs:19:1
  56% ( 13 / 23) in 'Language.Gherkin.Types'
  Missing documentation for:
    FeatureElements (Language/Gherkin/Types.hs:39)
    Tags (Language/Gherkin/Types.hs:71)
    Comment (Language/Gherkin/Types.hs:76)
    Steps (Language/Gherkin/Types.hs:77)
    ExamplesSection (Language/Gherkin/Types.hs:89)
    PyString (Language/Gherkin/Types.hs:101)
    Table (Language/Gherkin/Types.hs:102)
    Row (Language/Gherkin/Types.hs:103)
    Cell (Language/Gherkin/Types.hs:104)
    StepKeyword (Language/Gherkin/Types.hs:106)
 100% (  4 /  4) in 'Language.Gherkin'
Documentation created: dist/doc/html/gherkin/,
dist/doc/html/gherkin/gherkin.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/gherkin-0.0.0.2-G0JUkH48cZJI0Dbhg3KlWm
Completed    gherkin-0.0.0.2

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)
 - HUnit-1.6.2.0 (lib:HUnit) (requires build)
 - gherkin-0.0.0.2 (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-2834489/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/call-stack-0.4.0-31951dc4e9db177e2ea89098d1122ced7b6da41fd279273945130bdfc91e7098/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-2834489/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/HUnit-1.6.2.0-aa8518921a665b3ce3b9f7f0c7a8a7fa42d03d10681bd5ecec8be730444183ec/lib
Configuring gherkin-0.0.0.2...
Preprocessing library for gherkin-0.0.0.2..
Building library for gherkin-0.0.0.2..
[1 of 3] Compiling Language.Gherkin.Types ( Language/Gherkin/Types.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/gherkin-0.0.0.2/noopt/build/Language/Gherkin/Types.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/gherkin-0.0.0.2/noopt/build/Language/Gherkin/Types.dyn_o )
[2 of 3] Compiling Language.Gherkin.BNF ( Language/Gherkin/BNF.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/gherkin-0.0.0.2/noopt/build/Language/Gherkin/BNF.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/gherkin-0.0.0.2/noopt/build/Language/Gherkin/BNF.dyn_o )

Language/Gherkin/BNF.hs:13:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
13 | import Control.Applicative hiding (many, (<|>), optional)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Language/Gherkin/BNF.hs:17:31: warning: [GHC-61689] [-Wdodgy-imports]
    Module Data.Text does not export show.
   |
17 | import Data.Text hiding (map, show)
   |                               ^^^^
[3 of 3] Compiling Language.Gherkin ( Language/Gherkin.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/gherkin-0.0.0.2/noopt/build/Language/Gherkin.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/gherkin-0.0.0.2/noopt/build/Language/Gherkin.dyn_o )

Language/Gherkin.hs:23:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
23 | import Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing test suite 'gherkin-test' for gherkin-0.0.0.2..
Building test suite 'gherkin-test' for gherkin-0.0.0.2..
[1 of 1] Compiling Main             ( tests/gherkin.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/gherkin-0.0.0.2/noopt/build/gherkin-test/gherkin-test-tmp/Main.o )

tests/gherkin.hs:19:31: warning: [GHC-61689] [-Wdodgy-imports]
    Module Data.Text does not export show.
   |
19 | import Data.Text hiding (map, show)
   |                               ^^^^
[2 of 2] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/gherkin-0.0.0.2/noopt/build/gherkin-test/gherkin-test
Running 1 test suites...
Test suite gherkin-test: RUNNING...
Test suite gherkin-test: PASS
Test suite logged to:
/var/lib/hackage-doc-builder/build-cache/tmp-install/reports/gherkin-0.0.0.2.test
Writing: gherkin-0.0.0.2-inplace/Language.Gherkin.Types.hs.html
Writing: gherkin-0.0.0.2-inplace/Language.Gherkin.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/gherkin-0.0.0.2/noopt/hpc/vanilla/html/gherkin-test/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: gherkin-0.0.0.2-inplace/Language.Gherkin.Types.hs.html
Writing: gherkin-0.0.0.2-inplace/Language.Gherkin.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/gherkin-0.0.0.2/noopt/hpc/vanilla/html/gherkin-0.0.0.2/hpc_index.html