Build #1 for affinely-extended-0.1.0.0

[all reports]

Package affinely-extended-0.1.0.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2025-11-29 00:28:34.351459181 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies base-4.19.2.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Downloading  affinely-extended-0.1.0.0
Downloaded   affinely-extended-0.1.0.0
Configuring affinely-extended-0.1.0.0...
Preprocessing library for affinely-extended-0.1.0.0..
Building library for affinely-extended-0.1.0.0..
[1 of 1] Compiling Data.AffinelyExtend ( src/Data/AffinelyExtend.hs, dist/build/Data/AffinelyExtend.o, dist/build/Data/AffinelyExtend.dyn_o )

src/Data/AffinelyExtend.hs:131:62: 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
    |
131 | unpackSameBaseType :: (Eq a, HasBothInfinities a, BaseType a ~ a) => a -> AffinelyExtendBoth (BaseType a)
    |                                                              ^

src/Data/AffinelyExtend.hs:145:37: 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
    |
145 |   default unpack_c :: (UnpackType a ~ AffinelyExtendBoth (BaseType a)) => a -> UnpackType a
    |                                     ^

src/Data/AffinelyExtend.hs:149:66: 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
    |
149 |   default unpackBoth_c :: (Eq a, HasBothInfinities a, BaseType a ~ a) => a -> AffinelyExtendBoth (BaseType a)
    |                                                                  ^

src/Data/AffinelyExtend.hs:372:30: 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
    |
372 | applyAffine :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b) -> a -> a
    |                              ^

src/Data/AffinelyExtend.hs:372:37: 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
    |
372 | applyAffine :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b) -> a -> a
    |                                     ^

src/Data/AffinelyExtend.hs:375:31: 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
    |
375 | applyAffine2 :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b -> b) -> a -> a -> a
    |                               ^

src/Data/AffinelyExtend.hs:375: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
    |
375 | applyAffine2 :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b -> b) -> a -> a -> a
    |                                      ^

src/Data/AffinelyExtend.hs:378: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
    |
378 | applyAffineOutPair2 :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b -> (b, b)) -> a -> a -> (a, a)
    |                                      ^

src/Data/AffinelyExtend.hs:378:45: 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
    |
378 | applyAffineOutPair2 :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b -> (b, b)) -> a -> a -> (a, a)
    |                                             ^

src/Data/AffinelyExtend.hs:381: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
    |
381 | applyAffineNoPack :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a) => (b -> c) -> a -> c
    |                                    ^

src/Data/AffinelyExtend.hs:381:43: 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
    |
381 | applyAffineNoPack :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a) => (b -> c) -> a -> c
    |                                           ^
Preprocessing library for affinely-extended-0.1.0.0..
Running Haddock on library for affinely-extended-0.1.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.AffinelyExtend ( src/Data/AffinelyExtend.hs, nothing )

src/Data/AffinelyExtend.hs:131:62: 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
    |
131 | unpackSameBaseType :: (Eq a, HasBothInfinities a, BaseType a ~ a) => a -> AffinelyExtendBoth (BaseType a)
    |                                                              ^

src/Data/AffinelyExtend.hs:145:37: 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
    |
145 |   default unpack_c :: (UnpackType a ~ AffinelyExtendBoth (BaseType a)) => a -> UnpackType a
    |                                     ^

src/Data/AffinelyExtend.hs:149:66: 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
    |
149 |   default unpackBoth_c :: (Eq a, HasBothInfinities a, BaseType a ~ a) => a -> AffinelyExtendBoth (BaseType a)
    |                                                                  ^

src/Data/AffinelyExtend.hs:372:30: 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
    |
372 | applyAffine :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b) -> a -> a
    |                              ^

src/Data/AffinelyExtend.hs:372:37: 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
    |
372 | applyAffine :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b) -> a -> a
    |                                     ^

src/Data/AffinelyExtend.hs:375:31: 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
    |
375 | applyAffine2 :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b -> b) -> a -> a -> a
    |                               ^

src/Data/AffinelyExtend.hs:375: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
    |
375 | applyAffine2 :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b -> b) -> a -> a -> a
    |                                      ^

src/Data/AffinelyExtend.hs:378: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
    |
