Copyright | © 2018 - 2021 Phil de Joux © 2018 - 2021 Block Scope Limited |
---|---|
License | BSD3 |
Maintainer | Phil de Joux <phil.dejoux@blockscope.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
A file decoder for hpack. This should evaluate to a single record with hpack's top-level fields.
:: Maybe (Text -> Text -> Ordering) | An ordering of JSON fields. |
-> FilePath | Path to a |
-> IO String |
Pretty prints JSON for the package description.
:: Maybe (Text -> Text -> Ordering) | An ordering of YAML fields. |
-> FilePath | Path to a |
-> IO String |
Pretty prints YAML for the package description.
Pretty prints the package description Dhall expression, resolving imports
relative to the location of the .dhall
file.
packageConfig :: FilePath Source #
The default package file name is package.dhall
.