packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/case-missing-of.yaml

src: |
  x = case
  y = 20 +
ghc: |
  test.hs:2:1: error: [GHC-58481]
      parse error (possibly incorrect indentation or mismatched brackets)
aihc: |
  test.hs:1:5:
  1 | x = case
    |     ^^^^
  unexpected end of input
  expecting expression
  context: while parsing case expression
  context: while parsing equation right-hand side

  test.hs:2:8:
  2 | y = 20 +
    |        ^
  unexpected end of input
  expecting expression
  context: while parsing equation right-hand side