Skip to content

Commit b2ad2eb

Browse files
authored
Fix build with Shake 0.18.4 (#272)
Shake 0.18.4 started exporting Info from this module which clashes with the one from haskell-lsp. Fixes #271
1 parent 7e18f84 commit b2ad2eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exe/Main.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import System.FilePath
1212
import Control.Concurrent.Extra
1313
import Control.Exception
1414
import Control.Monad.Extra
15+
import Control.Monad.IO.Class
1516
import Data.Default
1617
import System.Time.Extra
1718
import Development.IDE.Core.FileStore
@@ -38,7 +39,7 @@ import System.Environment
3839
import System.IO
3940
import System.Exit
4041
import Paths_ghcide
41-
import Development.Shake hiding (Env)
42+
import Development.Shake (Action, action)
4243
import qualified Data.Set as Set
4344
import qualified Data.Map.Strict as Map
4445

0 commit comments

Comments
 (0)