[all reports]
Install |
InstallOk |
Docs |
Ok |
Tests |
Ok |
Time submitted |
2025-05-16 02:20:33.252462824 UTC
|
Compiler |
ghc-9.8.4 |
OS |
linux |
Arch |
x86_64 |
Dependencies |
base-4.19.2.0, containers-0.6.8, exceptions-0.10.7, haskeline-0.8.2.1, mtl-2.3.1, process-1.6.25.0 |
Flags |
none
|
Code Coverage
expressions | 0% (0/311) |
boolean | guards | 0% (0/7) |
conditions | 100% (0/0) |
qualifiers | 100% (0/0) |
alternatives | 0% (0/26) |
local declarations | 0% (0/10) |
top-level declarations | 0% (0/72) |
Build log
[view raw]
Resolving dependencies...
Downloading repline-0.4.3.0
Downloaded repline-0.4.3.0
Configuring repline-0.4.3.0...
Preprocessing library for repline-0.4.3.0..
Building library for repline-0.4.3.0..
[1 of 1] Compiling System.Console.Repline ( src/System/Console/Repline.hs, dist/build/System/Console/Repline.o, dist/build/System/Console/Repline.dyn_o )
src/System/Console/Repline.hs:176:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.IO.Class is redundant
except perhaps to import instances from Control.Monad.IO.Class
To import instances alone, use: import Control.Monad.IO.Class()
|
176 | import Control.Monad.IO.Class (MonadIO(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/System/Console/Repline.hs:188:26: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
188 | newtype HaskelineT (m :: * -> *) a = HaskelineT {unHaskeline :: H.InputT m a}
| ^
src/System/Console/Repline.hs:188:31: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
188 | newtype HaskelineT (m :: * -> *) a = HaskelineT {unHaskeline :: H.InputT m a}
| ^
Preprocessing library for repline-0.4.3.0..
Running Haddock on library for repline-0.4.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.Console.Repline ( src/System/Console/Repline.hs, nothing )
src/System/Console/Repline.hs:176:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.IO.Class is redundant
except perhaps to import instances from Control.Monad.IO.Class
To import instances alone, use: import Control.Monad.IO.Class()
|
176 | import Control.Monad.IO.Class (MonadIO(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/System/Console/Repline.hs:188:26: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
188 | newtype HaskelineT (m :: * -> *) a = HaskelineT {unHaskeline :: H.InputT m a}
| ^
src/System/Console/Repline.hs:188:31: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
188 | newtype HaskelineT (m :: * -> *) a = HaskelineT {unHaskeline :: H.InputT m a}
| ^
Haddock coverage:
Warning: 'HaskelineT' is ambiguous. It is defined
* at src/System/Console/Repline.hs:188:38
* at src/System/Console/Repline.hs:188: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/System/Console/Repline.hs:188:1
Warning: 'callCommand' 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.
96% ( 30 / 31) in 'System.Console.Repline'
Missing documentation for:
MonadHaskeline (src/System/Console/Repline.hs:206)
Warning: System.Console.Repline: could not find link destinations for:
- System.Console.Repline.getInputLine
- System.Console.Repline.getInputChar
- System.Console.Repline.outputStr
- System.Console.Repline.outputStrLn
Documentation created: dist/doc/html/repline/,
dist/doc/html/repline/repline.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/repline-0.4.3.0-AIoL6wbWutm2L6mRSLVl7C
Completed repline-0.4.3.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):
- repline-0.4.3.0 (first run)
Configuring repline-0.4.3.0...
Preprocessing library for repline-0.4.3.0..
Building library for repline-0.4.3.0..
[1 of 1] Compiling System.Console.Repline ( src/System/Console/Repline.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/repline-0.4.3.0/noopt/build/System/Console/Repline.o, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/repline-0.4.3.0/noopt/build/System/Console/Repline.dyn_o )
src/System/Console/Repline.hs:176:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Monad.IO.Class is redundant
except perhaps to import instances from Control.Monad.IO.Class
To import instances alone, use: import Control.Monad.IO.Class()
|
176 | import Control.Monad.IO.Class (MonadIO(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/System/Console/Repline.hs:188:26: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
188 | newtype HaskelineT (m :: * -> *) a = HaskelineT {unHaskeline :: H.InputT m a}
| ^
src/System/Console/Repline.hs:188:31: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
188 | newtype HaskelineT (m :: * -> *) a = HaskelineT {unHaskeline :: H.InputT m a}
| ^
Preprocessing test suite 'multiline' for repline-0.4.3.0..
Building test suite 'multiline' for repline-0.4.3.0..
[1 of 1] Compiling Main ( examples/Multiline.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/repline-0.4.3.0/noopt/build/multiline/multiline-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/repline-0.4.3.0/noopt/build/multiline/multiline
Preprocessing test suite 'prefix' for repline-0.4.3.0..
Building test suite 'prefix' for repline-0.4.3.0..
[1 of 1] Compiling Main ( examples/Prefix.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/repline-0.4.3.0/noopt/build/prefix/prefix-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/repline-0.4.3.0/noopt/build/prefix/prefix
Preprocessing test suite 'simple' for repline-0.4.3.0..
Building test suite 'simple' for repline-0.4.3.0..
[1 of 1] Compiling Main ( examples/Simple.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/repline-0.4.3.0/noopt/build/simple/simple-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/repline-0.4.3.0/noopt/build/simple/simple
Preprocessing test suite 'stateful' for repline-0.4.3.0..
Building test suite 'stateful' for repline-0.4.3.0..
[1 of 1] Compiling Main ( examples/Stateful.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/repline-0.4.3.0/noopt/build/stateful/stateful-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/repline-0.4.3.0/noopt/build/stateful/stateful
Running 4 test suites...
Test suite multiline: RUNNING...
Test suite multiline: PASS
Test suite logged to:
/var/lib/hackage-doc-builder/build-cache/tmp-install/reports/repline-0.4.3.0.test
Writing: repline-0.4.3.0-inplace/System.Console.Repline.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/repline-0.4.3.0/noopt/hpc/vanilla/html/multiline/hpc_index.html
Test suite prefix: RUNNING...
Test suite prefix: PASS
Test suite logged to:
/var/lib/hackage-doc-builder/build-cache/tmp-install/reports/repline-0.4.3.0.test
Writing: repline-0.4.3.0-inplace/System.Console.Repline.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/repline-0.4.3.0/noopt/hpc/vanilla/html/prefix/hpc_index.html
Test suite simple: RUNNING...
Test suite simple: PASS
Test suite logged to:
/var/lib/hackage-doc-builder/build-cache/tmp-install/reports/repline-0.4.3.0.test
Writing: repline-0.4.3.0-inplace/System.Console.Repline.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/repline-0.4.3.0/noopt/hpc/vanilla/html/simple/hpc_index.html
Test suite stateful: RUNNING...
Test suite stateful: PASS
Test suite logged to:
/var/lib/hackage-doc-builder/build-cache/tmp-install/reports/repline-0.4.3.0.test
Writing: repline-0.4.3.0-inplace/System.Console.Repline.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/repline-0.4.3.0/noopt/hpc/vanilla/html/stateful/hpc_index.html
4 of 4 test suites (4 of 4 test cases) passed.
Writing: repline-0.4.3.0-inplace/System.Console.Repline.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/repline-0.4.3.0/noopt/hpc/vanilla/html/repline-0.4.3.0/hpc_index.html