Build #1 for redis-glob-0.1.0.8

[all reports]

Package redis-glob-0.1.0.8
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2024-02-29 07:41:44.044823547 UTC
Compiler ghc-9.6.3
OS linux
Arch x86_64
Dependencies ascii-char-1.0.1.0, base-4.18.1.0, bytestring-0.11.5.2, megaparsec-9.6.1
Flags -use-doc-tests

Code Coverage

expressions87% (304/348)
booleanguards50% (1/2)
conditions 100% (0/0)
qualifiers100% (0/0)
alternatives76% (20/26)
local declarations66% (2/3)
top-level declarations81% (43/53)

Build log

[view raw]

Resolving dependencies...
Starting     integer-logarithms-1.0.3.1
Starting     parser-combinators-1.3.0
Starting     filepath-1.4.300.1
Starting     primitive-0.9.0.0
Building     filepath-1.4.300.1
Building     parser-combinators-1.3.0
Building     primitive-0.9.0.0
Building     integer-logarithms-1.0.3.1
Completed    integer-logarithms-1.0.3.1
Completed    parser-combinators-1.3.0
Completed    filepath-1.4.300.1
Starting     hashable-1.4.3.0
Completed    primitive-0.9.0.0
Building     hashable-1.4.3.0
Completed    hashable-1.4.3.0
Starting     ascii-char-1.0.1.0
Starting     scientific-0.3.7.0
Starting     case-insensitive-1.2.1.0
Building     ascii-char-1.0.1.0
Building     scientific-0.3.7.0
Building     case-insensitive-1.2.1.0
Completed    case-insensitive-1.2.1.0
Completed    ascii-char-1.0.1.0
Completed    scientific-0.3.7.0
Starting     megaparsec-9.6.1
Building     megaparsec-9.6.1
Completed    megaparsec-9.6.1
Downloading  redis-glob-0.1.0.8
Downloaded   redis-glob-0.1.0.8
Starting     redis-glob-0.1.0.8
Building     redis-glob-0.1.0.8
Completed    redis-glob-0.1.0.8

Test log

[view raw]

Resolving dependencies...
Build profile: -w ghc-9.6.3 -O0
In order, the following will be built (use -v for more details):
 - ascii-char-1.0.1.0 (lib:ascii-char) (requires build)
 - ascii-case-1.0.1.3 (lib:ascii-case) (requires build)
 - ascii-caseless-0.0.0.1 (lib:ascii-caseless) (requires build)
 - ascii-superset-1.3.0.1 (lib:ascii-superset) (requires build)
 - redis-glob-0.1.0.8 (first run)
Starting     ascii-char-1.0.1.0 (all, legacy fallback)
Building     ascii-char-1.0.1.0 (all, legacy fallback)
Installing   ascii-char-1.0.1.0 (all, legacy fallback)
Completed    ascii-char-1.0.1.0 (all, legacy fallback)
Starting     ascii-case-1.0.1.3 (all, legacy fallback)
Building     ascii-case-1.0.1.3 (all, legacy fallback)
Installing   ascii-case-1.0.1.3 (all, legacy fallback)
Completed    ascii-case-1.0.1.3 (all, legacy fallback)
Starting     ascii-caseless-0.0.0.1 (all, legacy fallback)
Building     ascii-caseless-0.0.0.1 (all, legacy fallback)
Installing   ascii-caseless-0.0.0.1 (all, legacy fallback)
Completed    ascii-caseless-0.0.0.1 (all, legacy fallback)
Starting     ascii-superset-1.3.0.1 (all, legacy fallback)
Building     ascii-superset-1.3.0.1 (all, legacy fallback)
Installing   ascii-superset-1.3.0.1 (all, legacy fallback)
Completed    ascii-superset-1.3.0.1 (all, legacy fallback)
Configuring redis-glob-0.1.0.8...
Preprocessing library for redis-glob-0.1.0.8..
Building library for redis-glob-0.1.0.8..
[1 of 2] Compiling Redis.Glob.Internal ( src/Redis/Glob/Internal.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/redis-glob-0.1.0.8/noopt/build/Redis/Glob/Internal.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/redis-glob-0.1.0.8/noopt/build/Redis/Glob/Internal.dyn_o )

src/Redis/Glob/Internal.hs:46:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
   |
46 | type Parser s m = (MonadParsec Void s m, Token s ~ Word8)
   |                                                  ^

src/Redis/Glob/Internal.hs:49:39: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
   |
49 | parseInSquare :: (Parser s m, Token s ~ Word8) => m a -> m a
   |                                       ^

src/Redis/Glob/Internal.hs:185:36: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
185 | innerStar_ :: (Parser s m, Token s ~ Word8) => m a -> m a
    |                                    ^

src/Redis/Glob/Internal.hs:189:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
189 | innerStar :: (Parser s m, Token s ~ Word8) => m a -> m ([Word8], a)
    |                                   ^
[2 of 2] Compiling Redis.Glob       ( src/Redis/Glob.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/redis-glob-0.1.0.8/noopt/build/Redis/Glob.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/redis-glob-0.1.0.8/noopt/build/Redis/Glob.dyn_o )
Preprocessing test suite 'test' for redis-glob-0.1.0.8..
Building test suite 'test' for redis-glob-0.1.0.8..
[1 of 2] Compiling Redis.GlobSpec   ( test/Redis/GlobSpec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/redis-glob-0.1.0.8/noopt/build/test/test-tmp/Redis/GlobSpec.o )
[2 of 2] Compiling Main             ( test/Spec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/redis-glob-0.1.0.8/noopt/build/test/test-tmp/Main.o )
[3 of 3] Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/redis-glob-0.1.0.8/noopt/build/test/test
Running 1 test suites...
Test suite test: RUNNING...
Test suite test: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/redis-glob-0.1.0.8.test
Writing: redis-glob-0.1.0.8-inplace/Redis.Glob.Internal.hs.html
Writing: redis-glob-0.1.0.8-inplace/Redis.Glob.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
/home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/redis-glob-0.1.0.8/noopt/hpc/vanilla/html/test/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: redis-glob-0.1.0.8-inplace/Redis.Glob.Internal.hs.html
Writing: redis-glob-0.1.0.8-inplace/Redis.Glob.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
/home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/redis-glob-0.1.0.8/noopt/hpc/vanilla/html/redis-glob-0.1.0.8/hpc_index.html