dhall-haskell/stack.yaml
Dmitry Dolgov 07906673af [POC] Add 'quoted' option (#941)
Allow to generare quoted scalars if needed via providing a custom encode
options to Data.Yaml.encodeWith. So far two corner cases from yaml
itself (an empty scalar, and special strings) are omitted in the
implementation.
2019-05-12 07:44:12 -07:00

15 lines
198 B
YAML

resolver: lts-13.16
packages:
- dhall
- dhall-bash
- dhall-json
- dhall-text
- dhall-lsp-server
extra-deps:
- repline-0.2.1.0
- yaml-0.10.4.0
nix:
packages:
- ncurses
- zlib