[all reports]
Install |
InstallOk |
Docs |
Ok |
Tests |
NotTried |
Time submitted |
2016-02-11 22:51:00.518141 UTC
|
Compiler |
ghc-7.10.3 |
OS |
linux |
Arch |
x86_64 |
Dependencies |
process-1.2.3.0, pretty-1.1.2.0, mtl-2.2.1, filepath-1.4.0.0, directory-1.2.2.0, deepseq-1.4.1.1, containers-0.5.6.2, base-4.8.2.0, array-0.5.1.0 |
Flags |
none
|
Build log
[view raw]
Resolving dependencies...
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
75% ( 3 / 4) in 'Control.Monad.Writer.Class'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
100% ( 5 / 5) in 'Control.Monad.State.Class'
100% ( 3 / 3) in 'Control.Monad.Reader.Class'
80% ( 4 / 5) in 'Control.Monad.RWS.Class'
Missing documentation for:
MonadRWS (Control/Monad/RWS/Class.hs:44)
100% ( 4 / 4) in 'Control.Monad.Identity'
100% ( 3 / 3) in 'Control.Monad.Error.Class'
50% ( 1 / 2) in 'Control.Monad.Cont.Class'
Missing documentation for:
MonadCont (Control/Monad/Cont/Class.hs:73)
100% ( 3 / 3) in 'Control.Monad.Trans'
93% ( 14 / 15) in 'Control.Monad.Error'
Missing documentation for:
runErrorT
100% ( 19 / 19) in 'Control.Monad.Except'
100% ( 5 / 5) in 'Control.Monad.List'
95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
Missing documentation for:
runRWST
100% ( 2 / 2) in 'Control.Monad.RWS'
96% ( 22 / 23) in 'Control.Monad.Reader'
Missing documentation for:
runReaderT
95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
Missing documentation for:
runRWST
96% ( 24 / 25) in 'Control.Monad.State.Lazy'
Missing documentation for:
runStateT
100% ( 2 / 2) in 'Control.Monad.State'
96% ( 24 / 25) in 'Control.Monad.State.Strict'
Missing documentation for:
runStateT
89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
runWriterT
100% ( 2 / 2) in 'Control.Monad.Writer'
94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
91% ( 20 / 22) in 'Control.Monad.Cont'
Missing documentation for:
MonadCont (Control/Monad/Cont/Class.hs:73)
runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.2278722862233665123.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/mtl-2.2.1-Aue4leSeVkpKLsfHIV51E8
Registering mtl-2.2.1...
Installed mtl-2.2.1
Downloading BNFC-2.8.1...
Configuring BNFC-2.8.1...
Building BNFC-2.8.1...
Preprocessing library BNFC-2.8.1...
[1 of 6] Compiling Data.Pair ( src/Data/Pair.hs, dist/build/Data/Pair.o )
[2 of 6] Compiling Algebra.RingUtils ( runtime/Algebra/RingUtils.hs, dist/build/Algebra/RingUtils.o )
[3 of 6] Compiling Data.Matrix.Quad ( runtime/Data/Matrix/Quad.hs, dist/build/Data/Matrix/Quad.o )
[4 of 6] Compiling Data.Matrix.Class ( runtime/Data/Matrix/Class.hs, dist/build/Data/Matrix/Class.o )
[5 of 6] Compiling Parsing.Chart ( runtime/Parsing/Chart.hs, dist/build/Parsing/Chart.o )
[6 of 6] Compiling Parsing.TestProgram ( runtime/Parsing/TestProgram.hs, dist/build/Parsing/TestProgram.o )
In-place registering BNFC-2.8.1...
Preprocessing executable 'bnfc' for BNFC-2.8.1...
[ 1 of 95] Compiling BNFC.Backend.CPP.STL.STLUtils ( src/BNFC/Backend/CPP/STL/STLUtils.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/STL/STLUtils.o )
[ 2 of 95] Compiling BNFC.Backend.Common.StrUtils ( src/BNFC/Backend/Common/StrUtils.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Common/StrUtils.o )
[ 3 of 95] Compiling BNFC.Backend.Haskell.MkSharedString ( src/BNFC/Backend/Haskell/MkSharedString.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/MkSharedString.o )
[ 4 of 95] Compiling BNFC.Backend.Haskell.MkErrM ( src/BNFC/Backend/Haskell/MkErrM.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/MkErrM.o )
[ 5 of 95] Compiling BNFC.PrettyPrint ( src/BNFC/PrettyPrint.hs, dist/build/bnfc/bnfc-tmp/BNFC/PrettyPrint.o )
[ 6 of 95] Compiling BNFC.Backend.Common ( src/BNFC/Backend/Common.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Common.o )
[ 7 of 95] Compiling ErrM ( src/ErrM.hs, dist/build/bnfc/bnfc-tmp/ErrM.o )
src/ErrM.hs:10:1: Warning:
The import of ‘Applicative’
from module ‘Control.Applicative’ is redundant
[ 8 of 95] Compiling LexBNF ( dist/build/bnfc/bnfc-tmp/LexBNF.hs, dist/build/bnfc/bnfc-tmp/LexBNF.o )
[ 9 of 95] Compiling AbsBNF ( src/AbsBNF.hs, dist/build/bnfc/bnfc-tmp/AbsBNF.o )
[10 of 95] Compiling ParBNF ( dist/build/bnfc/bnfc-tmp/ParBNF.hs, dist/build/bnfc/bnfc-tmp/ParBNF.o )
[11 of 95] Compiling PrintBNF ( src/PrintBNF.hs, dist/build/bnfc/bnfc-tmp/PrintBNF.o )
src/PrintBNF.hs:213:16: Warning:
Pattern match(es) are overlapped
In a case alternative:
[x] -> ...
x : xs -> ...
[12 of 95] Compiling BNFC.Backend.Java.RegToJLex ( src/BNFC/Backend/Java/RegToJLex.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Java/RegToJLex.o )
[13 of 95] Compiling BNFC.Backend.Haskell.RegToAlex ( src/BNFC/Backend/Haskell/RegToAlex.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/RegToAlex.o )
[14 of 95] Compiling BNFC.Backend.CSharp.RegToGPLEX ( src/BNFC/Backend/CSharp/RegToGPLEX.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CSharp/RegToGPLEX.o )
[15 of 95] Compiling BNFC.Backend.CPP.NoSTL.RegToFlex ( src/BNFC/Backend/CPP/NoSTL/RegToFlex.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/NoSTL/RegToFlex.o )
[16 of 95] Compiling BNFC.Utils ( src/BNFC/Utils.hs, dist/build/bnfc/bnfc-tmp/BNFC/Utils.o )
src/BNFC/Utils.hs:34:1: Warning:
The import of ‘doesDirectoryExist, createDirectory’
from module ‘System.Directory’ is redundant
[17 of 95] Compiling BNFC.CF ( src/BNFC/CF.hs, dist/build/bnfc/bnfc-tmp/BNFC/CF.o )
[18 of 95] Compiling BNFC.TypeChecker ( src/BNFC/TypeChecker.hs, dist/build/bnfc/bnfc-tmp/BNFC/TypeChecker.o )
[19 of 95] Compiling BNFC.Lexing ( src/BNFC/Lexing.hs, dist/build/bnfc/bnfc-tmp/BNFC/Lexing.o )
src/BNFC/Lexing.hs:12:1: Warning: Defined but not used: ‘p’
[20 of 95] Compiling BNFC.Backend.Haskell.Utils ( src/BNFC/Backend/Haskell/Utils.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/Utils.o )
[21 of 95] Compiling BNFC.Backend.Haskell.CFtoTemplate ( src/BNFC/Backend/Haskell/CFtoTemplate.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/CFtoTemplate.o )
[22 of 95] Compiling BNFC.Backend.OCaml.OCamlUtil ( src/BNFC/Backend/OCaml/OCamlUtil.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/OCaml/OCamlUtil.o )
[23 of 95] Compiling BNFC.Backend.OCaml.CFtoOCamlYacc ( src/BNFC/Backend/OCaml/CFtoOCamlYacc.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/OCaml/CFtoOCamlYacc.o )
[24 of 95] Compiling BNFC.Backend.OCaml.CFtoOCamlLex ( src/BNFC/Backend/OCaml/CFtoOCamlLex.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/OCaml/CFtoOCamlLex.o )
[25 of 95] Compiling BNFC.Backend.OCaml.CFtoOCamlAbs ( src/BNFC/Backend/OCaml/CFtoOCamlAbs.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/OCaml/CFtoOCamlAbs.o )
[26 of 95] Compiling BNFC.Backend.OCaml.CFtoOCamlTemplate ( src/BNFC/Backend/OCaml/CFtoOCamlTemplate.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/OCaml/CFtoOCamlTemplate.o )
[27 of 95] Compiling BNFC.Backend.OCaml.CFtoOCamlShow ( src/BNFC/Backend/OCaml/CFtoOCamlShow.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/OCaml/CFtoOCamlShow.o )
[28 of 95] Compiling BNFC.Backend.OCaml.CFtoOCamlTest ( src/BNFC/Backend/OCaml/CFtoOCamlTest.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/OCaml/CFtoOCamlTest.o )
[29 of 95] Compiling BNFC.Backend.Haskell.CFtoPrinter ( src/BNFC/Backend/Haskell/CFtoPrinter.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/CFtoPrinter.o )
src/BNFC/Backend/Haskell/CFtoPrinter.hs:223:1: Warning:
Pattern match(es) are non-exhaustive
In an equation for ‘mkPrtListCase’:
Patterns not matched:
Rule _ InternalCat _
Rule _ (Cat _) _
Rule _ (TokenCat _) _
Rule _ (CoercCat _ _) _
[30 of 95] Compiling BNFC.Backend.OCaml.CFtoOCamlPrinter ( src/BNFC/Backend/OCaml/CFtoOCamlPrinter.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/OCaml/CFtoOCamlPrinter.o )
src/BNFC/Backend/OCaml/CFtoOCamlPrinter.hs:150:4: Warning:
Defined but not used: ‘names’
src/BNFC/Backend/OCaml/CFtoOCamlPrinter.hs:161:4: Warning:
Defined but not used: ‘checkRes’
src/BNFC/Backend/OCaml/CFtoOCamlPrinter.hs:212:1: Warning:
Pattern match(es) are non-exhaustive
In an equation for ‘mkPrtListCase’:
Patterns not matched:
Rule _ InternalCat _
Rule _ (Cat _) _
Rule _ (TokenCat _) _
Rule _ (CoercCat _ _) _
[31 of 95] Compiling BNFC.Backend.Common.NamedVariables ( src/BNFC/Backend/Common/NamedVariables.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Common/NamedVariables.o )
src/BNFC/Backend/Common/NamedVariables.hs:104:1: Warning:
Tab character
[32 of 95] Compiling BNFC.Backend.Java.CFtoCup15 ( src/BNFC/Backend/Java/CFtoCup15.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Java/CFtoCup15.o )
[33 of 95] Compiling BNFC.Backend.Java.CFtoJLex15 ( src/BNFC/Backend/Java/CFtoJLex15.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Java/CFtoJLex15.o )
[34 of 95] Compiling BNFC.Backend.Java.CFtoJavaAbs15 ( src/BNFC/Backend/Java/CFtoJavaAbs15.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Java/CFtoJavaAbs15.o )
[35 of 95] Compiling BNFC.Backend.Java.CFtoJavaPrinter15 ( src/BNFC/Backend/Java/CFtoJavaPrinter15.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Java/CFtoJavaPrinter15.o )
src/BNFC/Backend/Java/CFtoJavaPrinter15.hs:54:18: Warning:
Tab character
src/BNFC/Backend/Java/CFtoJavaPrinter15.hs:56:17: Warning:
Tab character
src/BNFC/Backend/Java/CFtoJavaPrinter15.hs:252:5: Warning:
Tab character
src/BNFC/Backend/Java/CFtoJavaPrinter15.hs:345:5: Warning:
Tab character
src/BNFC/Backend/Java/CFtoJavaPrinter15.hs:349:2: Warning:
Tab character
[36 of 95] Compiling BNFC.Backend.Java.CFtoVisitSkel15 ( src/BNFC/Backend/Java/CFtoVisitSkel15.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Java/CFtoVisitSkel15.o )
src/BNFC/Backend/Java/CFtoVisitSkel15.hs:84:1: Warning:
Tab character
src/BNFC/Backend/Java/CFtoVisitSkel15.hs:85:1: Warning:
Tab character
src/BNFC/Backend/Java/CFtoVisitSkel15.hs:86:1: Warning:
Tab character
src/BNFC/Backend/Java/CFtoVisitSkel15.hs:87:1: Warning:
Tab character
src/BNFC/Backend/Java/CFtoVisitSkel15.hs:88:1: Warning:
Tab character
[37 of 95] Compiling BNFC.Backend.Java.CFtoComposVisitor ( src/BNFC/Backend/Java/CFtoComposVisitor.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Java/CFtoComposVisitor.o )
src/BNFC/Backend/Java/CFtoComposVisitor.hs:63:1: Warning:
Tab character
src/BNFC/Backend/Java/CFtoComposVisitor.hs:64:1: Warning:
Tab character
[38 of 95] Compiling BNFC.Backend.Java.CFtoAbstractVisitor ( src/BNFC/Backend/Java/CFtoAbstractVisitor.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Java/CFtoAbstractVisitor.o )
[39 of 95] Compiling BNFC.Backend.Java.CFtoFoldVisitor ( src/BNFC/Backend/Java/CFtoFoldVisitor.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Java/CFtoFoldVisitor.o )
src/BNFC/Backend/Java/CFtoFoldVisitor.hs:56:1: Warning:
Tab character
src/BNFC/Backend/Java/CFtoFoldVisitor.hs:57:1: Warning:
Tab character
[40 of 95] Compiling BNFC.Backend.Java.CFtoAllVisitor ( src/BNFC/Backend/Java/CFtoAllVisitor.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Java/CFtoAllVisitor.o )
[41 of 95] Compiling BNFC.Backend.HaskellProfile.CFtoHappyProfile ( src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/HaskellProfile/CFtoHappyProfile.o )
src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs:62:1: Warning:
Tab character
src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs:79:1: Warning:
Tab character
src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs:101:1: Warning:
Tab character
src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs:102:1: Warning:
Tab character
src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs:194:1: Warning:
Tab character
src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs:213:1: Warning:
Tab character
src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs:214:1: Warning:
Tab character
src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs:215:1: Warning:
Tab character
src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs:216:1: Warning:
Tab character
src/BNFC/Backend/HaskellProfile/CFtoHappyProfile.hs:217:1: Warning:
Tab character
[42 of 95] Compiling BNFC.Backend.Haskell.CFtoAlex ( src/BNFC/Backend/Haskell/CFtoAlex.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/CFtoAlex.o )
[43 of 95] Compiling BNFC.Backend.Haskell.CFtoAlex2 ( src/BNFC/Backend/Haskell/CFtoAlex2.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/CFtoAlex2.o )
[44 of 95] Compiling BNFC.Backend.Haskell.CFtoAlex3 ( src/BNFC/Backend/Haskell/CFtoAlex3.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/CFtoAlex3.o )
[45 of 95] Compiling BNFC.Backend.Haskell.CFtoLayout ( src/BNFC/Backend/Haskell/CFtoLayout.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/CFtoLayout.o )
[46 of 95] Compiling BNFC.Backend.Txt2Tag ( src/BNFC/Backend/Txt2Tag.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Txt2Tag.o )
[47 of 95] Compiling BNFC.Backend.Haskell.CFtoAbstract ( src/BNFC/Backend/Haskell/CFtoAbstract.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/CFtoAbstract.o )
[48 of 95] Compiling BNFC.Backend.HaskellGADT.HaskellGADTCommon ( src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/HaskellGADT/HaskellGADTCommon.o )
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:27:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:28:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:29:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:30:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:31:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:32:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:37:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:38:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:39:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:40:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:41:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:42:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:43:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:44:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:45:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:46:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:47:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:51:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:64:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:65:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:66:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/HaskellGADTCommon.hs:67:1: Warning:
Tab character
[49 of 95] Compiling BNFC.Backend.HaskellGADT.CFtoAbstractGADT ( src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.o )
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:90:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:94:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:95:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:96:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:100:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:101:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:102:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:103:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:107:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:108:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:109:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:110:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:115:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:116:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:120:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:121:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:122:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:123:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:124:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:125:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:139:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoAbstractGADT.hs:142:1: Warning:
Tab character
[50 of 95] Compiling BNFC.Backend.HaskellGADT.CFtoTemplateGADT ( src/BNFC/Backend/HaskellGADT/CFtoTemplateGADT.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/HaskellGADT/CFtoTemplateGADT.o )
src/BNFC/Backend/HaskellGADT/CFtoTemplateGADT.hs:22:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoTemplateGADT.hs:65:1: Warning:
Tab character
src/BNFC/Backend/HaskellGADT/CFtoTemplateGADT.hs:66:1: Warning:
Tab character
[51 of 95] Compiling BNFC.Backend.Common.OOAbstract ( src/BNFC/Backend/Common/OOAbstract.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Common/OOAbstract.o )
[52 of 95] Compiling BNFC.Backend.CSharp.CSharpUtils ( src/BNFC/Backend/CSharp/CSharpUtils.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CSharp/CSharpUtils.o )
[53 of 95] Compiling BNFC.Backend.CSharp.CAbstoCSharpAbs ( src/BNFC/Backend/CSharp/CAbstoCSharpAbs.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CSharp/CAbstoCSharpAbs.o )
src/BNFC/Backend/CSharp/CAbstoCSharpAbs.hs:147:1: Warning:
Tab character
src/BNFC/Backend/CSharp/CAbstoCSharpAbs.hs:148:1: Warning:
Tab character
src/BNFC/Backend/CSharp/CAbstoCSharpAbs.hs:149:1: Warning:
Tab character
src/BNFC/Backend/CSharp/CAbstoCSharpAbs.hs:150:1: Warning:
Tab character
src/BNFC/Backend/CSharp/CAbstoCSharpAbs.hs:151:1: Warning:
Tab character
[54 of 95] Compiling BNFC.Backend.CSharp.CFtoGPLEX ( src/BNFC/Backend/CSharp/CFtoGPLEX.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CSharp/CFtoGPLEX.o )
[55 of 95] Compiling BNFC.Backend.CSharp.CFtoGPPG ( src/BNFC/Backend/CSharp/CFtoGPPG.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CSharp/CFtoGPPG.o )
[56 of 95] Compiling BNFC.Backend.CSharp.CAbstoCSharpVisitSkeleton ( src/BNFC/Backend/CSharp/CAbstoCSharpVisitSkeleton.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CSharp/CAbstoCSharpVisitSkeleton.o )
[57 of 95] Compiling BNFC.Backend.CSharp.CAbstoCSharpAbstractVisitSkeleton ( src/BNFC/Backend/CSharp/CAbstoCSharpAbstractVisitSkeleton.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CSharp/CAbstoCSharpAbstractVisitSkeleton.o )
[58 of 95] Compiling BNFC.Backend.CSharp.CFtoCSharpPrinter ( src/BNFC/Backend/CSharp/CFtoCSharpPrinter.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CSharp/CFtoCSharpPrinter.o )
[59 of 95] Compiling BNFC.Backend.CPP.STL.CFtoSTLAbs ( src/BNFC/Backend/CPP/STL/CFtoSTLAbs.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/STL/CFtoSTLAbs.o )
src/BNFC/Backend/CPP/STL/CFtoSTLAbs.hs:170:1: Warning:
Tab character
[60 of 95] Compiling BNFC.Backend.CPP.NoSTL.CFtoFlex ( src/BNFC/Backend/CPP/NoSTL/CFtoFlex.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/NoSTL/CFtoFlex.o )
[61 of 95] Compiling BNFC.Backend.CPP.STL.CFtoCVisitSkelSTL ( src/BNFC/Backend/CPP/STL/CFtoCVisitSkelSTL.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/STL/CFtoCVisitSkelSTL.o )
[62 of 95] Compiling BNFC.Backend.CPP.PrettyPrinter ( src/BNFC/Backend/CPP/PrettyPrinter.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/PrettyPrinter.o )
[63 of 95] Compiling BNFC.Backend.C.CFtoBisonC ( src/BNFC/Backend/C/CFtoBisonC.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/C/CFtoBisonC.o )
[64 of 95] Compiling BNFC.Backend.CPP.STL.CFtoBisonSTL ( src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/STL/CFtoBisonSTL.o )
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:90:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:91:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:92:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:93:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:94:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:96:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:97:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:98:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:99:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:100:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:101:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:102:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:103:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:107:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:114:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:115:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:116:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:117:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:118:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:119:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:120:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:126:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:128:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:130:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:131:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:132:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:133:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:135:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:136:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:137:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:137:24: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:138:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:139:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:140:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:141:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:142:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:143:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:144:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:146:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:147:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:148:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:148:34: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:149:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:150:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:151:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:151:32: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:153:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:154:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:156:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:157:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:158:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:159:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:159:32: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:159:51: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:160:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:161:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:161:36: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:162:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:163:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:163:39: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:164:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:164:32: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:165:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:165:34: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:166:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:166:37: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:167:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:167:35: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:168:1: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:168:37: Warning:
Tab character
src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs:170:1: Warning:
Tab character
[65 of 95] Compiling BNFC.Backend.CPP.NoSTL.CFtoCPPAbs ( src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.o )
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:97:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:98:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:99:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:231:4: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:232:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:366:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:367:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:368:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:369:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:370:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:371:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:372:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:373:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs:398:1: Warning:
Tab character
[66 of 95] Compiling BNFC.Backend.CPP.NoSTL.CFtoBison ( src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/NoSTL/CFtoBison.o )
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:102:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:103:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:104:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:105:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:106:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:107:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:108:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:109:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:110:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:111:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:115:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:122:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:123:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:124:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:125:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:126:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:127:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:131:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:133:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:135:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:136:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:137:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:138:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:140:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:141:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:142:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:142:24: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:143:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:144:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:145:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:146:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:147:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:148:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:149:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:151:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:152:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:153:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:153:34: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:154:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:155:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:156:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:156:32: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:158:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:159:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:161:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:162:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:163:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:164:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:164:32: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:164:51: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:165:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:166:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:166:36: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:167:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:168:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:168:39: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:169:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:169:32: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:170:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:170:34: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:171:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:171:37: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:172:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:172:35: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:173:1: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:173:37: Warning:
Tab character
src/BNFC/Backend/CPP/NoSTL/CFtoBison.hs:175:1: Warning:
Tab character
[67 of 95] Compiling BNFC.Backend.Utils ( src/BNFC/Backend/Utils.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Utils.o )
[68 of 95] Compiling BNFC.Backend.CPP.NoSTL.CFtoCVisitSkel ( src/BNFC/Backend/CPP/NoSTL/CFtoCVisitSkel.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/NoSTL/CFtoCVisitSkel.o )
[69 of 95] Compiling BNFC.Backend.C.CFtoCAbs ( src/BNFC/Backend/C/CFtoCAbs.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/C/CFtoCAbs.o )
[70 of 95] Compiling BNFC.Backend.C.CFtoFlexC ( src/BNFC/Backend/C/CFtoFlexC.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/C/CFtoFlexC.o )
[71 of 95] Compiling BNFC.Backend.C.CFtoCSkel ( src/BNFC/Backend/C/CFtoCSkel.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/C/CFtoCSkel.o )
[72 of 95] Compiling BNFC.Backend.C.CFtoCPrinter ( src/BNFC/Backend/C/CFtoCPrinter.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/C/CFtoCPrinter.o )
[73 of 95] Compiling Data.Pair ( src/Data/Pair.hs, dist/build/bnfc/bnfc-tmp/Data/Pair.o )
src/Data/Pair.hs:3:1: Warning:
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
[74 of 95] Compiling BNFC.ToCNFCore ( src/BNFC/ToCNFCore.hs, dist/build/bnfc/bnfc-tmp/BNFC/ToCNFCore.o )
src/BNFC/ToCNFCore.hs:37:1: Warning:
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
[75 of 95] Compiling BNFC.Backend.Base ( src/BNFC/Backend/Base.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Base.o )
[76 of 95] Compiling Paths_BNFC ( dist/build/autogen/Paths_BNFC.hs, dist/build/bnfc/bnfc-tmp/Paths_BNFC.o )
[77 of 95] Compiling BNFC.Options ( src/BNFC/Options.hs, dist/build/bnfc/bnfc-tmp/BNFC/Options.o )
[78 of 95] Compiling BNFC.Backend.HaskellProfile ( src/BNFC/Backend/HaskellProfile.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/HaskellProfile.o )
[79 of 95] Compiling BNFC.Backend.Pygments ( src/BNFC/Backend/Pygments.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Pygments.o )
[80 of 95] Compiling BNFC.GetCF ( src/BNFC/GetCF.hs, dist/build/bnfc/bnfc-tmp/BNFC/GetCF.o )
[81 of 95] Compiling BNFC.Backend.Common.Makefile ( src/BNFC/Backend/Common/Makefile.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Common/Makefile.o )
[82 of 95] Compiling BNFC.Backend.C ( src/BNFC/Backend/C.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/C.o )
[83 of 95] Compiling BNFC.Backend.CPP.NoSTL ( src/BNFC/Backend/CPP/NoSTL.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/NoSTL.o )
[84 of 95] Compiling BNFC.Backend.CPP.STL ( src/BNFC/Backend/CPP/STL.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CPP/STL.o )
[85 of 95] Compiling BNFC.Backend.CSharp ( src/BNFC/Backend/CSharp.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/CSharp.o )
[86 of 95] Compiling BNFC.Backend.Java ( src/BNFC/Backend/Java.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Java.o )
[87 of 95] Compiling BNFC.Backend.Latex ( src/BNFC/Backend/Latex.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Latex.o )
[88 of 95] Compiling BNFC.Backend.Haskell.HsOpts ( src/BNFC/Backend/Haskell/HsOpts.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/HsOpts.o )
[89 of 95] Compiling BNFC.Backend.XML ( src/BNFC/Backend/XML.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/XML.o )
[90 of 95] Compiling BNFC.Backend.OCaml ( src/BNFC/Backend/OCaml.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/OCaml.o )
[91 of 95] Compiling BNFC.Backend.Haskell.ToCNF ( src/BNFC/Backend/Haskell/ToCNF.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/ToCNF.o )
src/BNFC/Backend/Haskell/ToCNF.hs:37:1: Warning:
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
[92 of 95] Compiling BNFC.Backend.Haskell.CFtoHappy ( src/BNFC/Backend/Haskell/CFtoHappy.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell/CFtoHappy.o )
[93 of 95] Compiling BNFC.Backend.Haskell ( src/BNFC/Backend/Haskell.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/Haskell.o )
[94 of 95] Compiling BNFC.Backend.HaskellGADT ( src/BNFC/Backend/HaskellGADT.hs, dist/build/bnfc/bnfc-tmp/BNFC/Backend/HaskellGADT.o )
[95 of 95] Compiling Main ( src/Main.hs, dist/build/bnfc/bnfc-tmp/Main.o )
Linking dist/build/bnfc/bnfc ...
Running Haddock for BNFC-2.8.1...
Running hscolour for BNFC-2.8.1...
Preprocessing library BNFC-2.8.1...
Preprocessing executable 'bnfc' for BNFC-2.8.1...
Preprocessing library BNFC-2.8.1...
Haddock coverage:
0% ( 0 / 4) in 'Data.Pair'
Missing documentation for:
Module header
Pair (src/Data/Pair.hs:7)
(src/Data/Pair.hs:10)
(src/Data/Pair.hs:13)
14% ( 2 / 14) in 'Algebra.RingUtils'
Missing documentation for:
Module header
AbelianGroup (runtime/Algebra/RingUtils.hs:22)
AbelianGroupZ (runtime/Algebra/RingUtils.hs:30)
Ring (runtime/Algebra/RingUtils.hs:36)
RingP (runtime/Algebra/RingUtils.hs:39)
Pair (src/Data/Pair.hs:7)
select (runtime/Algebra/RingUtils.hs:48)
onlyLeft (runtime/Algebra/RingUtils.hs:45)
onlyRight (runtime/Algebra/RingUtils.hs:46)
O (runtime/Algebra/RingUtils.hs:50)
sum (runtime/Algebra/RingUtils.hs:69)
mulDefault (runtime/Algebra/RingUtils.hs:43)
11% ( 6 / 56) in 'Data.Matrix.Quad'
Missing documentation for:
Module header
Shape (runtime/Data/Matrix/Quad.hs:12)
Shape' (runtime/Data/Matrix/Quad.hs:14)
SomeShape (runtime/Data/Matrix/Quad.hs:18)
Mat (runtime/Data/Matrix/Quad.hs:21)
Vec (runtime/Data/Matrix/Quad.hs:30)
row (runtime/Data/Matrix/Quad.hs:36)
col (runtime/Data/Matrix/Quad.hs:39)
quad (runtime/Data/Matrix/Quad.hs:43)
one (runtime/Data/Matrix/Quad.hs:46)
.+. (runtime/Data/Matrix/Quad.hs:50)
(runtime/Data/Matrix/Quad.hs:58)
mult (runtime/Data/Matrix/Quad.hs:62)
trav (runtime/Data/Matrix/Quad.hs:82)
q0 (runtime/Data/Matrix/Quad.hs:89)
closeDisjointP (runtime/Data/Matrix/Quad.hs:92)
showR (runtime/Data/Matrix/Quad.hs:114)
bin' (runtime/Data/Matrix/Quad.hs:121)
mkShape (runtime/Data/Matrix/Quad.hs:124)
mkSing (runtime/Data/Matrix/Quad.hs:132)
SomeTri (runtime/Data/Matrix/Quad.hs:138)
Q (runtime/Data/Matrix/Quad.hs:141)
mkUpDiag (runtime/Data/Matrix/Quad.hs:143)
close (runtime/Data/Matrix/Quad.hs:148)
mkTree (runtime/Data/Matrix/Quad.hs:155)
quad' (runtime/Data/Matrix/Quad.hs:159)
mergein (runtime/Data/Matrix/Quad.hs:161)
first (runtime/Data/Matrix/Quad.hs:198)
second (runtime/Data/Matrix/Quad.hs:199)
(runtime/Data/Matrix/Quad.hs:201)
Path (runtime/Data/Matrix/Quad.hs:205)
<||> (runtime/Data/Matrix/Quad.hs:210)
results' (runtime/Data/Matrix/Quad.hs:230)
results (runtime/Data/Matrix/Quad.hs:235)
leftMost (runtime/Data/Matrix/Quad.hs:238)
fromPath (runtime/Data/Matrix/Quad.hs:242)
root' (runtime/Data/Matrix/Quad.hs:248)
root (runtime/Data/Matrix/Quad.hs:255)
single (runtime/Data/Matrix/Quad.hs:257)
square2 (runtime/Data/Matrix/Quad.hs:259)
square3 (runtime/Data/Matrix/Quad.hs:261)
sz' (runtime/Data/Matrix/Quad.hs:265)
|+| (runtime/Data/Matrix/Quad.hs:270)
-+- (runtime/Data/Matrix/Quad.hs:271)
lin (runtime/Data/Matrix/Quad.hs:274)
sparse (runtime/Data/Matrix/Quad.hs:281)
shiftX (runtime/Data/Matrix/Quad.hs:288)
shiftY (runtime/Data/Matrix/Quad.hs:289)
fingerprint (runtime/Data/Matrix/Quad.hs:291)
scatterplot (runtime/Data/Matrix/Quad.hs:298)
0% ( 0 / 22) in 'Data.Matrix.Class'
Missing documentation for:
Module header
fingerprint (runtime/Data/Matrix/Class.hs:10)
*** (runtime/Data/Matrix/Class.hs:14)
Dimension (runtime/Data/Matrix/Class.hs:16)
quad (runtime/Data/Matrix/Class.hs:21)
nextDim (runtime/Data/Matrix/Class.hs:24)
Extent (runtime/Data/Matrix/Class.hs:27)
ext (runtime/Data/Matrix/Class.hs:29)
glueExt (runtime/Data/Matrix/Class.hs:32)
splitExt (runtime/Data/Matrix/Class.hs:35)
Matrix (runtime/Data/Matrix/Class.hs:38)
(runtime/Data/Matrix/Class.hs:47)
<|> (runtime/Data/Matrix/Class.hs:58)
<-> (runtime/Data/Matrix/Class.hs:61)
countColumns (runtime/Data/Matrix/Class.hs:64)
countRows (runtime/Data/Matrix/Class.hs:64)
chopLastColumn (runtime/Data/Matrix/Class.hs:68)
chopFirstRow (runtime/Data/Matrix/Class.hs:68)
chopFirstColumn (runtime/Data/Matrix/Class.hs:68)
chopLastRow (runtime/Data/Matrix/Class.hs:68)
lastColumn (runtime/Data/Matrix/Class.hs:68)
firstRow (runtime/Data/Matrix/Class.hs:68)
0% ( 0 / 13) in 'Parsing.Chart'
Missing documentation for:
Module header
fingerprint (runtime/Parsing/Chart.hs:17)
mkTree2 (runtime/Parsing/Chart.hs:34)
mkTree (runtime/Parsing/Chart.hs:44)
mkTree' (runtime/Parsing/Chart.hs:45)
Set (runtime/Parsing/Chart.hs:48)
(runtime/Parsing/Chart.hs:51)
(runtime/Parsing/Chart.hs:55)
MT2 (runtime/Parsing/Chart.hs:58)
genXPM (runtime/Parsing/Chart.hs:60)
root (runtime/Parsing/Chart.hs:73)
mergein (runtime/Parsing/Chart.hs:74)
single (runtime/Parsing/Chart.hs:75)
0% ( 0 / 6) in 'Parsing.TestProgram'
Missing documentation for:
Module header
Verbosity (runtime/Parsing/TestProgram.hs:15)
putStrV (runtime/Parsing/TestProgram.hs:17)
mainTest (runtime/Parsing/TestProgram.hs:21)
pairs (runtime/Parsing/TestProgram.hs:77)
resSz (runtime/Parsing/TestProgram.hs:80)
Documentation created: dist/doc/html/BNFC/index.html,
dist/doc/html/BNFC/BNFC.txt
Preprocessing executable 'bnfc' for BNFC-2.8.1...
Creating package registration file: /tmp/pkgConf-BNFC-2.89176792922006811972.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/BNFC-2.8.1-DFddZkOCKXm9JnSpa2i0FE
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Registering BNFC-2.8.1...
Installed BNFC-2.8.1