The build succeeded. 0 test suites succeeded, 0 failed.
Build log
> /tmp/stackage-build2456$ stack unpack Ebnf2ps-1.0.15@sha256:5506b6638bfc66e5a82a8aa075d58b380d2293fbd415e8cd35a2782bbd9bc37f
Unpacked Ebnf2ps-1.0.15 to /tmp/stackage-build2456/Ebnf2ps-1.0.15/
> /tmp/stackage-build2456/Ebnf2ps-1.0.15$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
[1 of 1] Compiling Main ( Setup.hs, Setup.o )
Linking Setup ...
> /tmp/stackage-build2456/Ebnf2ps-1.0.15$ ./Setup configure --package-db=clear --package-db=global --package-db=/home/circleci/project/builds/nightly/pkgdb --libdir=/home/circleci/project/builds/nightly/lib --bindir=/home/circleci/project/builds/nightly/bin --datadir=/home/circleci/project/builds/nightly/share --libexecdir=/home/circleci/project/builds/nightly/libexec --sysconfdir=/home/circleci/project/builds/nightly/etc --docdir=/home/circleci/project/builds/nightly/doc/Ebnf2ps-1.0.15 --htmldir=/home/circleci/project/builds/nightly/doc/Ebnf2ps-1.0.15 --haddockdir=/home/circleci/project/builds/nightly/doc/Ebnf2ps-1.0.15
Configuring Ebnf2ps-1.0.15...
> /tmp/stackage-build2456/Ebnf2ps-1.0.15$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2456/Ebnf2ps-1.0.15$ ./Setup build
Preprocessing executable 'ebnf2ps' for Ebnf2ps-1.0.15..
Building executable 'ebnf2ps' for Ebnf2ps-1.0.15..
[ 1 of 21] Compiling AbstractSyntax ( src/AbstractSyntax.hs, dist/build/ebnf2ps/ebnf2ps-tmp/AbstractSyntax.o )
src/AbstractSyntax.hs:6:1: warning: [-Wtabs]
Tab character found here, and in 30 further locations.
Please use spaces instead.
|
6 | = ProdFile [Production]
| ^^^^^^^^
[ 2 of 21] Compiling Color ( src/Color.hs, dist/build/ebnf2ps/ebnf2ps-tmp/Color.o )
src/Color.hs:64:1: warning: [-Wtabs]
Tab character found here, and in 41 further locations.
Please use spaces instead.
|
64 | head [(r,g,b) | (c,(r,g,b)) <- colorTable, c == map toLower colorName]
| ^^^^^^^^
[ 3 of 21] Compiling CommandLine ( src/CommandLine.hs, dist/build/ebnf2ps/ebnf2ps-tmp/CommandLine.o )
[ 4 of 21] Compiling Defaults ( src/Defaults.hs, dist/build/ebnf2ps/ebnf2ps-tmp/Defaults.o )
src/Defaults.hs:13:15: warning: [-Wtabs]
Tab character found here.
Please use spaces instead.
|
13 | rgbPathDefault = [
| ^^
[ 5 of 21] Compiling Fonts ( src/Fonts.hs, dist/build/ebnf2ps/ebnf2ps-tmp/Fonts.o )
src/Fonts.hs:31:1: warning: [-Wtabs]
Tab character found here, and in 39 further locations.
Please use spaces instead.
|
31 | | CharMetric Int Int String Int Int Int Int
| ^^^^^^^^
[ 6 of 21] Compiling GrammarTransform ( src/GrammarTransform.hs, dist/build/ebnf2ps/ebnf2ps-tmp/GrammarTransform.o )
src/GrammarTransform.hs:42:1: warning: [-Wtabs]
Tab character found here, and in 143 further locations.
Please use spaces instead.
|
42 | | p `eqProduction` p' = ProdRepeat1 p: simp1 prods
| ^^^^^^^^
[ 7 of 21] Compiling IOSupplement ( src/IOSupplement.hs, dist/build/ebnf2ps/ebnf2ps-tmp/IOSupplement.o )
src/IOSupplement.hs:50:1: warning: [-Wtabs]
Tab character found here, and in 16 further locations.
Please use spaces instead.
|
50 | else ioError err )
| ^^^^^^^^
[ 8 of 21] Compiling Info ( src/Info.hs, dist/build/ebnf2ps/ebnf2ps-tmp/Info.o )
src/Info.hs:20:13: warning: [-Wtabs]
Tab character found here, and in 27 further locations.
Please use spaces instead.
|
20 | import Color (Color)
| ^^^^
[ 9 of 21] Compiling EbnfLayout ( src/EbnfLayout.hs, dist/build/ebnf2ps/ebnf2ps-tmp/EbnfLayout.o )
src/EbnfLayout.hs:47:1: warning: [-Wtabs]
Tab character found here, and in 280 further locations.
Please use spaces instead.
|
47 | (ntColor, tColor, lineColor, ntBoxColor, tBoxColor, ntBgColor, tBgColor, titleClr))
| ^^^^^^^^
[10 of 21] Compiling Lexer ( src/Lexer.hs, dist/build/ebnf2ps/ebnf2ps-tmp/Lexer.o )
src/Lexer.hs:13:1: warning: [-Wtabs]
Tab character found here, and in 15 further locations.
Please use spaces instead.
|
13 | = Ident String | Symbol String | String String | Number String
| ^^^^^^^^
[11 of 21] Compiling ParseAux ( src/ParseAux.hs, dist/build/ebnf2ps/ebnf2ps-tmp/ParseAux.o )
src/ParseAux.hs:176:34: warning: [-Wtabs]
Tab character found here, and in one further location.
Please use spaces instead.
|
176 | f (Symbol "\n":cs) = f cs -- Newline
| ^^^^^^^
[12 of 21] Compiling Ebnf2psParser ( dist/build/ebnf2ps/ebnf2ps-tmp/Ebnf2psParser.hs, dist/build/ebnf2ps/ebnf2ps-tmp/Ebnf2psParser.o )
[13 of 21] Compiling Parsers ( src/Parsers.hs, dist/build/ebnf2ps/ebnf2ps-tmp/Parsers.o )
src/Parsers.hs:36:1: warning: [-Wtabs]
Tab character found here, and in 11 further locations.
Please use spaces instead.
|
36 | | otherwise = []
| ^^^^^^^^
[14 of 21] Compiling PathExpansion ( src/PathExpansion.hs, dist/build/ebnf2ps/ebnf2ps-tmp/PathExpansion.o )
src/PathExpansion.hs:19:1: warning: [-Wtabs]
Tab character found here, and in 97 further locations.
Please use spaces instead.
|
19 | pathSpec2 <- replaceHome(pathSpec1)
| ^^^^^^^^
[15 of 21] Compiling StringMatch ( src/StringMatch.hs, dist/build/ebnf2ps/ebnf2ps-tmp/StringMatch.o )
src/StringMatch.hs:60:29: warning: [-Wtabs]
Tab character found here, and in 16 further locations.
Please use spaces instead.
|
60 | ( lit '\\' ..+ butC "|()" <<< lit
| ^^^^
[16 of 21] Compiling GrammarUnfold ( src/GrammarUnfold.hs, dist/build/ebnf2ps/ebnf2ps-tmp/GrammarUnfold.o )
src/GrammarUnfold.hs:35:1: warning: [-Wtabs]
Tab character found here, and in 119 further locations.
Please use spaces instead.
|
35 | | otherwise = disjointLists as bs
| ^^^^^^^^
[17 of 21] Compiling Version ( src/Version.hs, dist/build/ebnf2ps/ebnf2ps-tmp/Version.o )
[18 of 21] Compiling PsOutput ( src/PsOutput.hs, dist/build/ebnf2ps/ebnf2ps-tmp/PsOutput.o )
src/PsOutput.hs:38:6: warning: [-Wtabs]
Tab character found here, and in 209 further locations.
Please use spaces instead.
|
38 | showString " setfont\n")
| ^^^
[19 of 21] Compiling Fig31Output ( src/Fig31Output.hs, dist/build/ebnf2ps/ebnf2ps-tmp/Fig31Output.o )
src/Fig31Output.hs:23:1: warning: [-Wtabs]
Tab character found here, and in 519 further locations.
Please use spaces instead.
|
23 | colorinfo@(c1,c2,c3,c4,c5,c6,c7,c8)) container@(rx, ry, width, height, inOutY, gobj) =
| ^^^^^^^^
[20 of 21] Compiling EbnfOutput ( src/EbnfOutput.hs, dist/build/ebnf2ps/ebnf2ps-tmp/EbnfOutput.o )
src/EbnfOutput.hs:15:1: warning: [-Wtabs]
Tab character found here, and in 77 further locations.
Please use spaces instead.
|
15 | getTerminals,
| ^^^^^^^^
[21 of 21] Compiling Main ( src/Ebnf2ps.hs, dist/build/ebnf2ps/ebnf2ps-tmp/Main.o )
src/Ebnf2ps.hs:13:19: warning: [-Wtabs]
Tab character found here, and in 215 further locations.
Please use spaces instead.
|
13 | import CommandLine (parse_cmds)
| ^^^^^^
Linking dist/build/ebnf2ps/ebnf2ps ...
> /tmp/stackage-build2456/Ebnf2ps-1.0.15$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2456/Ebnf2ps-1.0.15$ ./Setup copy
Installing executable ebnf2ps in /home/circleci/project/builds/nightly/bin
> /tmp/stackage-build2456/Ebnf2ps-1.0.15$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2456/Ebnf2ps-1.0.15$ ./Setup register
Package contains no library to register: Ebnf2ps-1.0.15...