summaryrefslogtreecommitdiff
path: root/src/Codec/Pesto/Graph.lhs
AgeCommit message (Collapse)AuthorFilesLines
2020-08-24GHC 8.8, cabal 3, pandoc 2.10 compatibilityLars-Dominik Braun1-276/+0
Move files around to separate Pesto (the library) and Pesto (the executables). Fixes for pandoc API changes.
2018-04-02Rename recipe terminator directiveLars-Dominik Braun1-14/+17
“Bon appétit” is French, but pesto is from Italy. This is a breaking change.
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/+0
Bumps base version requirement to 4.8 due to https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysTheimportof...isredundant
2015-08-09Chane result and reference argument to quantityLars-Dominik Braun1-2/+2
Now the recipe’s yield can be extracted from the root’s quantity.
2015-08-01Switch on GHC warningsLars-Dominik Braun1-6/+9
2015-08-01Rework metadataLars-Dominik Braun1-2/+12
Simplify syntax (no leading dot), only pulled from root node, add extraction function.
2015-07-12graph: incoming/outgoing with nodesLars-Dominik Braun1-4/+8
2015-07-11Rename Operation to InstructionLars-Dominik Braun1-12/+12
More appropriate. The graph builder is essentially a small, special-purpose stack processor.
2015-06-28Replace file magic with directivesLars-Dominik Braun1-8/+57
Adds the %pesto and %bonappetit directives, switches to stream-based operation.
2015-06-14First public versionLars-Dominik Braun1-0/+206