Build #1 for envparse-0.6.0
| Package | envparse-0.6.0 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2024-08-14 10:58:37.30235066 UTC |
|---|---|
| Compiler | ghc-9.6.3 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.18.1.0, containers-0.6.7 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies... Downloading envparse-0.6.0 Downloaded envparse-0.6.0 Starting envparse-0.6.0 Building envparse-0.6.0 Completed envparse-0.6.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):
- hspec-core-2.11.9 (lib:hspec-core) (requires build)
- hspec-2.11.9 (lib:hspec) (requires build)
- envparse-0.6.0 (first run)
Starting hspec-core-2.11.9 (all, legacy fallback)
Building hspec-core-2.11.9 (all, legacy fallback)
Installing hspec-core-2.11.9 (all, legacy fallback)
Completed hspec-core-2.11.9 (all, legacy fallback)
Starting hspec-2.11.9 (all, legacy fallback)
Building hspec-2.11.9 (all, legacy fallback)
Installing hspec-2.11.9 (all, legacy fallback)
Completed hspec-2.11.9 (all, legacy fallback)
Configuring envparse-0.6.0...
Preprocessing library for envparse-0.6.0..
Building library for envparse-0.6.0..
[1 of 7] Compiling Env.Internal.Error ( src/Env/Internal/Error.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Internal/Error.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Internal/Error.dyn_o )
[2 of 7] Compiling Env.Internal.Free ( src/Env/Internal/Free.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Internal/Free.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Internal/Free.dyn_o )
[3 of 7] Compiling Env.Internal.Val ( src/Env/Internal/Val.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Internal/Val.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Internal/Val.dyn_o )
src/Env/Internal/Val.hs:13: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()
|
13 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 7] Compiling Env.Internal.Parser ( src/Env/Internal/Parser.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Internal/Parser.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Internal/Parser.dyn_o )
src/Env/Internal/Parser.hs:36:1: warning: [-Wunused-imports]
The import of Control.Monad is redundant
except perhaps to import instances from Control.Monad
To import instances alone, use: import Control.Monad()
|
36 | import Control.Monad ((<=<))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Env/Internal/Parser.hs:45: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()
|
45 | import Data.Semigroup (Semigroup(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 7] Compiling Env.Internal.Help ( src/Env/Internal/Help.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Internal/Help.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Internal/Help.dyn_o )
src/Env/Internal/Help.hs:39:9: warning: [GHC-63397] [-Wname-shadowing]
This binding for widthMax shadows the existing binding
defined at src/Env/Internal/Help.hs:129:1
|
39 | helpDoc widthMax p =
| ^^^^^^^^
src/Env/Internal/Help.hs:43:15: warning: [GHC-63397] [-Wname-shadowing]
This binding for widthMax shadows the existing binding
defined at src/Env/Internal/Help.hs:129:1
|
43 | helpParserDoc widthMax =
| ^^^^^^^^
src/Env/Internal/Help.hs:47:13: warning: [GHC-63397] [-Wname-shadowing]
This binding for widthMax shadows the existing binding
defined at src/Env/Internal/Help.hs:129:1
|
47 | helpVarfDoc widthMax VarF {varfName, varfHelp, varfHelpDef} =
| ^^^^^^^^
[6 of 7] Compiling Env ( src/Env.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env.dyn_o )
src/Env.hs:91:33: warning: [-Wunused-imports]
The import of asum from module Data.Foldable is redundant
|
91 | import Data.Foldable (asum, for_)
| ^^^^
src/Env.hs:95: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()
|
95 | import Data.Monoid ((<>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[7 of 7] Compiling Env.Generic ( src/Env/Generic.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Generic.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.6.3/envparse-0.6.0/noopt/build/Env/Generic.dyn_o )
src/Env/Generic.hs:106:39: warning: [-Wunused-imports]
The import of liftA2
from module Control.Applicative is redundant
|
106 | import Control.Applicative (liftA2, (<|>))
| ^^^^^^
Preprocessing test suite 'spec' for envparse-0.6.0..
Building test suite 'spec' for envparse-0.6.0..
ghc-9.6.3: could not execute: hspec-discover