dhall-haskell/stack-lts-12.yaml
quasicomputational f61a3f2fb1
dhall-json: fix yaml dependency. (#962)
In yaml-0.11, Text.Libyaml was split into the libyaml package. Hence,
as dhall-json imports that module, a libyaml dependency is needed when
yaml >= 0.11. This necessitates an automatic flag.
2019-05-23 13:27:41 +01:00

30 lines
531 B
YAML

resolver: lts-12.26
packages:
- dhall
- dhall-bash
- dhall-json
- dhall-text
- dhall-lsp-server
extra-deps:
- megaparsec-7.0.4
- repline-0.2.1.0
- serialise-0.2.1.0
- neat-interpolation-0.3.2.4
- dotgen-0.4.2
- cborg-json-0.2.1.0
- base-noprelude-4.11.1.0
- haskell-lsp-0.8.1.0
- haskell-lsp-types-0.8.0.1
- turtle-1.5.14
- transformers-compat-0.6.4
- yaml-0.10.4.0
flags:
transformers-compat:
five-three: true
dhall-json:
yaml-pre-0_11: true
nix:
packages:
- ncurses
- zlib