Build #1 for comma-and-0.1.0.0

[all reports]

Package comma-and-0.1.0.0
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2024-10-25 11:11:14.140368487 UTC
Compiler ghc-9.6.3
OS linux
Arch x86_64
Dependencies base-4.18.1.0, data-default-class-0.1.2.2
Flags none

Code Coverage

expressions50% (32/63)
booleanguards100% (0/0)
conditions 100% (0/0)
qualifiers100% (0/0)
alternatives71% (5/7)
local declarations100% (1/1)
top-level declarations12% (5/40)

Build log

[view raw]

Resolving dependencies...
Starting     data-default-class-0.1.2.2
Building     data-default-class-0.1.2.2
Completed    data-default-class-0.1.2.2
Downloading  comma-and-0.1.0.0
Downloaded   comma-and-0.1.0.0
Starting     comma-and-0.1.0.0
Building     comma-and-0.1.0.0
Completed    comma-and-0.1.0.0

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):
 - comma-and-0.1.0.0 (first run)
Configuring comma-and-0.1.0.0...
Preprocessing library for comma-and-0.1.0.0..
Building library for comma-and-0.1.0.0..
[1 of 1] Compiling Text.Comma       ( src/Text/Comma.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/comma-and-0.1.0.0/noopt/build/Text/Comma.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/comma-and-0.1.0.0/noopt/build/Text/Comma.dyn_o )
Preprocessing test suite 'gulsify' for comma-and-0.1.0.0..
Building test suite 'gulsify' for comma-and-0.1.0.0..
[1 of 2] Compiling Text.CommaSpec   ( test/Text/CommaSpec.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/comma-and-0.1.0.0/noopt/build/gulsify/gulsify-tmp/Text/CommaSpec.o )

test/Text/CommaSpec.hs:9:16: warning: [GHC-18042] [-Wtype-defaults]
    " Defaulting the type variable a0 to type String in the following constraints
        (Show a0)
          arising from a use of shouldBe at test/Text/CommaSpec.hs:9:16-25
        (Eq a0)
          arising from a use of shouldBe at test/Text/CommaSpec.hs:9:16-25
        (Data.String.IsString a0)
          arising from a use of comma at test/Text/CommaSpec.hs:9:7-11
        (Monoid a0)
          arising from a use of comma at test/Text/CommaSpec.hs:9:7-11
    " In a stmt of a 'do' block: comma [] `shouldBe` ""
      In the second argument of ($), namely
        do comma [] `shouldBe` ""
            comma ["red"] `shouldBe` "red"
            comma ["red", "green"] `shouldBe` "red, and green"
            comma ["red", "green", ....] `shouldBe` "red, green, and blue"
      In a stmt of a 'do' block:
        it "comma"
          $ do comma [] `shouldBe` ""
               comma ["red"] `shouldBe` "red"
               comma ["red", "green"] `shouldBe` "red, and green"
               comma ["red", "green", ....] `shouldBe` "red, green, and blue"
  |
9 |       comma [] `shouldBe` ""
  |                ^^^^^^^^^^

test/Text/CommaSpec.hs:10:21: warning: [GHC-18042] [-Wtype-defaults]
    " Defaulting the type variable a0 to type String in the following constraints
        (Show a0)
          arising from a use of shouldBe at test/Text/CommaSpec.hs:10:21-30
        (Eq a0)
          arising from a use of shouldBe at test/Text/CommaSpec.hs:10:21-30
        (Data.String.IsString a0)
          arising from a use of comma at test/Text/CommaSpec.hs:10:7-11
        (Monoid a0)
          arising from a use of comma at test/Text/CommaSpec.hs:10:7-11
    " In a stmt of a 'do' block: comma ["red"] `shouldBe` "red"
      In the second argument of ($), namely
        do comma [] `shouldBe` ""
            comma ["red"] `shouldBe` "red"
            comma ["red", "green"] `shouldBe` "red, and green"
            comma ["red", "green", ....] `shouldBe` "red, green, and blue"
      In a stmt of a 'do' block:
        it "comma"
          $ do comma [] `shouldBe` ""
               comma ["red"] `shouldBe` "red"
               comma ["red", "green"] `shouldBe` "red, and green"
               comma ["red", "green", ....] `shouldBe` "red, green, and blue"
   |
