summaryrefslogtreecommitdiff
path: root/lang/dhall
AgeCommit message (Collapse)AuthorFilesLines
2022-09-07Recursive bump for recently updated Haskell packagespho2-4/+4
2022-09-01ll: fix build with current pkgsrc versions of dependencieswiz2-4/+22
2022-08-20hs*: recursive bump for new dependencies neededwiz2-4/+4
for hs-aeson, hs-vector
2022-02-26Bump all Haskell packages after enabling "split sections" in mk/haskell.mkpho2-3/+4
2022-02-23lang/dhall: import dhall-1.40.2pho6-0/+356
Dhall is an explicitly typed configuration language that is not Turing complete. Despite being Turing incomplete, Dhall is a real programming language with a type-checker and evaluator. Use this library to parse, type-check, evaluate, and pretty-print the Dhall configuration language. This package also includes an executable which type-checks a Dhall file and reduces the file to a fully evaluated normal form.