haskell-ide-engine/stack-8.6.4.yaml

69 lines
1.3 KiB
YAML
Raw Normal View History

resolver: lts-13.19 # GHC 8.6.4
packages:
2020-01-25 18:27:16 +03:00
- .
- hie-plugin-api
extra-deps:
# - ./submodules/HaRe
2020-01-25 18:27:16 +03:00
- aeson-1.4.6.0
- aeson-pretty-0.8.8
- brittany-0.12.1.1
- butcher-1.3.2.1
- bytestring-trie-0.2.5.0
2020-05-13 00:00:53 +03:00
- Cabal-3.0.2.0
- cabal-doctest-1.0.8
- cabal-helper-1.1.0.0
2019-10-03 19:15:39 +03:00
- cabal-plan-0.5.0.0
- constrained-dynamic-0.1.0.0
2020-03-03 01:29:43 +03:00
- extra-1.6.21
- floskell-0.10.2
- ghc-exactprint-0.6.2 # for HaRe
2020-03-03 01:29:43 +03:00
- ghc-lib-parser-8.8.2.20200205
- ghc-lib-parser-ex-8.8.5.3
2020-05-13 00:00:53 +03:00
- ghc-paths-0.1.0.12
- haddock-api-2.22.0@rev:1
- happy-1.19.12
2020-02-05 16:36:06 +03:00
- haskell-lsp-0.20.0.0
- haskell-lsp-types-0.20.0.0
2020-03-03 12:05:39 +03:00
- haskell-src-exts-1.22.0
2020-05-08 12:24:01 +03:00
- hie-bios-0.5.0
2020-03-03 01:29:43 +03:00
- hlint-2.2.11
2020-03-03 12:05:39 +03:00
- hoogle-5.0.17.15
2020-05-13 16:12:38 +03:00
- hsimport-0.11.0@rev:2
2020-05-13 00:00:53 +03:00
- lens-4.18
2020-02-06 13:01:25 +03:00
- lsp-test-0.10.1.0
2020-05-13 00:00:53 +03:00
- microlens-th-0.4.2.3@rev:1
- monad-dijkstra-0.1.1.2@rev:1
- monad-memo-0.4.1
- multistate-0.8.0.1
2020-01-24 09:50:42 +03:00
- ormolu-0.0.3.1
- parser-combinators-1.2.1
- resourcet-1.2.3 # forced by unliftio-core >= 0.2
- rope-utf16-splay-0.3.1.0
- syz-0.2.0.0
- temporary-1.2.1.1
2020-05-13 00:00:53 +03:00
- th-abstraction-0.3.1.0
2020-01-25 18:27:16 +03:00
- time-compat-1.9.2.2
2020-05-13 00:00:53 +03:00
- type-equality-1
- unix-compat-0.5.2
- unliftio-0.2.12.1
- unliftio-core-0.2.0.1
- unordered-containers-0.2.10.0
2020-01-25 18:27:16 +03:00
- yaml-0.11.2.0
2019-06-20 15:10:38 +03:00
# To make build work in windows 7
- unix-time-0.4.7
2019-10-02 22:23:54 +03:00
flags:
haskell-ide-engine:
pedantic: true
hie-plugin-api:
pedantic: true
# allow-newer: true
nix:
2020-01-25 18:27:16 +03:00
packages: [icu libcxx zlib]
concurrent-tests: false