10 |       comma ["red"] `shouldBe` "red"
   |                     ^^^^^^^^^^

test/Text/CommaSpec.hs:11:30: warning: [GHC-18042] [-Wtype-defaults]
    " Defaulting the type variable a0 to type String in the following constraints
        (Show a0)
          arising from a use of shouldBe at test/Text/CommaSpec.hs:11:30-39
        (Eq a0)
          arising from a use of shouldBe at test/Text/CommaSpec.hs:11:30-39
        (Data.String.IsString a0)
          arising from a use of comma at test/Text/CommaSpec.hs:11:7-11
        (Monoid a0)
          arising from a use of comma at test/Text/CommaSpec.hs:11:7-11
    " In a stmt of a 'do' block:
        comma ["red", "green"] `shouldBe` "red, and green"
      In the second argument of ($), namely
        do comma [] `shouldBe` ""
            comma ["red"] `shouldBe` "red"
            comma ["red", "green"] `shouldBe` "red, and green"
            comma ["red", "green", ....] `shouldBe` "red, green, and blue"
      In a stmt of a 'do' block:
        it "comma"
          $ do comma [] `shouldBe` ""
               comma ["red"] `shouldBe` "red"
               comma ["red", "green"] `shouldBe` "red, and green"
               comma ["red", "green", ....] `shouldBe` "red, green, and blue"
   |
11 |       comma ["red", "green"] `shouldBe` "red, and green"
   |                              ^^^^^^^^^^

test/Text/CommaSpec.hs:12:38: warning: [GHC-18042] [-Wtype-defaults]
    " Defaulting the type variable a0 to type String in the following constraints
        (Show a0)
          arising from a use of shouldBe at test/Text/CommaSpec.hs:12:38-47
        (Eq a0)
          arising from a use of shouldBe at test/Text/CommaSpec.hs:12:38-47
        (Data.String.IsString a0)
          arising from a use of comma at test/Text/CommaSpec.hs:12:7-11
        (Monoid a0)
          arising from a use of comma at test/Text/CommaSpec.hs:12:7-11
    " In a stmt of a 'do' block:
        comma ["red", "green", "blue"] `shouldBe` "red, green, and blue"
      In the second argument of ($), namely
        do comma [] `shouldBe` ""
            comma ["red"] `shouldBe` "red"
            comma ["red", "green"] `shouldBe` "red, and green"
            comma ["red", "green", ....] `shouldBe` "red, green, and blue"
      In a stmt of a 'do' block:
        it "comma"
          $ do comma [] `shouldBe` ""
               comma ["red"] `shouldBe` "red"
               comma ["red", "green"] `shouldBe` "red, and green"
               comma ["red", "green", ....] `shouldBe` "red, green, and blue"
   |
12 |       comma ["red", "green", "blue"] `shouldBe` "red, green, and blue"
   |                                      ^^^^^^^^^^
[2 of 2] Compiling Main             ( test/Main.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/comma-and-0.1.0.0/noopt/build/gulsify/gulsify-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/comma-and-0.1.0.0/noopt/build/gulsify/gulsify
Running 1 test suites...
Test suite gulsify: RUNNING...
Test suite gulsify: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/comma-and-0.1.0.0.test
Writing: comma-and-0.1.0.0-inplace/Text.Comma.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/comma-and-0.1.0.0/noopt/hpc/vanilla/html/gulsify/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: comma-and-0.1.0.0-inplace/Text.Comma.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/comma-and-0.1.0.0/noopt/hpc/vanilla/html/comma-and-0.1.0.0/hpc_index.html