Skip to content

Commit

Permalink
Address #253.
Browse files Browse the repository at this point in the history
  • Loading branch information
edsko committed Sep 13, 2014
1 parent 820f980 commit 79c9f91
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions IdeSession/Update/ExecuteSessionUpdate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -864,15 +864,19 @@ instance Dummy ExplicitSharingCache where

instance Dummy GhcCompileResult where
dummy = GhcCompileResult {
ghcCompileErrors = dummy
, ghcCompileLoaded = dummy
ghcCompileLoaded = dummy
, ghcCompileCache = dummy
, ghcCompileImports = dummy
, ghcCompileAuto = dummy
, ghcCompileSpanInfo = dummy
, ghcCompilePkgDeps = dummy
, ghcCompileExpTypes = dummy
, ghcCompileUseSites = dummy
, ghcCompileErrors = force [SourceError {
errorKind = KindError
, errorSpan = TextSpan (Text.pack "No location information")
, errorMsg = Text.pack "GHC server died (dummy error)"
}]
}

{-------------------------------------------------------------------------------
Expand Down

0 comments on commit 79c9f91

Please sign in to comment.