packages feed

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

src: |
  x =
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