Skip to content

Commit

Permalink
Merge pull request #206 from jneira/ghc-8.8.4
Browse files Browse the repository at this point in the history
Add support for ghc-8.8.4
  • Loading branch information
alanz authored Jul 17, 2020
2 parents 8d37a64 + 4a4d4e9 commit 751428c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ package ghcide

write-ghc-environment-files: never

index-state: 2020-07-13T21:29:04Z
index-state: 2020-07-16T17:24:10Z
10 changes: 1 addition & 9 deletions stack-8.8.3.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-16.3
resolver: lts-16.5

packages:
- .
Expand All @@ -14,11 +14,6 @@ extra-deps:
- extra-1.7.3
- floskell-0.10.3
# - ghcide-0.1.0
- ghc-check-0.5.0.1
- ghc-lib-parser-8.10.1.20200523
- ghc-lib-parser-ex-8.10.0.4
- 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
Expand All @@ -27,12 +22,9 @@ extra-deps:
- ilist-0.3.1.0
- lsp-test-0.11.0.2
- monad-dijkstra-0.1.1.2
- opentelemetry-0.4.2
- ormolu-0.1.2.0
- semigroups-0.18.5
# - github: wz1000/shake
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
- stylish-haskell-0.11.0.0
- temporary-1.2.1.1

flags:
Expand Down
40 changes: 40 additions & 0 deletions stack-8.8.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
resolver: lts-16.5
compiler: ghc-8.8.4

packages:
- .
- ./ghcide/

extra-deps:
- apply-refact-0.7.0.0
- bytestring-trie-0.2.5.0
- cabal-helper-1.1.0.0
- cabal-plan-0.6.2.0
- clock-0.7.2
- constrained-dynamic-0.1.0.0
- extra-1.7.3
- floskell-0.10.3
# - ghcide-0.1.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
- ilist-0.3.1.0
- lsp-test-0.11.0.2
- monad-dijkstra-0.1.1.2
- semigroups-0.18.5
# - github: wz1000/shake
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
- temporary-1.2.1.1

flags:
haskell-language-server:
pedantic: true

# allow-newer: true

nix:
packages: [ icu libcxx zlib ]

concurrent-tests: false

0 comments on commit 751428c

Please sign in to comment.