Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ghcide to wz1000 hls-2 branch #184

Merged
merged 3 commits into from
Jul 5, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ package ghcide

write-ghc-environment-files: never

index-state: 2020-06-18T17:03:29Z
index-state: 2020-07-01T16:33:28Z
2 changes: 1 addition & 1 deletion exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ loadSession dir = do

-- Invalidate all the existing GhcSession build nodes by restarting the Shake session
invalidateShakeCache
restartShakeSession [kick]
-- restartShakeSession [kick]

return (map fst cs, second Map.keys res)

Expand Down
7 changes: 4 additions & 3 deletions stack-8.10.1.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
resolver: nightly-2020-06-15
compiler: ghc-8.10.1
resolver: nightly-2020-06-29

packages:
- .
- ./ghcide/

extra-deps:
- Cabal-3.2.0.0
# - Cabal-3.2.0.0
- Cabal-3.0.2.0
fendor marked this conversation as resolved.
Show resolved Hide resolved
# - cabal-helper-1.1.0.0
- github: DanielG/cabal-helper
commit: 79a5608778493bf32e74b54bbf1ea2729941e50f
Expand All @@ -19,6 +19,7 @@ extra-deps:
- monad-dijkstra-0.1.1.2
- optics-core-0.3
- ormolu-0.0.5.0
- stylish-haskell-0.11.0.0
- semigroups-0.18.5
- temporary-1.2.1.1
- these-1.1
Expand Down
3 changes: 2 additions & 1 deletion stack-8.8.3.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-15.12
resolver: lts-16.3

packages:
- .
Expand All @@ -8,6 +8,7 @@ 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
Expand Down