Skip to content

Commit

Permalink
Fix build with Shake 0.18.4 (haskell/ghcide#272)
Browse files Browse the repository at this point in the history
Shake 0.18.4 started exporting Info from this module which clashes
with the one from haskell-lsp. Fixes haskell/ghcide#271
  • Loading branch information
cocreature authored Dec 18, 2019
1 parent 021ce65 commit ab8d919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import System.FilePath
import Control.Concurrent.Extra
import Control.Exception
import Control.Monad.Extra
import Control.Monad.IO.Class
import Data.Default
import System.Time.Extra
import Development.IDE.Core.FileStore
Expand All @@ -38,7 +39,7 @@ import System.Environment
import System.IO
import System.Exit
import Paths_ghcide
import Development.Shake hiding (Env)
import Development.Shake (Action, action)
import qualified Data.Set as Set
import qualified Data.Map.Strict as Map

Expand Down

0 comments on commit ab8d919

Please sign in to comment.