packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/golden/module/literate/bird-style.yaml

extensions: []
input: |
  This is a literate Haskell file.
  The code starts with a greater-than sign.

  > module BirdStyle where
  > 
  > main = putStrLn "Bird style!"

  And then some more text here.
status: xfail
reason: Basic Bird-style literate Haskell.