haskell-ide-engine/stack-8.4.4.yaml
Alan Zimmerman d32113accf Trying out haskell-lsp 0.14
Tests failing, suspect a JSON encoding problem.

ping @cocreature, see the circle logs
2019-06-13 15:49:00 +02:00

47 lines
921 B
YAML

resolver: lts-12.26 # LTS 12.15 is first to support GHC 8.4.4
packages:
- .
- hie-plugin-api
extra-deps:
- ./submodules/HaRe
- ./submodules/brittany
- ./submodules/cabal-helper
- ./submodules/ghc-mod
- ./submodules/ghc-mod/core
- ./submodules/ghc-mod/ghc-project-types
# - brittany-0.11.0.0
- cabal-plan-0.4.0.0
- constrained-dynamic-0.1.0.0
- floskell-0.10.0
- ghc-exactprint-0.5.8.2
- ghc-lib-parser-8.8.0.20190424
- haddock-api-2.20.0
- haddock-library-1.6.0
- haskell-lsp-0.14.0.0
- haskell-lsp-types-0.14.0.1
- haskell-src-exts-1.21.0
- haskell-src-exts-util-0.2.5
- hlint-2.1.24
- hoogle-5.0.17.9
- hsimport-0.10.0
- lsp-test-0.5.4.0
- monad-dijkstra-0.1.1.2
- optparse-simple-0.1.0
- pretty-show-1.9.5
- rope-utf16-splay-0.3.1.0
- syz-0.2.0.0
- temporary-1.2.1.1
flags:
haskell-ide-engine:
pedantic: true
hie-plugin-api:
pedantic: true
nix:
packages: [ icu libcxx zlib ]
concurrent-tests: false