packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/lambda-missing-body.yaml

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