Build #2 for graphql-1.2.0.2
| Package | graphql-1.2.0.2 |
|---|
| Install | BuildFailed |
|---|---|
| Docs | NotTried |
| Tests | NotTried |
| Time submitted | 2024-01-09 10:53:53.295248536 UTC |
|---|---|
| Compiler | ghc-9.6.3 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.18.1.0, conduit-1.3.5, containers-0.6.7, exceptions-0.10.7, megaparsec-9.6.1, parser-combinators-1.3.0, template-haskell-2.20.0.0, text-2.0.2, transformers-0.6.1.0, unordered-containers-0.2.20, vector-0.13.1.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Starting integer-logarithms-1.0.3.1
Starting hashable-1.4.3.0
Starting parser-combinators-1.3.0
Starting unliftio-core-0.2.1.0
Starting primitive-0.9.0.0
Starting vector-stream-0.1.0.1
Starting split-0.2.4
Building hashable-1.4.3.0
Building parser-combinators-1.3.0
Building integer-logarithms-1.0.3.1
Building primitive-0.9.0.0
Building split-0.2.4
Building unliftio-core-0.2.1.0
Building vector-stream-0.1.0.1
Completed unliftio-core-0.2.1.0
Completed integer-logarithms-1.0.3.1
Completed split-0.2.4
Completed parser-combinators-1.3.0
Completed vector-stream-0.1.0.1
Completed hashable-1.4.3.0
Starting case-insensitive-1.2.1.0
Starting unordered-containers-0.2.20
Building unordered-containers-0.2.20
Building case-insensitive-1.2.1.0
Completed case-insensitive-1.2.1.0
Completed primitive-0.9.0.0
Starting scientific-0.3.7.0
Starting resourcet-1.3.0
Starting vector-0.13.1.0
Building scientific-0.3.7.0
Building resourcet-1.3.0
Building vector-0.13.1.0
Completed resourcet-1.3.0
Completed unordered-containers-0.2.20
Completed scientific-0.3.7.0
Starting megaparsec-9.6.1
Building megaparsec-9.6.1
Completed megaparsec-9.6.1
Completed vector-0.13.1.0
Starting bitvec-1.1.5.0
Building bitvec-1.1.5.0
Completed bitvec-1.1.5.0
Starting vector-algorithms-0.9.0.1
Building vector-algorithms-0.9.0.1
Completed vector-algorithms-0.9.0.1
Starting mono-traversable-1.0.15.3
Building mono-traversable-1.0.15.3
Completed mono-traversable-1.0.15.3
Starting conduit-1.3.5
Building conduit-1.3.5
Completed conduit-1.3.5
Starting graphql-1.2.0.2
Building graphql-1.2.0.2
Failed to install graphql-1.2.0.2
Build log ( /home/builder/.cabal/logs/ghc-9.6.3/graphql-1.2.0.2-6LFMjTSkfsA3EjnNEDTcaU.log ):
cabal: Entering directory '/tmp/cabal-tmp-2616222/graphql-1.2.0.2'
Configuring graphql-1.2.0.2...
Preprocessing library for graphql-1.2.0.2..
Building library for graphql-1.2.0.2..
[ 1 of 22] Compiling Language.GraphQL.AST.DirectiveLocation ( src/Language/GraphQL/AST/DirectiveLocation.hs, dist/build/Language/GraphQL/AST/DirectiveLocation.o, dist/build/Language/GraphQL/AST/DirectiveLocation.dyn_o )
[ 2 of 22] Compiling Language.GraphQL.AST.Document ( src/Language/GraphQL/AST/Document.hs, dist/build/Language/GraphQL/AST/Document.o, dist/build/Language/GraphQL/AST/Document.dyn_o )
[ 3 of 22] Compiling Language.GraphQL.AST.Encoder ( src/Language/GraphQL/AST/Encoder.hs, dist/build/Language/GraphQL/AST/Encoder.o, dist/build/Language/GraphQL/AST/Encoder.dyn_o )
[ 4 of 22] Compiling Language.GraphQL.AST.Lexer ( src/Language/GraphQL/AST/Lexer.hs, dist/build/Language/GraphQL/AST/Lexer.o, dist/build/Language/GraphQL/AST/Lexer.dyn_o )
src/Language/GraphQL/AST/Lexer.hs:32:46: warning: [-Wunused-imports]
The import of liftA2
from module Control.Applicative is redundant
|
32 | import Control.Applicative (Alternative(..), liftA2)
| ^^^^^^
[ 5 of 22] Compiling Language.GraphQL.AST.Parser ( src/Language/GraphQL/AST/Parser.hs, dist/build/Language/GraphQL/AST/Parser.o, dist/build/Language/GraphQL/AST/Parser.dyn_o )
src/Language/GraphQL/AST/Parser.hs:11:46: warning: [-Wunused-imports]
The import of liftA2
from module Control.Applicative is redundant
|
11 | import Control.Applicative (Alternative(..), liftA2, optional)
| ^^^^^^
[ 6 of 22] Compiling Language.GraphQL.AST ( src/Language/GraphQL/AST.hs, dist/build/Language/GraphQL/AST.o, dist/build/Language/GraphQL/AST.dyn_o )
[ 7 of 22] Compiling Language.GraphQL.Execute.OrderedMap ( src/Language/GraphQL/Execute/OrderedMap.hs, dist/build/Language/GraphQL/Execute/OrderedMap.o, dist/build/Language/GraphQL/Execute/OrderedMap.dyn_o )
[ 8 of 22] Compiling Language.GraphQL.TH ( src/Language/GraphQL/TH.hs, dist/build/Language/GraphQL/TH.o, dist/build/Language/GraphQL/TH.dyn_o )
[ 9 of 22] Compiling Language.GraphQL.Type.Definition ( src/Language/GraphQL/Type/Definition.hs, dist/build/Language/GraphQL/Type/Definition.o, dist/build/Language/GraphQL/Type/Definition.dyn_o )
[10 of 22] Compiling Language.GraphQL.Type.In ( src/Language/GraphQL/Type/In.hs, dist/build/Language/GraphQL/Type/In.o, dist/build/Language/GraphQL/Type/In.dyn_o )
[11 of 22] Compiling Language.GraphQL.Type.Out ( src/Language/GraphQL/Type/Out.hs, dist/build/Language/GraphQL/Type/Out.o, dist/build/Language/GraphQL/Type/Out.dyn_o )
[12 of 22] Compiling Language.GraphQL.Type.Internal ( src/Language/GraphQL/Type/Internal.hs, dist/build/Language/GraphQL/Type/Internal.o, dist/build/Language/GraphQL/Type/Internal.dyn_o )
[13 of 22] Compiling Language.GraphQL.Type.Schema ( src/Language/GraphQL/Type/Schema.hs, dist/build/Language/GraphQL/Type/Schema.o, dist/build/Language/GraphQL/Type/Schema.dyn_o )
[14 of 22] Compiling Language.GraphQL.Type ( src/Language/GraphQL/Type.hs, dist/build/Language/GraphQL/Type.o, dist/build/Language/GraphQL/Type.dyn_o )
[15 of 22] Compiling Language.GraphQL.Execute.Coerce ( src/Language/GraphQL/Execute/Coerce.hs, dist/build/Language/GraphQL/Execute/Coerce.o, dist/build/Language/GraphQL/Execute/Coerce.dyn_o )
[16 of 22] Compiling Language.GraphQL.Execute.Transform ( src/Language/GraphQL/Execute/Transform.hs, dist/build/Language/GraphQL/Execute/Transform.o, dist/build/Language/GraphQL/Execute/Transform.dyn_o )
[17 of 22] Compiling Language.GraphQL.Error ( src/Language/GraphQL/Error.hs, dist/build/Language/GraphQL/Error.o, dist/build/Language/GraphQL/Error.dyn_o )
[18 of 22] Compiling Language.GraphQL.Execute ( src/Language/GraphQL/Execute.hs, dist/build/Language/GraphQL/Execute.o, dist/build/Language/GraphQL/Execute.dyn_o )
src/Language/GraphQL/Execute.hs:588:1: error: [GHC-58481]
parse error on input <<<<<<<
|
588 | <<<<<<< Updated upstream
| ^^^^^^^
[19 of 22] Compiling Language.GraphQL.Validate.Validation ( src/Language/GraphQL/Validate/Validation.hs, dist/build/Language/GraphQL/Validate/Validation.o, dist/build/Language/GraphQL/Validate/Validation.dyn_o )
[20 of 22] Compiling Language.GraphQL.Validate.Rules ( src/Language/GraphQL/Validate/Rules.hs, dist/build/Language/GraphQL/Validate/Rules.o, dist/build/Language/GraphQL/Validate/Rules.dyn_o )
[21 of 22] Compiling Language.GraphQL.Validate ( src/Language/GraphQL/Validate.hs, dist/build/Language/GraphQL/Validate.o, dist/build/Language/GraphQL/Validate.dyn_o )
cabal: Leaving directory '/tmp/cabal-tmp-2616222/graphql-1.2.0.2'
Error: cabal: Some packages failed to install:
graphql-1.2.0.2-6LFMjTSkfsA3EjnNEDTcaU failed during the building phase. The
exception was:
ExitFailure 1
Test log
No test log was submitted for this report.