summaryrefslogtreecommitdiff
path: root/src/Codec/Pesto/Lint.lhs
AgeCommit message (Collapse)AuthorFilesLines
2020-08-24GHC 8.8, cabal 3, pandoc 2.10 compatibilityLars-Dominik Braun1-433/+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-2/+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-16Check well known units on result, alternative, referenceLars-Dominik Braun1-5/+10
See commit 1d63c5147500e10d386f3843ba6930fe533ab4e5
2015-08-16Add linting information to dot outputLars-Dominik Braun1-1/+2
2015-08-16Explain what time annotations are supposed to doLars-Dominik Braun1-1/+4
2015-08-16Add ingredient/metadata extraction toolsLars-Dominik Braun1-1/+5
2015-08-09Chane result and reference argument to quantityLars-Dominik Braun1-23/+27
Now the recipe’s yield can be extracted from the root’s quantity.
2015-08-01Switch on GHC warningsLars-Dominik Braun1-16/+13
2015-08-01Rework metadataLars-Dominik Braun1-51/+111
Simplify syntax (no leading dot), only pulled from root node, add extraction function.
2015-07-12graph: incoming/outgoing with nodesLars-Dominik Braun1-5/+5
2015-07-12Rewrite lint introductionLars-Dominik Braun1-8/+12
2015-07-11Rename Operation to InstructionLars-Dominik Braun1-3/+3
More appropriate. The graph builder is essentially a small, special-purpose stack processor.
2015-07-04Lint: Restrict rangesLars-Dominik Braun1-0/+27
2015-06-28Replace file magic with directivesLars-Dominik Braun1-4/+10
Adds the %pesto and %bonappetit directives, switches to stream-based operation.
2015-06-14First public versionLars-Dominik Braun1-0/+323