Build #2 for constr-eq-0.1.0.0
| Package | constr-eq-0.1.0.0 |
|---|
| Install | BuildFailed |
|---|---|
| Docs | NotTried |
| Tests | NotTried |
| Time submitted | 2019-09-05 17:58:01.372243166 UTC |
|---|---|
| Compiler | ghc-8.6.3 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.12.0.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Warning: The install command is a part of the legacy v1 style of cabal usage.
Please switch to using either the new project style and the new-install
command or the legacy v1-install alias as new-style projects will become the
default in the next version of cabal-install. Please file a bug if you cannot
replicate a working v1- use case with the new-style commands.
For more information, see: https://wiki.haskell.org/Cabal/NewBuild
Resolving dependencies...
Starting constr-eq-0.1.0.0
Building constr-eq-0.1.0.0
Failed to install constr-eq-0.1.0.0
Build log ( /home/builder/.cabal/logs/ghc-8.6.3/constr-eq-0.1.0.0-CkICDuwbHfmDwCsqnR2Rgy.log ):
cabal: Entering directory '/tmp/cabal-tmp-17226/constr-eq-0.1.0.0'
Configuring constr-eq-0.1.0.0...
Preprocessing library for constr-eq-0.1.0.0..
Building library for constr-eq-0.1.0.0..
[1 of 1] Compiling Generics.Deriving.ConstrEq ( src/Generics/Deriving/ConstrEq.hs, dist/build/Generics/Deriving/ConstrEq.o )
src/Generics/Deriving/ConstrEq.hs:52:53: error:
Illegal operator ‘:+:’ in type ‘f :+: g’
Use TypeOperators to allow operators in types
|
52 | instance (ConstrEq' f, ConstrEq' g) => ConstrEq' (f :+: g) where
| ^^^
src/Generics/Deriving/ConstrEq.hs:57:23: error:
Illegal operator ‘:*:’ in type ‘f :*: g’
Use TypeOperators to allow operators in types
|
57 | instance ConstrEq' (f :*: g) where
| ^^^
src/Generics/Deriving/ConstrEq.hs:63:5: error:
Unexpected default signature:
default constrEq ::
(Generic a, ConstrEq' (Rep a)) => a -> a -> Bool
Use DefaultSignatures to enable default signatures
|
63 | default constrEq :: (Generic a, ConstrEq' (Rep a)) => a -> a -> Bool
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cabal: Leaving directory '/tmp/cabal-tmp-17226/constr-eq-0.1.0.0'
cabal: Error: some packages failed to install:
constr-eq-0.1.0.0-CkICDuwbHfmDwCsqnR2Rgy failed during the building phase. The
exception was:
ExitFailure 1
Test log
No test log was submitted for this report.