Skip to content

Commit 50a6149

Browse files
committed
specifically import fromJust and throwIO for 9.6
1 parent 3dfb89c commit 50a6149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lsp-types/test/URIFilePathSpec.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ import qualified System.OsPath as OsPath
1818
#endif
1919

2020
import Control.Monad (when)
21+
import Control.Exception (throwIO)
2122
import Data.List
23+
import Data.Maybe (fromJust)
2224
import Data.Text (Text, pack)
2325
import Language.LSP.Protocol.Types
2426

0 commit comments

Comments
 (0)