packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/list-pattern-in-equation.yaml

src: |
  f [1..10] = 0
  f _ = 1
ghc: |
  test.hs:1:3: error: [GHC-04584]
      Expression syntax in pattern: [1 .. 10]
aihc: |
  test.hs:1:5:
  1 | f [1..10] = 0
    |     ^^
  unexpected '..'
  expecting pattern atom