Build #1 for simple-enumeration-0.3
| Package | simple-enumeration-0.3 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2025-04-22 19:50:18.808501699 UTC |
|---|---|
| Compiler | ghc-9.8.4 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.19.2.0, contravariant-1.5.5, integer-gmp-1.1 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring StateVar-1.2.2...
Preprocessing library for StateVar-1.2.2...
Building library for StateVar-1.2.2...
[1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, dist/build/Data/StateVar.o, dist/build/Data/StateVar.dyn_o )
src/Data/StateVar.hs:220:33: 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
|
220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:226:34: 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
|
226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:230:32: 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
|
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:235:38: 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
|
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
Preprocessing library for StateVar-1.2.2...
Running Haddock on library for StateVar-1.2.2...
[1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, nothing )
src/Data/StateVar.hs:220:33: 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
|
220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:226:34: 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
|
226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:230:32: 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
|
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
src/Data/StateVar.hs:235:38: 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
|
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
| ^
Haddock coverage:
Warning: 'StateVar' is ambiguous. It is defined
* at src/Data/StateVar.hs:125:19
* at src/Data/StateVar.hs:125: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/Data/StateVar.hs:125:1
Warning: 'SettableStateVar' is ambiguous. It is defined
* at src/Data/StateVar.hs:148:30
* at src/Data/StateVar.hs:148: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/Data/StateVar.hs:148:1
100% ( 15 / 15) in 'Data.StateVar'
Documentation created: dist/doc/html/StateVar/,
dist/doc/html/StateVar/StateVar.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4-inplace/StateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ
Warning: Unable to strip executable or library
'libHSStateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSStateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ-ghc9.8.4' (missing the 'strip'
program)
Completed StateVar-1.2.2
Configuring contravariant-1.5.5...
Preprocessing library for contravariant-1.5.5...
Building library for contravariant-1.5.5...
[1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, dist/build/Data/Functor/Contravariant/Divisible.o, dist/build/Data/Functor/Contravariant/Divisible.dyn_o )
[2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, dist/build/Data/Functor/Contravariant/Compose.o, dist/build/Data/Functor/Contravariant/Compose.dyn_o )
[3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, dist/build/Data/Functor/Contravariant/Generic.o, dist/build/Data/Functor/Contravariant/Generic.dyn_o )
Preprocessing library for contravariant-1.5.5...
Running Haddock on library for contravariant-1.5.5...
[1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, nothing )
[2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, nothing )
[3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, nothing )
Haddock coverage:
Warning: 'delta' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 17 / 17) in 'Data.Functor.Contravariant.Divisible'
100% ( 4 / 4) in 'Data.Functor.Contravariant.Compose'
Warning: 'Comparison' is ambiguous. It is defined
* in Data.Functor.Contravariant
* in Data.Functor.Contravariant
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Contravariant
Warning: 'Equivalence' is ambiguous. It is defined
* in Data.Functor.Contravariant
* in Data.Functor.Contravariant
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined in Data.Functor.Contravariant
100% ( 3 / 3) in 'Data.Functor.Contravariant.Generic'
Warning: Data.Functor.Contravariant.Generic: could not find link destinations for:
- Data.Functor.Contravariant.Generic.GDeciding1
- Data.Functor.Contravariant.Generic.GDeciding
- Data.Functor.Contravariant.Generic.GG
- Data.Functor.Contravariant.Generic.Rep1'
- Data.Functor.Contravariant.Generic.Rep'
Documentation created: dist/doc/html/contravariant/,
dist/doc/html/contravariant/contravariant.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4-inplace/contravariant-1.5.5-9OZxSMGmONm3FLxTwjX4ym
Warning: Unable to strip executable or library
'libHScontravariant-1.5.5-9OZxSMGmONm3FLxTwjX4ym' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHScontravariant-1.5.5-9OZxSMGmONm3FLxTwjX4ym-ghc9.8.4' (missing the
'strip' program)
Completed contravariant-1.5.5
Downloading simple-enumeration-0.3
Downloaded simple-enumeration-0.3
Configuring simple-enumeration-0.3...
Preprocessing library for simple-enumeration-0.3...
Building library for simple-enumeration-0.3...
[1 of 4] Compiling Data.Enumeration ( src/Data/Enumeration.hs, dist/build/Data/Enumeration.o, dist/build/Data/Enumeration.dyn_o )
[2 of 4] Compiling Data.Enumeration.Invertible ( src/Data/Enumeration/Invertible.hs, dist/build/Data/Enumeration/Invertible.o, dist/build/Data/Enumeration/Invertible.dyn_o )
[3 of 4] Compiling Data.CoEnumeration ( src/Data/CoEnumeration.hs, dist/build/Data/CoEnumeration.o, dist/build/Data/CoEnumeration.dyn_o )
[4 of 4] Compiling Data.ProEnumeration ( src/Data/ProEnumeration.hs, dist/build/Data/ProEnumeration.o, dist/build/Data/ProEnumeration.dyn_o )
Preprocessing library for simple-enumeration-0.3...
Running Haddock on library for simple-enumeration-0.3...
[1 of 4] Compiling Data.Enumeration ( src/Data/Enumeration.hs, nothing )
[2 of 4] Compiling Data.Enumeration.Invertible ( src/Data/Enumeration/Invertible.hs, nothing )
[3 of 4] Compiling Data.CoEnumeration ( src/Data/CoEnumeration.hs, nothing )
[4 of 4] Compiling Data.ProEnumeration ( src/Data/ProEnumeration.hs, nothing )
Haddock coverage:
Warning: 'Enumeration' is ambiguous. It is defined
* at src/Data/Enumeration.hs:190:22
* at src/Data/Enumeration.hs:190: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/Data/Enumeration.hs:190:1
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 38 / 38) in 'Data.Enumeration'
Warning: 'IEnumeration' is ambiguous. It is defined
* at src/Data/Enumeration/Invertible.hs:131:23
* at src/Data/Enumeration/Invertible.hs:131: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/Data/Enumeration/Invertible.hs:131:1
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 39 / 39) in 'Data.Enumeration.Invertible'
Warning: 'CoEnumeration' is ambiguous. It is defined
* at src/Data/CoEnumeration.hs:115:24
* at src/Data/CoEnumeration.hs:115: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/Data/CoEnumeration.hs:115:1
94% ( 32 / 34) in 'Data.CoEnumeration'
Missing documentation for:
unList (src/Data/CoEnumeration.hs:387)
unSet (src/Data/CoEnumeration.hs:406)
Warning: 'unit' is ambiguous. It is defined
* at src/Data/CoEnumeration.hs:165:1
* at src/Data/ProEnumeration.hs:190: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/Data/ProEnumeration.hs:190:1
Warning: 'lost' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'finiteList' is ambiguous. It is defined
* at src/Data/Enumeration.hs:327:1
* at src/Data/ProEnumeration.hs:286: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/Data/ProEnumeration.hs:286:1
Warning: 'H' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'E' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'L' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'O' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 47 / 47) in 'Data.ProEnumeration'
Documentation created: dist/doc/html/simple-enumeration/,
dist/doc/html/simple-enumeration/simple-enumeration.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4-inplace/simple-enumeration-0.3-BCcxLMRTVRSLoM2DZKpAda
Warning: Unable to strip executable or library
'libHSsimple-enumeration-0.3-BCcxLMRTVRSLoM2DZKpAda' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSsimple-enumeration-0.3-BCcxLMRTVRSLoM2DZKpAda-ghc9.8.4' (missing the
'strip' program)
Completed simple-enumeration-0.3
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): - ghc-paths-0.1.0.12 (lib:ghc-paths) (requires download & build) - hsc2hs-0.68.10 (exe:hsc2hs) (requires download & build) - splitmix-0.1.1 (lib) (requires build) - syb-0.7.2.4 (lib) (requires download & build) - code-page-0.2.1 (lib) (requires download & build) - random-1.3.1 (lib) (requires build) - temporary-1.3 (lib) (requires download & build) - doctest-0.24.0 (lib) (requires download & build) - simple-enumeration-0.3 (test:doctests) (first run) /var/empty/.local: createDirectory: permission denied (Operation not permitted)