summaryrefslogtreecommitdiff
path: root/src/Codec/Pesto/Parse.lhs
AgeCommit message (Collapse)AuthorFilesLines
2020-08-24GHC 8.8, cabal 3, pandoc 2.10 compatibilityLars-Dominik Braun1-403/+0
Move files around to separate Pesto (the library) and Pesto (the executables). Fixes for pandoc API changes.
2018-04-01Support Pandoc 2Lars-Dominik Braun1-0/+2
Apparently the new major release broke its public API, but – thankfully – added support for RST’s include directive.
2016-10-24GHC 7.10 compatibilityLars-Dominik Braun1-1/+2
Bumps base version requirement to 4.8 due to https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysTheimportof...isredundant
2016-05-08GHC 7.8 compatibilityLars-Dominik Braun1-0/+7
2015-08-09Chane result and reference argument to quantityLars-Dominik Braun1-8/+9
Now the recipe’s yield can be extracted from the root’s quantity.
2015-08-01Switch on GHC warningsLars-Dominik Braun1-6/+4
2015-07-11Rename Operation to InstructionLars-Dominik Braun1-38/+40
More appropriate. The graph builder is essentially a small, special-purpose stack processor.
2015-06-28Replace file magic with directivesLars-Dominik Braun1-38/+33
Adds the %pesto and %bonappetit directives, switches to stream-based operation.
2015-06-14First public versionLars-Dominik Braun1-0/+397