Whitespace forward compatibility for proposal #229
GHC Proposal #229 changes the lexical rules of Haskell, which may require slight whitespace adjustments in certain cases. This patch changes formatting in a few places in GHC and its testsuite in a way that enables it to compile under the proposed rules.
Showing
- compiler/typecheck/TcRnExports.hs 1 addition, 1 deletioncompiler/typecheck/TcRnExports.hs
- compiler/utils/Dominators.hs 3 additions, 3 deletionscompiler/utils/Dominators.hs
- testsuite/tests/deSugar/should_compile/ds020.hs 1 addition, 1 deletiontestsuite/tests/deSugar/should_compile/ds020.hs
- testsuite/tests/determinism/determ017/A.hs 3 additions, 3 deletionstestsuite/tests/determinism/determ017/A.hs
- testsuite/tests/indexed-types/should_compile/T3787.hs 3 additions, 3 deletionstestsuite/tests/indexed-types/should_compile/T3787.hs
- testsuite/tests/module/mod70.hs 1 addition, 1 deletiontestsuite/tests/module/mod70.hs
- testsuite/tests/module/mod70.stderr 1 addition, 1 deletiontestsuite/tests/module/mod70.stderr
- testsuite/tests/parser/should_compile/T13600b.hs 4 additions, 4 deletionstestsuite/tests/parser/should_compile/T13600b.hs
- testsuite/tests/parser/should_compile/T13600b.stderr 0 additions, 20 deletionstestsuite/tests/parser/should_compile/T13600b.stderr
- testsuite/tests/programs/strict_anns/Main.hs 2 additions, 2 deletionstestsuite/tests/programs/strict_anns/Main.hs
- testsuite/tests/rename/should_fail/rnfail016.hs 1 addition, 1 deletiontestsuite/tests/rename/should_fail/rnfail016.hs
- testsuite/tests/simplCore/should_run/T3591.hs 3 additions, 3 deletionstestsuite/tests/simplCore/should_run/T3591.hs
- testsuite/tests/typecheck/should_fail/T11313.hs 1 addition, 1 deletiontestsuite/tests/typecheck/should_fail/T11313.hs
- testsuite/tests/typecheck/should_fail/T11313.stderr 1 addition, 1 deletiontestsuite/tests/typecheck/should_fail/T11313.stderr
- testsuite/tests/typecheck/should_fail/T12529.hs 1 addition, 1 deletiontestsuite/tests/typecheck/should_fail/T12529.hs
- testsuite/tests/typecheck/should_fail/tcfail112.hs 1 addition, 1 deletiontestsuite/tests/typecheck/should_fail/tcfail112.hs
Loading
Please register or sign in to comment