Skip to content

Commit d0623b2

Browse files
authored
Merge pull request #184 from alanz/bump-ghcide
Bump ghcide to wz1000 hls-2 branch
2 parents 77c31c3 + 5b17547 commit d0623b2

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

exe/Main.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ loadSession dir = do
338338
InstallationMismatch{..} ->
339339
return $ returnWithVersion $ \fp -> return (([renderPackageSetupException compileTime fp GhcVersionMismatch{..}], Nothing),[])
340340
InstallationChecked compileTime ghcLibCheck -> return $ do
341-
ShakeExtras{logger, eventer, restartShakeSession, withIndefiniteProgress, ideNc, session=ideSession} <- getShakeExtras
341+
ShakeExtras{logger, eventer, withIndefiniteProgress, ideNc, session=ideSession} <- getShakeExtras
342342
IdeOptions{optTesting = IdeTesting optTesting} <- getIdeOptions
343343

344344
-- Create a new HscEnv from a hieYaml root and a set of options
@@ -433,7 +433,7 @@ loadSession dir = do
433433

434434
-- Invalidate all the existing GhcSession build nodes by restarting the Shake session
435435
invalidateShakeCache
436-
restartShakeSession [kick]
436+
-- restartShakeSession [kick]
437437

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

stack-8.10.1.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
resolver: nightly-2020-06-15
2-
compiler: ghc-8.10.1
1+
resolver: nightly-2020-06-29
32

43
packages:
54
- .
65
- ./ghcide/
76

87
extra-deps:
9-
- Cabal-3.2.0.0
8+
- Cabal-3.0.2.0
109
# - cabal-helper-1.1.0.0
1110
- github: DanielG/cabal-helper
1211
commit: 79a5608778493bf32e74b54bbf1ea2729941e50f
@@ -19,6 +18,7 @@ extra-deps:
1918
- monad-dijkstra-0.1.1.2
2019
- optics-core-0.3
2120
- ormolu-0.0.5.0
21+
- stylish-haskell-0.11.0.0
2222
- semigroups-0.18.5
2323
- temporary-1.2.1.1
2424
- these-1.1

stack-8.8.3.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-15.12
1+
resolver: lts-16.3
22

33
packages:
44
- .
@@ -8,6 +8,7 @@ extra-deps:
88
- apply-refact-0.7.0.0
99
- bytestring-trie-0.2.5.0
1010
- cabal-helper-1.1.0.0
11+
- cabal-plan-0.6.2.0
1112
- clock-0.7.2
1213
- constrained-dynamic-0.1.0.0
1314
- extra-1.7.3

0 commit comments

Comments
 (0)