ghc.nix icon indicating copy to clipboard operation
ghc.nix copied to clipboard

`nix-shell` fails on `happy`

Open buggymcbugfix opened this issue 4 years ago • 1 comments

I'm sure this is a silly mistake on my part, but nix-shell ghc.nix is failing with the output below (omitting the successful packages):

Preprocessing test suite 'tests' for happy-1.19.11..
Building test suite 'tests' for happy-1.19.11..
[1 of 1] Compiling Main             ( test.hs, dist/build/tests/tests-tmp/Main.o )
Linking dist/build/tests/tests ...
Preprocessing executable 'happy' for happy-1.19.11..
Building executable 'happy' for happy-1.19.11..
[ 1 of 19] Compiling AbsSyn           ( src/AbsSyn.lhs, dist/build/happy/happy-tmp/AbsSyn.o )
[ 2 of 19] Compiling GenUtils         ( src/GenUtils.lhs, dist/build/happy/happy-tmp/GenUtils.o )
[ 3 of 19] Compiling NameSet          ( src/NameSet.hs, dist/build/happy/happy-tmp/NameSet.o )
[ 4 of 19] Compiling ParamRules       ( src/ParamRules.hs, dist/build/happy/happy-tmp/ParamRules.o )
[ 5 of 19] Compiling ParseMonad       ( src/ParseMonad.hs, dist/build/happy/happy-tmp/ParseMonad.o )
[ 6 of 19] Compiling Lexer            ( src/Lexer.lhs, dist/build/happy/happy-tmp/Lexer.o )
[ 7 of 19] Compiling AttrGrammar      ( src/AttrGrammar.lhs, dist/build/happy/happy-tmp/AttrGrammar.o )
[ 8 of 19] Compiling AttrGrammarParser ( src/AttrGrammarParser.hs, dist/build/happy/happy-tmp/AttrGrammarParser.o )
[ 9 of 19] Compiling Grammar          ( src/Grammar.lhs, dist/build/happy/happy-tmp/Grammar.o )
[10 of 19] Compiling LALR             ( src/LALR.lhs, dist/build/happy/happy-tmp/LALR.o )
[11 of 19] Compiling First            ( src/First.lhs, dist/build/happy/happy-tmp/First.o )
[12 of 19] Compiling Parser           ( src/Parser.hs, dist/build/happy/happy-tmp/Parser.o )
[13 of 19] Compiling Paths_happy      ( dist/build/happy/autogen/Paths_happy.hs, dist/build/happy/happy-tmp/Paths_happy.o )
[14 of 19] Compiling Info             ( src/Info.lhs, dist/build/happy/happy-tmp/Info.o )
[15 of 19] Compiling PrettyGrammar    ( src/PrettyGrammar.hs, dist/build/happy/happy-tmp/PrettyGrammar.o )
[16 of 19] Compiling ProduceGLRCode   ( src/ProduceGLRCode.lhs, dist/build/happy/happy-tmp/ProduceGLRCode.o )
[17 of 19] Compiling Target           ( src/Target.lhs, dist/build/happy/happy-tmp/Target.o )
[18 of 19] Compiling ProduceCode      ( src/ProduceCode.lhs, dist/build/happy/happy-tmp/ProduceCode.o )
[19 of 19] Compiling Main             ( src/Main.lhs, dist/build/happy/happy-tmp/Main.o )
Linking dist/build/happy/happy ...
running tests
Running 1 test suites...
Test suite tests: RUNNING...
make: Entering directory '/build/happy-1.19.11/tests'
rm -f *.n.hs *.a.hs *.g.hs *.gc.hs *.ag.hs *.agc.hs *.info *.hi *.bin *.exe *.o *.run.stdout *.run.stderr
--> Checking error001.y...
../dist/build/happy/happy --strict --template=.. error001.y 1>error001.run.stdout 2>error001.run.stderr || true
../dist/build/happy/happy --strict --template=.. Test.ly -o Test.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Test.n.hs -o Test.n.bin
[1 of 1] Compiling Main             ( Test.n.hs, Test.n.o )
Linking Test.n.bin ...
--> Checking Test.n.bin...
./Test.n.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -a Test.ly -o Test.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Test.a.hs -o Test.a.bin
[1 of 1] Compiling Main             ( Test.a.hs, Test.a.o )
Linking Test.a.bin ...
--> Checking Test.a.bin...
./Test.a.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -g Test.ly -o Test.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Test.g.hs -o Test.g.bin
[1 of 1] Compiling Main             ( Test.g.hs, Test.g.o )
Linking Test.g.bin ...
--> Checking Test.g.bin...
./Test.g.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -gc Test.ly -o Test.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Test.gc.hs -o Test.gc.bin
[1 of 1] Compiling Main             ( Test.gc.hs, Test.gc.o )
Linking Test.gc.bin ...
--> Checking Test.gc.bin...
./Test.gc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -ag Test.ly -o Test.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Test.ag.hs -o Test.ag.bin
[1 of 1] Compiling Main             ( Test.ag.hs, Test.ag.o )
Linking Test.ag.bin ...
--> Checking Test.ag.bin...
./Test.ag.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -agc Test.ly -o Test.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Test.agc.hs -o Test.agc.bin
[1 of 1] Compiling Main             ( Test.agc.hs, Test.agc.o )
Linking Test.agc.bin ...
--> Checking Test.agc.bin...
./Test.agc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. TestMulti.ly -o TestMulti.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestMulti.n.hs -o TestMulti.n.bin
[1 of 1] Compiling Main             ( TestMulti.n.hs, TestMulti.n.o )
Linking TestMulti.n.bin ...
--> Checking TestMulti.n.bin...
./TestMulti.n.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -a TestMulti.ly -o TestMulti.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestMulti.a.hs -o TestMulti.a.bin
[1 of 1] Compiling Main             ( TestMulti.a.hs, TestMulti.a.o )
Linking TestMulti.a.bin ...
--> Checking TestMulti.a.bin...
./TestMulti.a.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -g TestMulti.ly -o TestMulti.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestMulti.g.hs -o TestMulti.g.bin
[1 of 1] Compiling Main             ( TestMulti.g.hs, TestMulti.g.o )
Linking TestMulti.g.bin ...
--> Checking TestMulti.g.bin...
./TestMulti.g.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -gc TestMulti.ly -o TestMulti.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestMulti.gc.hs -o TestMulti.gc.bin
[1 of 1] Compiling Main             ( TestMulti.gc.hs, TestMulti.gc.o )
Linking TestMulti.gc.bin ...
--> Checking TestMulti.gc.bin...
./TestMulti.gc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -ag TestMulti.ly -o TestMulti.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestMulti.ag.hs -o TestMulti.ag.bin
[1 of 1] Compiling Main             ( TestMulti.ag.hs, TestMulti.ag.o )
Linking TestMulti.ag.bin ...
--> Checking TestMulti.ag.bin...
./TestMulti.ag.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -agc TestMulti.ly -o TestMulti.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestMulti.agc.hs -o TestMulti.agc.bin
[1 of 1] Compiling Main             ( TestMulti.agc.hs, TestMulti.agc.o )
Linking TestMulti.agc.bin ...
--> Checking TestMulti.agc.bin...
./TestMulti.agc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. TestPrecedence.ly -o TestPrecedence.n.hs
unused terminals: 1
shift/reduce conflicts:  6
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestPrecedence.n.hs -o TestPrecedence.n.bin
[1 of 1] Compiling Main             ( TestPrecedence.n.hs, TestPrecedence.n.o )
Linking TestPrecedence.n.bin ...
--> Checking TestPrecedence.n.bin...
./TestPrecedence.n.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -a TestPrecedence.ly -o TestPrecedence.a.hs
unused terminals: 1
shift/reduce conflicts:  6
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestPrecedence.a.hs -o TestPrecedence.a.bin
[1 of 1] Compiling Main             ( TestPrecedence.a.hs, TestPrecedence.a.o )
Linking TestPrecedence.a.bin ...
--> Checking TestPrecedence.a.bin...
./TestPrecedence.a.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -g TestPrecedence.ly -o TestPrecedence.g.hs
unused terminals: 1
shift/reduce conflicts:  6
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestPrecedence.g.hs -o TestPrecedence.g.bin
[1 of 1] Compiling Main             ( TestPrecedence.g.hs, TestPrecedence.g.o )
Linking TestPrecedence.g.bin ...
--> Checking TestPrecedence.g.bin...
./TestPrecedence.g.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -gc TestPrecedence.ly -o TestPrecedence.gc.hs
unused terminals: 1
shift/reduce conflicts:  6
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestPrecedence.gc.hs -o TestPrecedence.gc.bin
[1 of 1] Compiling Main             ( TestPrecedence.gc.hs, TestPrecedence.gc.o )
Linking TestPrecedence.gc.bin ...
--> Checking TestPrecedence.gc.bin...
./TestPrecedence.gc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -ag TestPrecedence.ly -o TestPrecedence.ag.hs
unused terminals: 1
shift/reduce conflicts:  6
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestPrecedence.ag.hs -o TestPrecedence.ag.bin
[1 of 1] Compiling Main             ( TestPrecedence.ag.hs, TestPrecedence.ag.o )
Linking TestPrecedence.ag.bin ...
--> Checking TestPrecedence.ag.bin...
./TestPrecedence.ag.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -agc TestPrecedence.ly -o TestPrecedence.agc.hs
unused terminals: 1
shift/reduce conflicts:  6
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  TestPrecedence.agc.hs -o TestPrecedence.agc.bin
[1 of 1] Compiling Main             ( TestPrecedence.agc.hs, TestPrecedence.agc.o )
Linking TestPrecedence.agc.bin ...
--> Checking TestPrecedence.agc.bin...
./TestPrecedence.agc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. bug001.ly -o bug001.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug001.n.hs -o bug001.n.bin
[1 of 1] Compiling Main             ( bug001.n.hs, bug001.n.o )
Linking bug001.n.bin ...
--> Checking bug001.n.bin...
./bug001.n.bin
42
../dist/build/happy/happy --strict --template=.. -a bug001.ly -o bug001.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug001.a.hs -o bug001.a.bin
[1 of 1] Compiling Main             ( bug001.a.hs, bug001.a.o )
Linking bug001.a.bin ...
--> Checking bug001.a.bin...
./bug001.a.bin
42
../dist/build/happy/happy --strict --template=.. -g bug001.ly -o bug001.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug001.g.hs -o bug001.g.bin
[1 of 1] Compiling Main             ( bug001.g.hs, bug001.g.o )
Linking bug001.g.bin ...
--> Checking bug001.g.bin...
./bug001.g.bin
42
../dist/build/happy/happy --strict --template=.. -gc bug001.ly -o bug001.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug001.gc.hs -o bug001.gc.bin
[1 of 1] Compiling Main             ( bug001.gc.hs, bug001.gc.o )
Linking bug001.gc.bin ...
--> Checking bug001.gc.bin...
./bug001.gc.bin
42
../dist/build/happy/happy --strict --template=.. -ag bug001.ly -o bug001.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug001.ag.hs -o bug001.ag.bin
[1 of 1] Compiling Main             ( bug001.ag.hs, bug001.ag.o )
Linking bug001.ag.bin ...
--> Checking bug001.ag.bin...
./bug001.ag.bin
42
../dist/build/happy/happy --strict --template=.. -agc bug001.ly -o bug001.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug001.agc.hs -o bug001.agc.bin
[1 of 1] Compiling Main             ( bug001.agc.hs, bug001.agc.o )
Linking bug001.agc.bin ...
--> Checking bug001.agc.bin...
./bug001.agc.bin
42
../dist/build/happy/happy --strict --template=.. monad001.y -o monad001.n.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad001.n.hs -o monad001.n.bin
[1 of 1] Compiling Main             ( monad001.n.hs, monad001.n.o )
Linking monad001.n.bin ...
--> Checking monad001.n.bin...
./monad001.n.bin
2.5../dist/build/happy/happy --strict --template=.. -a monad001.y -o monad001.a.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad001.a.hs -o monad001.a.bin
[1 of 1] Compiling Main             ( monad001.a.hs, monad001.a.o )
Linking monad001.a.bin ...
--> Checking monad001.a.bin...
./monad001.a.bin
2.5../dist/build/happy/happy --strict --template=.. -g monad001.y -o monad001.g.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad001.g.hs -o monad001.g.bin
[1 of 1] Compiling Main             ( monad001.g.hs, monad001.g.o )
Linking monad001.g.bin ...
--> Checking monad001.g.bin...
./monad001.g.bin
2.5../dist/build/happy/happy --strict --template=.. -gc monad001.y -o monad001.gc.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad001.gc.hs -o monad001.gc.bin
[1 of 1] Compiling Main             ( monad001.gc.hs, monad001.gc.o )
Linking monad001.gc.bin ...
--> Checking monad001.gc.bin...
./monad001.gc.bin
2.5../dist/build/happy/happy --strict --template=.. -ag monad001.y -o monad001.ag.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad001.ag.hs -o monad001.ag.bin
[1 of 1] Compiling Main             ( monad001.ag.hs, monad001.ag.o )
Linking monad001.ag.bin ...
--> Checking monad001.ag.bin...
./monad001.ag.bin
2.5../dist/build/happy/happy --strict --template=.. -agc monad001.y -o monad001.agc.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad001.agc.hs -o monad001.agc.bin
[1 of 1] Compiling Main             ( monad001.agc.hs, monad001.agc.o )
Linking monad001.agc.bin ...
--> Checking monad001.agc.bin...
./monad001.agc.bin
2.5../dist/build/happy/happy --strict --template=.. monad002.ly -o monad002.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad002.n.hs -o monad002.n.bin
[1 of 1] Compiling Main             ( monad002.n.hs, monad002.n.o )
Linking monad002.n.bin ...
--> Checking monad002.n.bin...
./monad002.n.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -a monad002.ly -o monad002.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad002.a.hs -o monad002.a.bin
[1 of 1] Compiling Main             ( monad002.a.hs, monad002.a.o )
Linking monad002.a.bin ...
--> Checking monad002.a.bin...
./monad002.a.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -g monad002.ly -o monad002.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad002.g.hs -o monad002.g.bin
[1 of 1] Compiling Main             ( monad002.g.hs, monad002.g.o )
Linking monad002.g.bin ...
--> Checking monad002.g.bin...
./monad002.g.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -gc monad002.ly -o monad002.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad002.gc.hs -o monad002.gc.bin
[1 of 1] Compiling Main             ( monad002.gc.hs, monad002.gc.o )
Linking monad002.gc.bin ...
--> Checking monad002.gc.bin...
./monad002.gc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -ag monad002.ly -o monad002.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad002.ag.hs -o monad002.ag.bin
[1 of 1] Compiling Main             ( monad002.ag.hs, monad002.ag.o )
Linking monad002.ag.bin ...
--> Checking monad002.ag.bin...
./monad002.ag.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -agc monad002.ly -o monad002.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monad002.agc.hs -o monad002.agc.bin
[1 of 1] Compiling Main             ( monad002.agc.hs, monad002.agc.o )
Linking monad002.agc.bin ...
--> Checking monad002.agc.bin...
./monad002.agc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. precedence001.ly -o precedence001.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence001.n.hs -o precedence001.n.bin
[1 of 1] Compiling Main             ( precedence001.n.hs, precedence001.n.o )
Linking precedence001.n.bin ...
--> Checking precedence001.n.bin...
./precedence001.n.bin
../dist/build/happy/happy --strict --template=.. -a precedence001.ly -o precedence001.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence001.a.hs -o precedence001.a.bin
[1 of 1] Compiling Main             ( precedence001.a.hs, precedence001.a.o )
Linking precedence001.a.bin ...
--> Checking precedence001.a.bin...
./precedence001.a.bin
../dist/build/happy/happy --strict --template=.. -g precedence001.ly -o precedence001.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence001.g.hs -o precedence001.g.bin
[1 of 1] Compiling Main             ( precedence001.g.hs, precedence001.g.o )
Linking precedence001.g.bin ...
--> Checking precedence001.g.bin...
./precedence001.g.bin
../dist/build/happy/happy --strict --template=.. -gc precedence001.ly -o precedence001.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence001.gc.hs -o precedence001.gc.bin
[1 of 1] Compiling Main             ( precedence001.gc.hs, precedence001.gc.o )
Linking precedence001.gc.bin ...
--> Checking precedence001.gc.bin...
./precedence001.gc.bin
../dist/build/happy/happy --strict --template=.. -ag precedence001.ly -o precedence001.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence001.ag.hs -o precedence001.ag.bin
[1 of 1] Compiling Main             ( precedence001.ag.hs, precedence001.ag.o )
Linking precedence001.ag.bin ...
--> Checking precedence001.ag.bin...
./precedence001.ag.bin
../dist/build/happy/happy --strict --template=.. -agc precedence001.ly -o precedence001.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence001.agc.hs -o precedence001.agc.bin
[1 of 1] Compiling Main             ( precedence001.agc.hs, precedence001.agc.o )
Linking precedence001.agc.bin ...
--> Checking precedence001.agc.bin...
./precedence001.agc.bin
../dist/build/happy/happy --strict --template=.. precedence002.y -o precedence002.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence002.n.hs -o precedence002.n.bin
[1 of 1] Compiling Main             ( precedence002.n.hs, precedence002.n.o )
Linking precedence002.n.bin ...
--> Checking precedence002.n.bin...
./precedence002.n.bin
Plus' (Divide' (Num' 6) (Num' 7)) (Num' 8)
../dist/build/happy/happy --strict --template=.. -a precedence002.y -o precedence002.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence002.a.hs -o precedence002.a.bin
[1 of 1] Compiling Main             ( precedence002.a.hs, precedence002.a.o )
Linking precedence002.a.bin ...
--> Checking precedence002.a.bin...
./precedence002.a.bin
Plus' (Divide' (Num' 6) (Num' 7)) (Num' 8)
../dist/build/happy/happy --strict --template=.. -g precedence002.y -o precedence002.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence002.g.hs -o precedence002.g.bin
[1 of 1] Compiling Main             ( precedence002.g.hs, precedence002.g.o )
Linking precedence002.g.bin ...
--> Checking precedence002.g.bin...
./precedence002.g.bin
Plus' (Divide' (Num' 6) (Num' 7)) (Num' 8)
../dist/build/happy/happy --strict --template=.. -gc precedence002.y -o precedence002.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence002.gc.hs -o precedence002.gc.bin
[1 of 1] Compiling Main             ( precedence002.gc.hs, precedence002.gc.o )
Linking precedence002.gc.bin ...
--> Checking precedence002.gc.bin...
./precedence002.gc.bin
Plus' (Divide' (Num' 6) (Num' 7)) (Num' 8)
../dist/build/happy/happy --strict --template=.. -ag precedence002.y -o precedence002.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence002.ag.hs -o precedence002.ag.bin
[1 of 1] Compiling Main             ( precedence002.ag.hs, precedence002.ag.o )
Linking precedence002.ag.bin ...
--> Checking precedence002.ag.bin...
./precedence002.ag.bin
Plus' (Divide' (Num' 6) (Num' 7)) (Num' 8)
../dist/build/happy/happy --strict --template=.. -agc precedence002.y -o precedence002.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  precedence002.agc.hs -o precedence002.agc.bin
[1 of 1] Compiling Main             ( precedence002.agc.hs, precedence002.agc.o )
Linking precedence002.agc.bin ...
--> Checking precedence002.agc.bin...
./precedence002.agc.bin
Plus' (Divide' (Num' 6) (Num' 7)) (Num' 8)
../dist/build/happy/happy --strict --template=.. bogus-token.y -o bogus-token.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bogus-token.n.hs -o bogus-token.n.bin
[1 of 1] Compiling Main             ( bogus-token.n.hs, bogus-token.n.o )
Linking bogus-token.n.bin ...
--> Checking bogus-token.n.bin...
./bogus-token.n.bin
Test worked
../dist/build/happy/happy --strict --template=.. -a bogus-token.y -o bogus-token.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bogus-token.a.hs -o bogus-token.a.bin
[1 of 1] Compiling Main             ( bogus-token.a.hs, bogus-token.a.o )
Linking bogus-token.a.bin ...
--> Checking bogus-token.a.bin...
./bogus-token.a.bin
Test worked
../dist/build/happy/happy --strict --template=.. -g bogus-token.y -o bogus-token.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bogus-token.g.hs -o bogus-token.g.bin
[1 of 1] Compiling Main             ( bogus-token.g.hs, bogus-token.g.o )
Linking bogus-token.g.bin ...
--> Checking bogus-token.g.bin...
./bogus-token.g.bin
Test worked
../dist/build/happy/happy --strict --template=.. -gc bogus-token.y -o bogus-token.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bogus-token.gc.hs -o bogus-token.gc.bin
[1 of 1] Compiling Main             ( bogus-token.gc.hs, bogus-token.gc.o )
Linking bogus-token.gc.bin ...
--> Checking bogus-token.gc.bin...
./bogus-token.gc.bin
Test worked
../dist/build/happy/happy --strict --template=.. -ag bogus-token.y -o bogus-token.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bogus-token.ag.hs -o bogus-token.ag.bin
[1 of 1] Compiling Main             ( bogus-token.ag.hs, bogus-token.ag.o )
Linking bogus-token.ag.bin ...
--> Checking bogus-token.ag.bin...
./bogus-token.ag.bin
Test worked
../dist/build/happy/happy --strict --template=.. -agc bogus-token.y -o bogus-token.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bogus-token.agc.hs -o bogus-token.agc.bin
[1 of 1] Compiling Main             ( bogus-token.agc.hs, bogus-token.agc.o )
Linking bogus-token.agc.bin ...
--> Checking bogus-token.agc.bin...
./bogus-token.agc.bin
Test worked
../dist/build/happy/happy --strict --template=.. bug002.y -o bug002.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug002.n.hs -o bug002.n.bin
[1 of 1] Compiling Main             ( bug002.n.hs, bug002.n.o )
Linking bug002.n.bin ...
--> Checking bug002.n.bin...
./bug002.n.bin
../dist/build/happy/happy --strict --template=.. -a bug002.y -o bug002.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug002.a.hs -o bug002.a.bin
[1 of 1] Compiling Main             ( bug002.a.hs, bug002.a.o )
Linking bug002.a.bin ...
--> Checking bug002.a.bin...
./bug002.a.bin
../dist/build/happy/happy --strict --template=.. -g bug002.y -o bug002.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug002.g.hs -o bug002.g.bin
[1 of 1] Compiling Main             ( bug002.g.hs, bug002.g.o )
Linking bug002.g.bin ...
--> Checking bug002.g.bin...
./bug002.g.bin
../dist/build/happy/happy --strict --template=.. -gc bug002.y -o bug002.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug002.gc.hs -o bug002.gc.bin
[1 of 1] Compiling Main             ( bug002.gc.hs, bug002.gc.o )
Linking bug002.gc.bin ...
--> Checking bug002.gc.bin...
./bug002.gc.bin
../dist/build/happy/happy --strict --template=.. -ag bug002.y -o bug002.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug002.ag.hs -o bug002.ag.bin
[1 of 1] Compiling Main             ( bug002.ag.hs, bug002.ag.o )
Linking bug002.ag.bin ...
--> Checking bug002.ag.bin...
./bug002.ag.bin
../dist/build/happy/happy --strict --template=.. -agc bug002.y -o bug002.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  bug002.agc.hs -o bug002.agc.bin
[1 of 1] Compiling Main             ( bug002.agc.hs, bug002.agc.o )
Linking bug002.agc.bin ...
--> Checking bug002.agc.bin...
./bug002.agc.bin
../dist/build/happy/happy --strict --template=.. Partial.ly -o Partial.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Partial.n.hs -o Partial.n.bin
[1 of 1] Compiling Main             ( Partial.n.hs, Partial.n.o )
Linking Partial.n.bin ...
--> Checking Partial.n.bin...
./Partial.n.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -a Partial.ly -o Partial.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Partial.a.hs -o Partial.a.bin
[1 of 1] Compiling Main             ( Partial.a.hs, Partial.a.o )
Linking Partial.a.bin ...
--> Checking Partial.a.bin...
./Partial.a.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -g Partial.ly -o Partial.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Partial.g.hs -o Partial.g.bin
[1 of 1] Compiling Main             ( Partial.g.hs, Partial.g.o )
Linking Partial.g.bin ...
--> Checking Partial.g.bin...
./Partial.g.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -gc Partial.ly -o Partial.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Partial.gc.hs -o Partial.gc.bin
[1 of 1] Compiling Main             ( Partial.gc.hs, Partial.gc.o )
Linking Partial.gc.bin ...
--> Checking Partial.gc.bin...
./Partial.gc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -ag Partial.ly -o Partial.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Partial.ag.hs -o Partial.ag.bin
[1 of 1] Compiling Main             ( Partial.ag.hs, Partial.ag.o )
Linking Partial.ag.bin ...
--> Checking Partial.ag.bin...
./Partial.ag.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -agc Partial.ly -o Partial.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  Partial.agc.hs -o Partial.agc.bin
[1 of 1] Compiling Main             ( Partial.agc.hs, Partial.agc.o )
Linking Partial.agc.bin ...
--> Checking Partial.agc.bin...
./Partial.agc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. issue91.y -o issue91.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue91.n.hs -o issue91.n.bin
[1 of 1] Compiling Main             ( issue91.n.hs, issue91.n.o )
Linking issue91.n.bin ...
--> Checking issue91.n.bin...
./issue91.n.bin
../dist/build/happy/happy --strict --template=.. -a issue91.y -o issue91.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue91.a.hs -o issue91.a.bin
[1 of 1] Compiling Main             ( issue91.a.hs, issue91.a.o )
Linking issue91.a.bin ...
--> Checking issue91.a.bin...
./issue91.a.bin
../dist/build/happy/happy --strict --template=.. -g issue91.y -o issue91.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue91.g.hs -o issue91.g.bin
[1 of 1] Compiling Main             ( issue91.g.hs, issue91.g.o )
Linking issue91.g.bin ...
--> Checking issue91.g.bin...
./issue91.g.bin
../dist/build/happy/happy --strict --template=.. -gc issue91.y -o issue91.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue91.gc.hs -o issue91.gc.bin
[1 of 1] Compiling Main             ( issue91.gc.hs, issue91.gc.o )
Linking issue91.gc.bin ...
--> Checking issue91.gc.bin...
./issue91.gc.bin
../dist/build/happy/happy --strict --template=.. -ag issue91.y -o issue91.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue91.ag.hs -o issue91.ag.bin
[1 of 1] Compiling Main             ( issue91.ag.hs, issue91.ag.o )
Linking issue91.ag.bin ...
--> Checking issue91.ag.bin...
./issue91.ag.bin
../dist/build/happy/happy --strict --template=.. -agc issue91.y -o issue91.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue91.agc.hs -o issue91.agc.bin
[1 of 1] Compiling Main             ( issue91.agc.hs, issue91.agc.o )
Linking issue91.agc.bin ...
--> Checking issue91.agc.bin...
./issue91.agc.bin
../dist/build/happy/happy --strict --template=.. issue93.y -o issue93.n.hs
unused rules: 26
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue93.n.hs -o issue93.n.bin
[1 of 1] Compiling Main             ( issue93.n.hs, issue93.n.o )
make: *** [Makefile:92: issue93.n.bin] Killed
../dist/build/happy/happy --strict --template=.. -a issue93.y -o issue93.a.hs
unused rules: 26
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue93.a.hs -o issue93.a.bin
[1 of 1] Compiling Main             ( issue93.a.hs, issue93.a.o )
make: *** [Makefile:92: issue93.a.bin] Killed
../dist/build/happy/happy --strict --template=.. -g issue93.y -o issue93.g.hs
unused rules: 26
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue93.g.hs -o issue93.g.bin
[1 of 1] Compiling Main             ( issue93.g.hs, issue93.g.o )
Linking issue93.g.bin ...
--> Checking issue93.g.bin...
./issue93.g.bin
../dist/build/happy/happy --strict --template=.. -gc issue93.y -o issue93.gc.hs
unused rules: 26
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue93.gc.hs -o issue93.gc.bin
[1 of 1] Compiling Main             ( issue93.gc.hs, issue93.gc.o )
Linking issue93.gc.bin ...
--> Checking issue93.gc.bin...
./issue93.gc.bin
../dist/build/happy/happy --strict --template=.. -ag issue93.y -o issue93.ag.hs
unused rules: 26
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue93.ag.hs -o issue93.ag.bin
[1 of 1] Compiling Main             ( issue93.ag.hs, issue93.ag.o )
Linking issue93.ag.bin ...
--> Checking issue93.ag.bin...
./issue93.ag.bin
../dist/build/happy/happy --strict --template=.. -agc issue93.y -o issue93.agc.hs
unused rules: 26
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue93.agc.hs -o issue93.agc.bin
[1 of 1] Compiling Main             ( issue93.agc.hs, issue93.agc.o )
Linking issue93.agc.bin ...
--> Checking issue93.agc.bin...
./issue93.agc.bin
../dist/build/happy/happy --strict --template=.. issue94.y -o issue94.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue94.n.hs -o issue94.n.bin
[1 of 1] Compiling Main             ( issue94.n.hs, issue94.n.o )
Linking issue94.n.bin ...
--> Checking issue94.n.bin...
./issue94.n.bin
../dist/build/happy/happy --strict --template=.. -a issue94.y -o issue94.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue94.a.hs -o issue94.a.bin
[1 of 1] Compiling Main             ( issue94.a.hs, issue94.a.o )
Linking issue94.a.bin ...
--> Checking issue94.a.bin...
./issue94.a.bin
../dist/build/happy/happy --strict --template=.. -g issue94.y -o issue94.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue94.g.hs -o issue94.g.bin
[1 of 1] Compiling Main             ( issue94.g.hs, issue94.g.o )
Linking issue94.g.bin ...
--> Checking issue94.g.bin...
./issue94.g.bin
../dist/build/happy/happy --strict --template=.. -gc issue94.y -o issue94.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue94.gc.hs -o issue94.gc.bin
[1 of 1] Compiling Main             ( issue94.gc.hs, issue94.gc.o )
Linking issue94.gc.bin ...
--> Checking issue94.gc.bin...
./issue94.gc.bin
../dist/build/happy/happy --strict --template=.. -ag issue94.y -o issue94.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue94.ag.hs -o issue94.ag.bin
[1 of 1] Compiling Main             ( issue94.ag.hs, issue94.ag.o )
Linking issue94.ag.bin ...
--> Checking issue94.ag.bin...
./issue94.ag.bin
../dist/build/happy/happy --strict --template=.. -agc issue94.y -o issue94.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue94.agc.hs -o issue94.agc.bin
[1 of 1] Compiling Main             ( issue94.agc.hs, issue94.agc.o )
Linking issue94.agc.bin ...
--> Checking issue94.agc.bin...
./issue94.agc.bin
../dist/build/happy/happy --strict --template=.. issue95.y -o issue95.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue95.n.hs -o issue95.n.bin
[1 of 1] Compiling Main             ( issue95.n.hs, issue95.n.o )
Linking issue95.n.bin ...
--> Checking issue95.n.bin...
./issue95.n.bin
../dist/build/happy/happy --strict --template=.. -a issue95.y -o issue95.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue95.a.hs -o issue95.a.bin
[1 of 1] Compiling Main             ( issue95.a.hs, issue95.a.o )
Linking issue95.a.bin ...
--> Checking issue95.a.bin...
./issue95.a.bin
../dist/build/happy/happy --strict --template=.. -g issue95.y -o issue95.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue95.g.hs -o issue95.g.bin
[1 of 1] Compiling Main             ( issue95.g.hs, issue95.g.o )
Linking issue95.g.bin ...
--> Checking issue95.g.bin...
./issue95.g.bin
../dist/build/happy/happy --strict --template=.. -gc issue95.y -o issue95.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue95.gc.hs -o issue95.gc.bin
[1 of 1] Compiling Main             ( issue95.gc.hs, issue95.gc.o )
Linking issue95.gc.bin ...
--> Checking issue95.gc.bin...
./issue95.gc.bin
../dist/build/happy/happy --strict --template=.. -ag issue95.y -o issue95.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue95.ag.hs -o issue95.ag.bin
[1 of 1] Compiling Main             ( issue95.ag.hs, issue95.ag.o )
Linking issue95.ag.bin ...
--> Checking issue95.ag.bin...
./issue95.ag.bin
../dist/build/happy/happy --strict --template=.. -agc issue95.y -o issue95.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  issue95.agc.hs -o issue95.agc.bin
[1 of 1] Compiling Main             ( issue95.agc.hs, issue95.agc.o )
Linking issue95.agc.bin ...
--> Checking issue95.agc.bin...
./issue95.agc.bin
../dist/build/happy/happy --strict --template=.. AttrGrammar001.y -o AttrGrammar001.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar001.n.hs -o AttrGrammar001.n.bin
[1 of 1] Compiling Main             ( AttrGrammar001.n.hs, AttrGrammar001.n.o )
Linking AttrGrammar001.n.bin ...
--> Checking AttrGrammar001.n.bin...
./AttrGrammar001.n.bin
Test works
../dist/build/happy/happy --strict --template=.. -a AttrGrammar001.y -o AttrGrammar001.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar001.a.hs -o AttrGrammar001.a.bin
[1 of 1] Compiling Main             ( AttrGrammar001.a.hs, AttrGrammar001.a.o )
Linking AttrGrammar001.a.bin ...
--> Checking AttrGrammar001.a.bin...
./AttrGrammar001.a.bin
Test works
../dist/build/happy/happy --strict --template=.. -g AttrGrammar001.y -o AttrGrammar001.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar001.g.hs -o AttrGrammar001.g.bin
[1 of 1] Compiling Main             ( AttrGrammar001.g.hs, AttrGrammar001.g.o )
Linking AttrGrammar001.g.bin ...
--> Checking AttrGrammar001.g.bin...
./AttrGrammar001.g.bin
Test works
../dist/build/happy/happy --strict --template=.. -gc AttrGrammar001.y -o AttrGrammar001.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar001.gc.hs -o AttrGrammar001.gc.bin
[1 of 1] Compiling Main             ( AttrGrammar001.gc.hs, AttrGrammar001.gc.o )
Linking AttrGrammar001.gc.bin ...
--> Checking AttrGrammar001.gc.bin...
./AttrGrammar001.gc.bin
Test works
../dist/build/happy/happy --strict --template=.. -ag AttrGrammar001.y -o AttrGrammar001.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar001.ag.hs -o AttrGrammar001.ag.bin
[1 of 1] Compiling Main             ( AttrGrammar001.ag.hs, AttrGrammar001.ag.o )
Linking AttrGrammar001.ag.bin ...
--> Checking AttrGrammar001.ag.bin...
./AttrGrammar001.ag.bin
Test works
../dist/build/happy/happy --strict --template=.. -agc AttrGrammar001.y -o AttrGrammar001.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar001.agc.hs -o AttrGrammar001.agc.bin
[1 of 1] Compiling Main             ( AttrGrammar001.agc.hs, AttrGrammar001.agc.o )
Linking AttrGrammar001.agc.bin ...
--> Checking AttrGrammar001.agc.bin...
./AttrGrammar001.agc.bin
Test works
../dist/build/happy/happy --strict --template=.. AttrGrammar002.y -o AttrGrammar002.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar002.n.hs -o AttrGrammar002.n.bin
[1 of 1] Compiling Main             ( AttrGrammar002.n.hs, AttrGrammar002.n.o )
Linking AttrGrammar002.n.bin ...
--> Checking AttrGrammar002.n.bin...
./AttrGrammar002.n.bin
Test worked
../dist/build/happy/happy --strict --template=.. -a AttrGrammar002.y -o AttrGrammar002.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar002.a.hs -o AttrGrammar002.a.bin
[1 of 1] Compiling Main             ( AttrGrammar002.a.hs, AttrGrammar002.a.o )
Linking AttrGrammar002.a.bin ...
--> Checking AttrGrammar002.a.bin...
./AttrGrammar002.a.bin
Test worked
../dist/build/happy/happy --strict --template=.. -g AttrGrammar002.y -o AttrGrammar002.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar002.g.hs -o AttrGrammar002.g.bin
[1 of 1] Compiling Main             ( AttrGrammar002.g.hs, AttrGrammar002.g.o )
Linking AttrGrammar002.g.bin ...
--> Checking AttrGrammar002.g.bin...
./AttrGrammar002.g.bin
Test worked
../dist/build/happy/happy --strict --template=.. -gc AttrGrammar002.y -o AttrGrammar002.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar002.gc.hs -o AttrGrammar002.gc.bin
[1 of 1] Compiling Main             ( AttrGrammar002.gc.hs, AttrGrammar002.gc.o )
Linking AttrGrammar002.gc.bin ...
--> Checking AttrGrammar002.gc.bin...
./AttrGrammar002.gc.bin
Test worked
../dist/build/happy/happy --strict --template=.. -ag AttrGrammar002.y -o AttrGrammar002.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar002.ag.hs -o AttrGrammar002.ag.bin
[1 of 1] Compiling Main             ( AttrGrammar002.ag.hs, AttrGrammar002.ag.o )
Linking AttrGrammar002.ag.bin ...
--> Checking AttrGrammar002.ag.bin...
./AttrGrammar002.ag.bin
Test worked
../dist/build/happy/happy --strict --template=.. -agc AttrGrammar002.y -o AttrGrammar002.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  AttrGrammar002.agc.hs -o AttrGrammar002.agc.bin
[1 of 1] Compiling Main             ( AttrGrammar002.agc.hs, AttrGrammar002.agc.o )
Linking AttrGrammar002.agc.bin ...
--> Checking AttrGrammar002.agc.bin...
./AttrGrammar002.agc.bin
Test worked
../dist/build/happy/happy --strict --template=.. test_rules.y -o test_rules.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  test_rules.n.hs -o test_rules.n.bin
[1 of 1] Compiling Main             ( test_rules.n.hs, test_rules.n.o )
Linking test_rules.n.bin ...
--> Checking test_rules.n.bin...
./test_rules.n.bin
Tests passed.
../dist/build/happy/happy --strict --template=.. -a test_rules.y -o test_rules.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  test_rules.a.hs -o test_rules.a.bin
[1 of 1] Compiling Main             ( test_rules.a.hs, test_rules.a.o )
Linking test_rules.a.bin ...
--> Checking test_rules.a.bin...
./test_rules.a.bin
Tests passed.
../dist/build/happy/happy --strict --template=.. -g test_rules.y -o test_rules.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  test_rules.g.hs -o test_rules.g.bin
[1 of 1] Compiling Main             ( test_rules.g.hs, test_rules.g.o )
Linking test_rules.g.bin ...
--> Checking test_rules.g.bin...
./test_rules.g.bin
Tests passed.
../dist/build/happy/happy --strict --template=.. -gc test_rules.y -o test_rules.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  test_rules.gc.hs -o test_rules.gc.bin
[1 of 1] Compiling Main             ( test_rules.gc.hs, test_rules.gc.o )
Linking test_rules.gc.bin ...
--> Checking test_rules.gc.bin...
./test_rules.gc.bin
Tests passed.
../dist/build/happy/happy --strict --template=.. -ag test_rules.y -o test_rules.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  test_rules.ag.hs -o test_rules.ag.bin
[1 of 1] Compiling Main             ( test_rules.ag.hs, test_rules.ag.o )
Linking test_rules.ag.bin ...
--> Checking test_rules.ag.bin...
./test_rules.ag.bin
Tests passed.
../dist/build/happy/happy --strict --template=.. -agc test_rules.y -o test_rules.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  test_rules.agc.hs -o test_rules.agc.bin
[1 of 1] Compiling Main             ( test_rules.agc.hs, test_rules.agc.o )
Linking test_rules.agc.bin ...
--> Checking test_rules.agc.bin...
./test_rules.agc.bin
Tests passed.
../dist/build/happy/happy --strict --template=.. monaderror.y -o monaderror.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror.n.hs -o monaderror.n.bin
[1 of 1] Compiling Main             ( monaderror.n.hs, monaderror.n.o )
Linking monaderror.n.bin ...
--> Checking monaderror.n.bin...
./monaderror.n.bin
../dist/build/happy/happy --strict --template=.. -a monaderror.y -o monaderror.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror.a.hs -o monaderror.a.bin
[1 of 1] Compiling Main             ( monaderror.a.hs, monaderror.a.o )
Linking monaderror.a.bin ...
--> Checking monaderror.a.bin...
./monaderror.a.bin
../dist/build/happy/happy --strict --template=.. -g monaderror.y -o monaderror.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror.g.hs -o monaderror.g.bin
[1 of 1] Compiling Main             ( monaderror.g.hs, monaderror.g.o )
Linking monaderror.g.bin ...
--> Checking monaderror.g.bin...
./monaderror.g.bin
../dist/build/happy/happy --strict --template=.. -gc monaderror.y -o monaderror.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror.gc.hs -o monaderror.gc.bin
[1 of 1] Compiling Main             ( monaderror.gc.hs, monaderror.gc.o )
Linking monaderror.gc.bin ...
--> Checking monaderror.gc.bin...
./monaderror.gc.bin
../dist/build/happy/happy --strict --template=.. -ag monaderror.y -o monaderror.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror.ag.hs -o monaderror.ag.bin
[1 of 1] Compiling Main             ( monaderror.ag.hs, monaderror.ag.o )
Linking monaderror.ag.bin ...
--> Checking monaderror.ag.bin...
./monaderror.ag.bin
../dist/build/happy/happy --strict --template=.. -agc monaderror.y -o monaderror.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror.agc.hs -o monaderror.agc.bin
[1 of 1] Compiling Main             ( monaderror.agc.hs, monaderror.agc.o )
Linking monaderror.agc.bin ...
--> Checking monaderror.agc.bin...
./monaderror.agc.bin
../dist/build/happy/happy --strict --template=.. monaderror-explist.y -o monaderror-explist.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror-explist.n.hs -o monaderror-explist.n.bin
[1 of 1] Compiling Main             ( monaderror-explist.n.hs, monaderror-explist.n.o )
Linking monaderror-explist.n.bin ...
--> Checking monaderror-explist.n.bin...
./monaderror-explist.n.bin
testing Z Z
testing T S
../dist/build/happy/happy --strict --template=.. -a monaderror-explist.y -o monaderror-explist.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror-explist.a.hs -o monaderror-explist.a.bin
[1 of 1] Compiling Main             ( monaderror-explist.a.hs, monaderror-explist.a.o )
Linking monaderror-explist.a.bin ...
--> Checking monaderror-explist.a.bin...
./monaderror-explist.a.bin
testing Z Z
testing T S
../dist/build/happy/happy --strict --template=.. -g monaderror-explist.y -o monaderror-explist.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror-explist.g.hs -o monaderror-explist.g.bin
[1 of 1] Compiling Main             ( monaderror-explist.g.hs, monaderror-explist.g.o )
Linking monaderror-explist.g.bin ...
--> Checking monaderror-explist.g.bin...
./monaderror-explist.g.bin
testing Z Z
testing T S
../dist/build/happy/happy --strict --template=.. -gc monaderror-explist.y -o monaderror-explist.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror-explist.gc.hs -o monaderror-explist.gc.bin
[1 of 1] Compiling Main             ( monaderror-explist.gc.hs, monaderror-explist.gc.o )
Linking monaderror-explist.gc.bin ...
--> Checking monaderror-explist.gc.bin...
./monaderror-explist.gc.bin
testing Z Z
testing T S
../dist/build/happy/happy --strict --template=.. -ag monaderror-explist.y -o monaderror-explist.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror-explist.ag.hs -o monaderror-explist.ag.bin
[1 of 1] Compiling Main             ( monaderror-explist.ag.hs, monaderror-explist.ag.o )
Linking monaderror-explist.ag.bin ...
--> Checking monaderror-explist.ag.bin...
./monaderror-explist.ag.bin
testing Z Z
testing T S
../dist/build/happy/happy --strict --template=.. -agc monaderror-explist.y -o monaderror-explist.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  monaderror-explist.agc.hs -o monaderror-explist.agc.bin
[1 of 1] Compiling Main             ( monaderror-explist.agc.hs, monaderror-explist.agc.o )
Linking monaderror-explist.agc.bin ...
--> Checking monaderror-explist.agc.bin...
./monaderror-explist.agc.bin
testing Z Z
testing T S
../dist/build/happy/happy --strict --template=.. typeclass_monad001.y -o typeclass_monad001.n.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad001.n.hs -o typeclass_monad001.n.bin
[1 of 1] Compiling Main             ( typeclass_monad001.n.hs, typeclass_monad001.n.o )
Linking typeclass_monad001.n.bin ...
--> Checking typeclass_monad001.n.bin...
./typeclass_monad001.n.bin
2.5../dist/build/happy/happy --strict --template=.. -a typeclass_monad001.y -o typeclass_monad001.a.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad001.a.hs -o typeclass_monad001.a.bin
[1 of 1] Compiling Main             ( typeclass_monad001.a.hs, typeclass_monad001.a.o )
Linking typeclass_monad001.a.bin ...
--> Checking typeclass_monad001.a.bin...
./typeclass_monad001.a.bin
2.5../dist/build/happy/happy --strict --template=.. -g typeclass_monad001.y -o typeclass_monad001.g.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad001.g.hs -o typeclass_monad001.g.bin
[1 of 1] Compiling Main             ( typeclass_monad001.g.hs, typeclass_monad001.g.o )
Linking typeclass_monad001.g.bin ...
--> Checking typeclass_monad001.g.bin...
./typeclass_monad001.g.bin
2.5../dist/build/happy/happy --strict --template=.. -gc typeclass_monad001.y -o typeclass_monad001.gc.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad001.gc.hs -o typeclass_monad001.gc.bin
[1 of 1] Compiling Main             ( typeclass_monad001.gc.hs, typeclass_monad001.gc.o )
Linking typeclass_monad001.gc.bin ...
--> Checking typeclass_monad001.gc.bin...
./typeclass_monad001.gc.bin
2.5../dist/build/happy/happy --strict --template=.. -ag typeclass_monad001.y -o typeclass_monad001.ag.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad001.ag.hs -o typeclass_monad001.ag.bin
[1 of 1] Compiling Main             ( typeclass_monad001.ag.hs, typeclass_monad001.ag.o )
Linking typeclass_monad001.ag.bin ...
--> Checking typeclass_monad001.ag.bin...
./typeclass_monad001.ag.bin
2.5../dist/build/happy/happy --strict --template=.. -agc typeclass_monad001.y -o typeclass_monad001.agc.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad001.agc.hs -o typeclass_monad001.agc.bin
[1 of 1] Compiling Main             ( typeclass_monad001.agc.hs, typeclass_monad001.agc.o )
Linking typeclass_monad001.agc.bin ...
--> Checking typeclass_monad001.agc.bin...
./typeclass_monad001.agc.bin
2.5../dist/build/happy/happy --strict --template=.. typeclass_monad002.ly -o typeclass_monad002.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad002.n.hs -o typeclass_monad002.n.bin
[1 of 1] Compiling Main             ( typeclass_monad002.n.hs, typeclass_monad002.n.o )
Linking typeclass_monad002.n.bin ...
--> Checking typeclass_monad002.n.bin...
./typeclass_monad002.n.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -a typeclass_monad002.ly -o typeclass_monad002.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad002.a.hs -o typeclass_monad002.a.bin
[1 of 1] Compiling Main             ( typeclass_monad002.a.hs, typeclass_monad002.a.o )
Linking typeclass_monad002.a.bin ...
--> Checking typeclass_monad002.a.bin...
./typeclass_monad002.a.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -g typeclass_monad002.ly -o typeclass_monad002.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad002.g.hs -o typeclass_monad002.g.bin
[1 of 1] Compiling Main             ( typeclass_monad002.g.hs, typeclass_monad002.g.o )
Linking typeclass_monad002.g.bin ...
--> Checking typeclass_monad002.g.bin...
./typeclass_monad002.g.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -gc typeclass_monad002.ly -o typeclass_monad002.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad002.gc.hs -o typeclass_monad002.gc.bin
[1 of 1] Compiling Main             ( typeclass_monad002.gc.hs, typeclass_monad002.gc.o )
Linking typeclass_monad002.gc.bin ...
--> Checking typeclass_monad002.gc.bin...
./typeclass_monad002.gc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -ag typeclass_monad002.ly -o typeclass_monad002.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad002.ag.hs -o typeclass_monad002.ag.bin
[1 of 1] Compiling Main             ( typeclass_monad002.ag.hs, typeclass_monad002.ag.o )
Linking typeclass_monad002.ag.bin ...
--> Checking typeclass_monad002.ag.bin...
./typeclass_monad002.ag.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -agc typeclass_monad002.ly -o typeclass_monad002.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad002.agc.hs -o typeclass_monad002.agc.bin
[1 of 1] Compiling Main             ( typeclass_monad002.agc.hs, typeclass_monad002.agc.o )
Linking typeclass_monad002.agc.bin ...
--> Checking typeclass_monad002.agc.bin...
./typeclass_monad002.agc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. typeclass_monad_lexer.y -o typeclass_monad_lexer.n.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad_lexer.n.hs -o typeclass_monad_lexer.n.bin
[1 of 1] Compiling Main             ( typeclass_monad_lexer.n.hs, typeclass_monad_lexer.n.o )
Linking typeclass_monad_lexer.n.bin ...
--> Checking typeclass_monad_lexer.n.bin...
./typeclass_monad_lexer.n.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -a typeclass_monad_lexer.y -o typeclass_monad_lexer.a.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad_lexer.a.hs -o typeclass_monad_lexer.a.bin
[1 of 1] Compiling Main             ( typeclass_monad_lexer.a.hs, typeclass_monad_lexer.a.o )
Linking typeclass_monad_lexer.a.bin ...
--> Checking typeclass_monad_lexer.a.bin...
./typeclass_monad_lexer.a.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -g typeclass_monad_lexer.y -o typeclass_monad_lexer.g.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad_lexer.g.hs -o typeclass_monad_lexer.g.bin
[1 of 1] Compiling Main             ( typeclass_monad_lexer.g.hs, typeclass_monad_lexer.g.o )
Linking typeclass_monad_lexer.g.bin ...
--> Checking typeclass_monad_lexer.g.bin...
./typeclass_monad_lexer.g.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -gc typeclass_monad_lexer.y -o typeclass_monad_lexer.gc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad_lexer.gc.hs -o typeclass_monad_lexer.gc.bin
[1 of 1] Compiling Main             ( typeclass_monad_lexer.gc.hs, typeclass_monad_lexer.gc.o )
Linking typeclass_monad_lexer.gc.bin ...
--> Checking typeclass_monad_lexer.gc.bin...
./typeclass_monad_lexer.gc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -ag typeclass_monad_lexer.y -o typeclass_monad_lexer.ag.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad_lexer.ag.hs -o typeclass_monad_lexer.ag.bin
[1 of 1] Compiling Main             ( typeclass_monad_lexer.ag.hs, typeclass_monad_lexer.ag.o )
Linking typeclass_monad_lexer.ag.bin ...
--> Checking typeclass_monad_lexer.ag.bin...
./typeclass_monad_lexer.ag.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. -agc typeclass_monad_lexer.y -o typeclass_monad_lexer.agc.hs
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  typeclass_monad_lexer.agc.hs -o typeclass_monad_lexer.agc.bin
[1 of 1] Compiling Main             ( typeclass_monad_lexer.agc.hs, typeclass_monad_lexer.agc.o )
Linking typeclass_monad_lexer.agc.bin ...
--> Checking typeclass_monad_lexer.agc.bin...
./typeclass_monad_lexer.agc.bin
"Test works\n"
../dist/build/happy/happy --strict --template=.. rank2.y -o rank2.n.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  rank2.n.hs -o rank2.n.bin
[1 of 1] Compiling Main             ( rank2.n.hs, rank2.n.o )
Linking rank2.n.bin ...
--> Checking rank2.n.bin...
./rank2.n.bin
(5,5.0,True)
../dist/build/happy/happy --strict --template=.. -a rank2.y -o rank2.a.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  rank2.a.hs -o rank2.a.bin
[1 of 1] Compiling Main             ( rank2.a.hs, rank2.a.o )
Linking rank2.a.bin ...
--> Checking rank2.a.bin...
./rank2.a.bin
(5,5.0,True)
../dist/build/happy/happy --strict --template=.. -g rank2.y -o rank2.g.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  rank2.g.hs -o rank2.g.bin
[1 of 1] Compiling Main             ( rank2.g.hs, rank2.g.o )
Linking rank2.g.bin ...
--> Checking rank2.g.bin...
./rank2.g.bin
(5,5.0,True)
../dist/build/happy/happy --strict --template=.. -gc rank2.y -o rank2.gc.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  rank2.gc.hs -o rank2.gc.bin
[1 of 1] Compiling Main             ( rank2.gc.hs, rank2.gc.o )
Linking rank2.gc.bin ...
--> Checking rank2.gc.bin...
./rank2.gc.bin
(5,5.0,True)
../dist/build/happy/happy --strict --template=.. -ag rank2.y -o rank2.ag.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  rank2.ag.hs -o rank2.ag.bin
[1 of 1] Compiling Main             ( rank2.ag.hs, rank2.ag.o )
Linking rank2.ag.bin ...
--> Checking rank2.ag.bin...
./rank2.ag.bin
(5,5.0,True)
../dist/build/happy/happy --strict --template=.. -agc rank2.y -o rank2.agc.hs
unused terminals: 1
ghc -hide-all-packages -package base -package array -package mtl -Wall -Werror -fforce-recomp  rank2.agc.hs -o rank2.agc.bin
[1 of 1] Compiling Main             ( rank2.agc.hs, rank2.agc.o )
Linking rank2.agc.bin ...
--> Checking rank2.agc.bin...
./rank2.agc.bin
(5,5.0,True)
make: Target 'all' not remade because of errors.
rm monaderror.a.hs issue91.agc.hs bogus-token.gc.hs Partial.a.hs monad002.gc.hs monad002.ag.hs issue91.a.hs monaderror-explist.a.hs typeclass_monad002.a.hs AttrGrammar002.a.hs issue95.gc.hs Partial.agc.hs typeclass_monad002.gc.hs Test.gc.hs AttrGrammar002.gc.hs typeclass_monad_lexer.agc.hs issue91.ag.hs monaderror.gc.hs precedence001.agc.hs TestPrecedence.a.hs issue94.agc.hs TestMulti.gc.hs typeclass_monad_lexer.a.hs precedence001.a.hs monaderror-explist.ag.hs bug001.gc.hs AttrGrammar001.agc.hs monad002.a.hs Partial.ag.hs issue94.gc.hs issue93.agc.hs TestPrecedence.ag.hs precedence002.a.hs AttrGrammar001.a.hs test_rules.ag.hs typeclass_monad001.a.hs monad001.agc.hs typeclass_monad_lexer.ag.hs precedence001.ag.hs rank2.gc.hs issue93.a.hs bug002.ag.hs bug001.a.hs TestMulti.agc.hs monad001.a.hs TestMulti.a.hs bogus-token.agc.hs Partial.gc.hs monad002.agc.hs AttrGrammar001.ag.hs precedence002.ag.hs bug001.agc.hs issue93.ag.hs issue95.agc.hs bogus-token.a.hs monaderror.agc.hs rank2.ag.hs monad001.ag.hs Test.agc.hs issue91.gc.hs typeclass_monad001.agc.hs bogus-token.ag.hs TestPrecedence.agc.hs Test.a.hs test_rules.agc.hs typeclass_monad_lexer.gc.hs precedence001.gc.hs AttrGrammar002.ag.hs issue95.a.hs monaderror.ag.hs typeclass_monad002.agc.hs bug002.agc.hs TestPrecedence.gc.hs bug001.ag.hs precedence002.agc.hs bug002.a.hs rank2.agc.hs test_rules.a.hs test_rules.gc.hs AttrGrammar002.agc.hs monaderror-explist.gc.hs Test.ag.hs precedence002.gc.hs AttrGrammar001.gc.hs bug002.gc.hs issue94.a.hs typeclass_monad001.ag.hs issue95.ag.hs issue93.gc.hs typeclass_monad001.gc.hs issue94.ag.hs TestMulti.ag.hs monad001.gc.hs monaderror-explist.agc.hs rank2.a.hs typeclass_monad002.ag.hs
make: Leaving directory '/build/happy-1.19.11/tests'
Test suite tests: FAIL
Test suite logged to: dist/test/happy-1.19.11-tests.log
0 of 1 test suites (0 of 1 test cases) passed.
builder for '/nix/store/99b48la1yxvv9cdxm9i7r2nl4mjcza05-happy-1.19.11.drv' failed with exit code 1
error: build of '/nix/store/0nln57lvrf08szi2wfl4ihjiykhpxkk7-cabal-install-3.0.0.0.drv', '/nix/store/99b48la1yxvv9cdxm9i7r2nl4mjcza05-happy-1.19.11.drv', '/nix/store/dw5xn9yp4a8nzrdxiihfj9xak1k5zzf8-alex-3.2.4.drv', '/nix/store/phpldalrz8s3gql39f70k3gyicb4y6s1-texlive-combined-2018.drv' failed

buggymcbugfix avatar Apr 12 '20 08:04 buggymcbugfix

I think this has been fixed in the past, but was broken again when GHC bumped to 1.20. And now it's fixed again on more recent commits. Could you try again?

sgraf812 avatar Nov 02 '20 13:11 sgraf812