mirror of
https://github.com/haskell/haskell-language-server.git
synced 2024-11-10 06:46:24 +03:00
Rewrite the 8.6.4 stack descriptor on top of the 8.6.5 one
GHC minor versions do not change any APIs, do they?
This commit is contained in:
parent
231bf0c98a
commit
4baf294924
@ -1,4 +1,5 @@
|
||||
resolver: lts-13.19 # Last 8.6.4
|
||||
resolver: lts-14.27 # Last 8.6.5
|
||||
compiler: ghc-8.6.4
|
||||
|
||||
packages:
|
||||
- .
|
||||
@ -8,67 +9,49 @@ ghc-options:
|
||||
"$everything": -haddock
|
||||
|
||||
extra-deps:
|
||||
- aeson-1.4.3.0
|
||||
- ansi-terminal-0.10.3
|
||||
- async-2.2.2
|
||||
- brittany-0.12.1.1
|
||||
- base-compat-0.11.0
|
||||
- brittany-0.12.1.1@rev:2
|
||||
- butcher-1.3.3.1
|
||||
- bytestring-trie-0.2.5.0
|
||||
- Cabal-3.0.2.0
|
||||
- cabal-doctest-1.0.8
|
||||
- cabal-plan-0.5.0.0
|
||||
- constrained-dynamic-0.1.0.0
|
||||
- deque-0.4.3
|
||||
# - ghcide-0.1.0
|
||||
- cabal-plan-0.6.2.0
|
||||
- clock-0.7.2
|
||||
- extra-1.7.3
|
||||
- floskell-0.10.3
|
||||
- fuzzy-0.1.0.0
|
||||
# - ghcide-0.1.0
|
||||
- ghc-check-0.5.0.1
|
||||
- ghc-exactprint-0.6.2 # for HaRe
|
||||
- ghc-exactprint-0.6.2
|
||||
- ghc-lib-parser-8.10.1.20200523
|
||||
- ghc-lib-parser-ex-8.10.0.4
|
||||
- ghc-paths-0.1.0.12
|
||||
- haddock-api-2.22.0@rev:1
|
||||
- haddock-library-1.8.0
|
||||
- happy-1.19.12
|
||||
- haskell-lsp-0.22.0.0
|
||||
- haskell-lsp-types-0.22.0.0
|
||||
- haskell-src-exts-1.21.1
|
||||
- hie-bios-0.6.1
|
||||
- hlint-2.2.8
|
||||
- hoogle-5.0.17.11
|
||||
- hsimport-0.11.0@rev:2
|
||||
- HsYAML-0.2.1.0@rev:1
|
||||
- HsYAML-aeson-0.2.0.0@rev:1
|
||||
- indexed-profunctors-0.1
|
||||
- lens-4.18
|
||||
- lsp-test-0.11.0.3
|
||||
- microlens-th-0.4.2.3@rev:1
|
||||
- monad-dijkstra-0.1.1.2
|
||||
- monad-memo-0.4.1
|
||||
- multistate-0.8.0.1
|
||||
- ormolu-0.1.2.0
|
||||
- opentelemetry-0.4.2
|
||||
- optics-core-0.2
|
||||
- optparse-applicative-0.15.1.0
|
||||
- ormolu-0.1.2.0
|
||||
- parser-combinators-1.2.1
|
||||
- regex-base-0.94.0.0
|
||||
- regex-pcre-builtin-0.95.1.1.8.43
|
||||
- regex-tdfa-1.3.1.0
|
||||
- retrie-0.1.1.1
|
||||
- rope-utf16-splay-0.3.1.0
|
||||
- shake-0.19.1
|
||||
- strict-list-0.1.5
|
||||
- semialign-1.1
|
||||
# - github: wz1000/shake
|
||||
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
|
||||
- stylish-haskell-0.11.0.0
|
||||
- syb-0.7.1
|
||||
- syz-0.2.0.0
|
||||
- tasty-rerun-1.1.17
|
||||
- temporary-1.2.1.1
|
||||
- th-abstraction-0.3.1.0
|
||||
- type-equality-1
|
||||
- unix-compat-0.5.2
|
||||
- unordered-containers-0.2.10.0
|
||||
- yaml-0.11.1.2
|
||||
# To make build work in windows 7
|
||||
- unix-time-0.4.7
|
||||
|
||||
- topograph-1
|
||||
|
||||
flags:
|
||||
haskell-language-server:
|
||||
@ -76,7 +59,6 @@ flags:
|
||||
retrie:
|
||||
BuildExecutable: false
|
||||
|
||||
|
||||
# allow-newer: true
|
||||
|
||||
nix:
|
||||
|
Loading…
Reference in New Issue
Block a user