Skip to content

Commit

Permalink
Merge pull request #184 from alanz/bump-ghcide
Browse files Browse the repository at this point in the history
Bump ghcide to wz1000 hls-2 branch
  • Loading branch information
alanz authored Jul 5, 2020
2 parents 77c31c3 + 5b17547 commit d0623b2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ loadSession dir = do
InstallationMismatch{..} ->
return $ returnWithVersion $ \fp -> return (([renderPackageSetupException compileTime fp GhcVersionMismatch{..}], Nothing),[])
InstallationChecked compileTime ghcLibCheck -> return $ do
ShakeExtras{logger, eventer, restartShakeSession, withIndefiniteProgress, ideNc, session=ideSession} <- getShakeExtras
ShakeExtras{logger, eventer, withIndefiniteProgress, ideNc, session=ideSession} <- getShakeExtras
IdeOptions{optTesting = IdeTesting optTesting} <- getIdeOptions

-- Create a new HscEnv from a hieYaml root and a set of options
Expand Down 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
6 changes: 3 additions & 3 deletions stack-8.10.1.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
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.0.2.0
# - cabal-helper-1.1.0.0
- github: DanielG/cabal-helper
commit: 79a5608778493bf32e74b54bbf1ea2729941e50f
Expand All @@ -19,6 +18,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

0 comments on commit d0623b2

Please sign in to comment.