Build #1 for sexp-grammar-1.0.0

[all reports]

Package sexp-grammar-1.0.0
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2016-11-28 23:21:09.218223 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies array-0.5.1.1, base-4.9.0.0, containers-0.5.7.1, mtl-2.2.1, scientific-0.3.4.9, semigroups-0.18.2, split-0.2.3.1, stack-prism-0.1.6, template-haskell-2.11.0.0, text-1.2.2.1, wl-pprint-text-1.1.0.4
Flags -dev

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring base-orphans-0.5.4...
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Building base-orphans-0.5.4...
Installed base-orphans-0.5.4
Configuring primitive-0.6.1.0...
Building primitive-0.6.1.0...
Configuring semigroups-0.18.2...
Installed mtl-2.2.1
Building semigroups-0.18.2...
Configuring split-0.2.3.1...
Installed primitive-0.6.1.0
Configuring stm-2.4.4.1...
Installed semigroups-0.18.2
Building split-0.2.3.1...
Building stm-2.4.4.1...
Configuring text-1.2.2.1...
Installed split-0.2.3.1
Building text-1.2.2.1...
Configuring transformers-compat-0.5.1.4...
Installed stm-2.4.4.1
Building transformers-compat-0.5.1.4...
Installed transformers-compat-0.5.1.4
Configuring vector-0.11.0.0...
Building vector-0.11.0.0...
Configuring tagged-0.8.5...
Installed text-1.2.2.1
Building tagged-0.8.5...
Configuring StateVar-1.1.0.4...
Installed tagged-0.8.5
Building StateVar-1.1.0.4...
Installed StateVar-1.1.0.4
Configuring hashable-1.2.4.0...
Building hashable-1.2.4.0...
Configuring distributive-0.5.0.2...
Installed hashable-1.2.4.0
Configuring wl-pprint-text-1.1.0.4...
Installed vector-0.11.0.0
Building wl-pprint-text-1.1.0.4...
Building distributive-0.5.0.2...
Installed wl-pprint-text-1.1.0.4
Configuring scientific-0.3.4.9...
Configuring void-0.7.1...
Installed distributive-0.5.0.2
Building scientific-0.3.4.9...
Building void-0.7.1...
Installed void-0.7.1
Configuring contravariant-1.4...
Building contravariant-1.4...
Installed scientific-0.3.4.9
Installed contravariant-1.4
Configuring comonad-5...
Building comonad-5...
Installed comonad-5
Configuring bifunctors-5.4.1...
Building bifunctors-5.4.1...
Installed bifunctors-5.4.1
Configuring profunctors-5.2...
Building profunctors-5.2...
Installed profunctors-5.2
Downloading stack-prism-0.1.6...
Configuring stack-prism-0.1.6...
Building stack-prism-0.1.6...
Installed stack-prism-0.1.6
Downloading sexp-grammar-1.0.0...
Configuring sexp-grammar-1.0.0...
Building sexp-grammar-1.0.0...
Failed to install sexp-grammar-1.0.0
Build log ( /home/builder/.cabal/logs/sexp-grammar-1.0.0.log ):
cabal: Entering directory '/tmp/cabal-tmp-18060/sexp-grammar-1.0.0'
Configuring sexp-grammar-1.0.0...
Building sexp-grammar-1.0.0...
Preprocessing library sexp-grammar-1.0.0...
[ 1 of 14] Compiling Language.Sexp.Utils ( src/Language/Sexp/Utils.hs, dist/build/Language/Sexp/Utils.o )
[ 2 of 14] Compiling Language.Sexp.Types ( src/Language/Sexp/Types.hs, dist/build/Language/Sexp/Types.o )
[ 3 of 14] Compiling Language.Sexp.Token ( src/Language/Sexp/Token.hs, dist/build/Language/Sexp/Token.o )
[ 4 of 14] Compiling Language.Sexp.Pretty ( src/Language/Sexp/Pretty.hs, dist/build/Language/Sexp/Pretty.o )
[ 5 of 14] Compiling Language.Sexp.Lexer ( dist/build/Language/Sexp/Lexer.hs, dist/build/Language/Sexp/Lexer.o )
[ 6 of 14] Compiling Language.Sexp.Parser ( dist/build/Language/Sexp/Parser.hs, dist/build/Language/Sexp/Parser.o )
[ 7 of 14] Compiling Language.Sexp    ( src/Language/Sexp.hs, dist/build/Language/Sexp.o )
[ 8 of 14] Compiling Data.StackPrism.ReverseTH ( src/Data/StackPrism/ReverseTH.hs, dist/build/Data/StackPrism/ReverseTH.o )

src/Data/StackPrism/ReverseTH.hs:31:3: error:
    • The constructor ‘DataConI’ should have 3 arguments, but has been given 4
    • In the pattern:
        DataConI realConstructorName _typ parentName _fixity
      In a stmt of a 'do' block:
        DataConI realConstructorName _typ parentName _fixity <- reify
                                                                  constructorName
      In the expression:
        do { DataConI realConstructorName _typ parentName _fixity <- reify
                                                                       constructorName;
             TyConI dataDef <- reify parentName;
             let Just (single, constructorInfo) = ...;
             let ts = fieldTypes constructorInfo;
             .... }

src/Data/StackPrism/ReverseTH.hs:65:15: error:
    • The constructor ‘DataD’ should have 6 arguments, but has been given 5
    • In the pattern: DataD _ _ _ cs _
      In an equation for ‘constructors’:
          constructors (DataD _ _ _ cs _) = Just (length cs == 1, cs)
cabal: Leaving directory '/tmp/cabal-tmp-18060/sexp-grammar-1.0.0'
cabal: Error: some packages failed to install:
sexp-grammar-1.0.0 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.