haskell-ide-engine/stack.yaml

52 lines
799 B
YAML
Raw Normal View History

resolver: nightly-2018-07-26 # GHC 8.4.3
packages:
2015-10-24 06:15:08 +03:00
- .
- hie-plugin-api
2017-06-20 17:01:49 +03:00
- location:
./submodules/HaRe
2017-06-20 17:01:49 +03:00
extra-dep: true
2017-09-04 02:04:06 +03:00
- location:
2018-04-25 23:42:30 +03:00
./submodules/ghc-mod
extra-dep: true
2018-04-25 23:42:30 +03:00
subdirs:
- .
- core
- location:
./submodules/haskell-lsp
extra-dep: true
subdirs:
- .
- haskell-lsp-types
2016-01-12 23:51:44 +03:00
extra-deps:
- aeson-1.3.1.1
2018-04-24 21:16:44 +03:00
- apply-refact-0.5.0.0
- base-compat-0.9.3
- brittany-0.11.0.0
- cabal-helper-0.8.1.0@rev:0
- cabal-plan-0.3.0.0
- constrained-dynamic-0.1.0.0
- ekg-0.4.0.15
- ekg-json-0.1.0.6
- ghc-exactprint-0.5.6.1
- haddock-api-2.20.0
- hsimport-0.8.6
2018-08-15 22:40:28 +03:00
- lsp-test-0.2.1.0
- syz-0.2.0.0
2018-05-15 23:26:31 +03:00
- temporary-1.2.1.1
- yaml-0.8.32
2017-05-04 00:05:20 +03:00
flags:
haskell-ide-engine:
pedantic: true
hie-plugin-api:
pedantic: true
2017-08-28 15:05:41 +03:00
nix:
packages: [ icu libcxx zlib ]
2018-07-23 13:46:08 +03:00
concurrent-tests: false