[all reports]
Package |
optparse-th-0.1.0.0 |
Install |
InstallOk |
Docs |
Ok |
Tests |
Ok |
Time submitted |
2023-12-07 20:09:36.477414201 UTC
|
Compiler |
ghc-9.2.4 |
OS |
linux |
Arch |
x86_64 |
Dependencies |
base-4.16.3.0, optparse-applicative-0.18.1.0, optparse-generic-1.5.2, template-haskell-2.18.0.0, text-1.2.5.0 |
Flags |
none
|
Code Coverage
expressions | 100% (0/0) |
boolean | guards | 100% (0/0) |
conditions | 100% (0/0) |
qualifiers | 100% (0/0) |
alternatives | 100% (0/0) |
local declarations | 100% (0/0) |
top-level declarations | 100% (0/0) |
Build log
[view raw]
Resolving dependencies...
Starting Only-0.1
Starting colour-2.3.6
Starting transformers-compat-0.7.2
Starting void-0.7.3
Starting prettyprinter-1.7.1
Building Only-0.1
Building colour-2.3.6
Building void-0.7.3
Building transformers-compat-0.7.2
Building prettyprinter-1.7.1
Completed void-0.7.3
Completed Only-0.1
Completed transformers-compat-0.7.2
Completed colour-2.3.6
Starting ansi-terminal-types-0.11.5
Building ansi-terminal-types-0.11.5
Completed prettyprinter-1.7.1
Completed ansi-terminal-types-0.11.5
Starting ansi-terminal-1.0
Building ansi-terminal-1.0
Completed ansi-terminal-1.0
Starting prettyprinter-ansi-terminal-1.1.3
Building prettyprinter-ansi-terminal-1.1.3
Completed prettyprinter-ansi-terminal-1.1.3
Starting optparse-applicative-0.18.1.0
Building optparse-applicative-0.18.1.0
Completed optparse-applicative-0.18.1.0
Starting optparse-generic-1.5.2
Building optparse-generic-1.5.2
Completed optparse-generic-1.5.2
Downloading optparse-th-0.1.0.0
Downloaded optparse-th-0.1.0.0
Starting optparse-th-0.1.0.0
Building optparse-th-0.1.0.0
Completed optparse-th-0.1.0.0
Test log
[view raw]
Resolving dependencies...
Build profile: -w ghc-9.2.4 -O0
In order, the following will be built (use -v for more details):
- optparse-generic-1.5.2 (lib:optparse-generic) (requires build)
- optparse-th-0.1.0.0 (first run)
Starting optparse-generic-1.5.2 (all, legacy fallback)
Building optparse-generic-1.5.2 (all, legacy fallback)
Installing optparse-generic-1.5.2 (all, legacy fallback)
Completed optparse-generic-1.5.2 (all, legacy fallback)
Configuring optparse-th-0.1.0.0...
Preprocessing library for optparse-th-0.1.0.0..
Building library for optparse-th-0.1.0.0..
[1 of 2] Compiling Options.TH ( src/Options/TH.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/build/Options/TH.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/build/Options/TH.dyn_o )
src/Options/TH.hs:12:1: warning: [-Wunused-imports]
The import of Data.Foldable is redundant
except perhaps to import instances from Data.Foldable
To import instances alone, use: import Data.Foldable()
|
12 | import Data.Foldable (asum)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Paths_optparse_th ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/build/autogen/Paths_optparse_th.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/build/Paths_optparse_th.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/build/Paths_optparse_th.dyn_o )
Preprocessing test suite 'optparse-th-test' for optparse-th-0.1.0.0..
Building test suite 'optparse-th-test' for optparse-th-0.1.0.0..
[1 of 2] Compiling Main ( test/Spec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/build/optparse-th-test/optparse-th-test-tmp/Main.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/build/optparse-th-test/optparse-th-test-tmp/Main.dyn_o )
[2 of 2] Compiling Paths_optparse_th ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/build/optparse-th-test/autogen/Paths_optparse_th.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/build/optparse-th-test/optparse-th-test-tmp/Paths_optparse_th.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/build/optparse-th-test/optparse-th-test-tmp/Paths_optparse_th.dyn_o )
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/build/optparse-th-test/optparse-th-test ...
Running 1 test suites...
Test suite optparse-th-test: RUNNING...
Test suite optparse-th-test: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/optparse-th-0.1.0.0.test
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Test coverage report written to
/home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/hpc/vanilla/html/optparse-th-test/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Package coverage report written to
/home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/optparse-th-0.1.0.0/noopt/hpc/vanilla/html/optparse-th-0.1.0.0/hpc_index.html