Skip to content

Commit b12f16a

Browse files
authored
Merge pull request #483 from joyfulmantis/ospath-fix
Fix ospath doesn't build
2 parents 84b6973 + 0783403 commit b12f16a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lsp-types/lsp-types.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ library
7474
, deepseq
7575
, Diff >=0.2
7676
, dlist
77+
, exceptions
7778
, hashable
7879
, lens >=4.15.2
7980
, mod

lsp-types/src/Language/LSP/Protocol/Types/Uri/OsPath.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module Language.LSP.Protocol.Types.Uri.OsPath
1919
import Control.Exception hiding (try)
2020
import Control.Monad.Catch
2121
import GHC.IO.Encoding (getFileSystemEncoding)
22-
import Language.LSP.Types.Uri
22+
import Language.LSP.Protocol.Types.Uri
2323
import System.IO
2424
import System.IO.Unsafe (unsafePerformIO)
2525
import System.OsPath

0 commit comments

Comments
 (0)