packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/multiple-decl-errors.yaml

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

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