Build #1 for sql-words-0.1.6.5

[all reports]

Package sql-words-0.1.6.5
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2023-12-02 16:26:11.391466316 UTC
Compiler ghc-9.2.4
OS linux
Arch x86_64
Dependencies base-4.16.3.0
Flags none

Code Coverage

expressions41% (78/187)
booleanguards66% (2/3)
conditions 100% (0/0)
qualifiers100% (0/0)
alternatives54% (6/11)
local declarations83% (5/6)
top-level declarations37% (19/51)

Build log

[view raw]

Resolving dependencies...
Starting     sql-words-0.1.6.5
Building     sql-words-0.1.6.5
Completed    sql-words-0.1.6.5

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):
 - sql-words-0.1.6.5 (first run)
Configuring sql-words-0.1.6.5...
Preprocessing library for sql-words-0.1.6.5..
Building library for sql-words-0.1.6.5..
[1 of 4] Compiling Language.SQL.Keyword.Internal.Type ( src/Language/SQL/Keyword/Internal/Type.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/sql-words-0.1.6.5/noopt/build/Language/SQL/Keyword/Internal/Type.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/sql-words-0.1.6.5/noopt/build/Language/SQL/Keyword/Internal/Type.dyn_o )

src/Language/SQL/Keyword/Internal/Type.hs:22:1: warning: [-Wunused-imports]
    The import of Data.Semigroup is redundant
      except perhaps to import instances from Data.Semigroup
    To import instances alone, use: import Data.Semigroup()
   |
22 | import Data.Semigroup (Semigroup (..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Language/SQL/Keyword/Internal/Type.hs:23:1: warning: [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
23 | import Data.Monoid (Monoid (..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 4] Compiling Language.SQL.Keyword.Concat ( src/Language/SQL/Keyword/Concat.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/sql-words-0.1.6.5/noopt/build/Language/SQL/Keyword/Concat.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/sql-words-0.1.6.5/noopt/build/Language/SQL/Keyword/Concat.dyn_o )

src/Language/SQL/Keyword/Concat.hs:42:1: warning: [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
42 | import Data.Monoid (mempty, mconcat, (<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 4] Compiling Language.SQL.Keyword.Type ( src/Language/SQL/Keyword/Type.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/sql-words-0.1.6.5/noopt/build/Language/SQL/Keyword/Type.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/sql-words-0.1.6.5/noopt/build/Language/SQL/Keyword/Type.dyn_o )

src/Language/SQL/Keyword/Type.hs:18:1: warning: [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
18 | import Data.Monoid (mconcat)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 4] Compiling Language.SQL.Keyword ( src/Language/SQL/Keyword.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/sql-words-0.1.6.5/noopt/build/Language/SQL/Keyword.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/sql-words-0.1.6.5/noopt/build/Language/SQL/Keyword.dyn_o )
Preprocessing test suite 'monoids' for sql-words-0.1.6.5..
Building test suite 'monoids' for sql-words-0.1.6.5..
[1 of 1] Compiling Main             ( test/monoidLaw.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/sql-words-0.1.6.5/noopt/build/monoids/monoids-tmp/Main.o )

test/monoidLaw.hs:6:1: warning: [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
  |
6 | import Data.Monoid (Monoid, mempty, (<>))
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/sql-words-0.1.6.5/noopt/build/monoids/monoids ...
Running 1 test suites...
Test suite monoids: RUNNING...
Test suite monoids: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/sql-words-0.1.6.5.test
Writing: sql-words-0.1.6.5-inplace/Language.SQL.Keyword.Concat.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.2.4/sql-words-0.1.6.5/noopt/hpc/vanilla/html/monoids/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: sql-words-0.1.6.5-inplace/Language.SQL.Keyword.Concat.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.2.4/sql-words-0.1.6.5/noopt/hpc/vanilla/html/sql-words-0.1.6.5/hpc_index.html