378 | applyAffineOutPair2 :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b -> (b, b)) -> a -> a -> (a, a)
    |                                      ^

src/Data/AffinelyExtend.hs:378:45: 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
    |
378 | applyAffineOutPair2 :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a, CanAffinelyPack t, CanAffinelyPackConstraint t a) => (b -> b -> (b, b)) -> a -> a -> (a, a)
    |                                             ^

src/Data/AffinelyExtend.hs:381: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
    |
381 | applyAffineNoPack :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a) => (b -> c) -> a -> c
    |                                    ^

src/Data/AffinelyExtend.hs:381:43: 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
    |
381 | applyAffineNoPack :: (UnpackType a ~ b, b ~ t (BaseType a), CanAffinelyExtend a) => (b -> c) -> a -> c
    |                                           ^
Haddock coverage:
Warning: 'AffinelyExtendBoundedBoth' is ambiguous. It is defined
    * at src/Data/AffinelyExtend.hs:83:39
    * at src/Data/AffinelyExtend.hs:83: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/AffinelyExtend.hs:83:1
Warning: 'AffinelyExtendBoundedPos' is ambiguous. It is defined
    * at src/Data/AffinelyExtend.hs:84:38
    * at src/Data/AffinelyExtend.hs:84: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/AffinelyExtend.hs:84:1
Warning: 'Int8' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
   3% (  1 / 27) in 'Data.AffinelyExtend'
  Missing documentation for:
    AffinelyExtend (src/Data/AffinelyExtend.hs:75)
    affinelyExtend (src/Data/AffinelyExtend.hs:282)
    AffinelyExtendBoth (src/Data/AffinelyExtend.hs:80)
    affinelyExtendBoth (src/Data/AffinelyExtend.hs:285)
    AffinelyExtendPos (src/Data/AffinelyExtend.hs:81)
    affinelyExtendPos (src/Data/AffinelyExtend.hs:288)
    AffinelyExtendBoundedBoth (src/Data/AffinelyExtend.hs:83)
    affinelyExtendBoundedBoth (src/Data/AffinelyExtend.hs:291)
    AffinelyExtendBoundedPos (src/Data/AffinelyExtend.hs:84)
    affinelyExtendBoundedPos (src/Data/AffinelyExtend.hs:294)
    CanAffinelyExtend (src/Data/AffinelyExtend.hs:137)
    isPos
    isNegInf
    isInf
    isFinite
    BaseType
    UnpackType
    affinelyExtend_c
    unpack_c
    unpackBoth_c
    CanAffinelyExtendPos (src/Data/AffinelyExtend.hs:304)
    unpackPos_c
    HasPositiveInfinity (src/Data/AffinelyExtend.hs:86)
    posInf
    HasBothInfinities (src/Data/AffinelyExtend.hs:89)
    negInf
Warning: Data.AffinelyExtend: could not find link destinations for: 
	- Data.AffinelyExtend.D:R:BaseTypeDouble
	- Data.AffinelyExtend.R:UnpackTypeDouble
	- Data.AffinelyExtend.D:R:BaseTypeFloat
	- Data.AffinelyExtend.R:UnpackTypeFloat
	- Data.AffinelyExtend.D:R:BaseTypeAffinelyExtendBoundedBoth
	- Data.AffinelyExtend.R:UnpackTypeAffinelyExtendBoundedBoth
	- Data.AffinelyExtend.D:R:BaseTypeAffinelyExtend
	- Data.AffinelyExtend.R:UnpackTypeAffinelyExtend
	- Data.AffinelyExtend.D:R:BaseTypeAffinelyExtendBoundedPos
	- Data.AffinelyExtend.D:R:UnpackTypeAffinelyExtendBoundedPos
	- Data.AffinelyExtend.D:R:BaseTypeAffinelyExtend0
	- Data.AffinelyExtend.D:R:UnpackTypeAffinelyExtend0
Documentation created: dist/doc/html/affinely-extended/,
dist/doc/html/affinely-extended/affinely-extended.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/affinely-extended-0.1.0.0-DGgfVN4luB7692XjiU6Neh
Completed    affinely-extended-0.1.0.0

Test log

[view raw]

Resolving dependencies...
No tests to run for all the packages in the project