Skip to content

Commit 5b17547

Browse files
committed
Fix conflict with cabal.project, and clean compilation
1 parent f5d3c24 commit 5b17547

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

cabal.project

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ packages:
22
./
33
ghcide
44

5-
-- See https://github.com/haskell-hvr/cabal-plan/pull/55
6-
source-repository-package
7-
type: git
8-
location: https://github.com/peti/cabal-plan
9-
tag: 894b76c0b6bf8f7d2f881431df1f13959a8fce87
10-
115
tests: true
126
documentation: true
137

@@ -18,4 +12,4 @@ package ghcide
1812

1913
write-ghc-environment-files: never
2014

21-
index-state: 2020-07-01T16:33:28Z
15+
index-state: 2020-07-01T21:29:04Z

exe/Main.hs

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)