packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/import-where.yaml

src: |
  import where
ghc: |
  test.hs:1:8: error: [GHC-58481] parse error on input `where'
aihc: |
  test.hs:1:8:
  1 | import where
    |        ^^^^^
  unexpected 'where'
  expecting module name