Skip to content

Commit fb97794

Browse files
committed
refactor: qualify Data.Text import in ExceptionTests.hs
1 parent acdce95 commit fb97794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/test/exe/ExceptionTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Control.Monad.Error.Class (MonadError (throwError))
88
import Control.Monad.IO.Class (liftIO)
99
import qualified Data.Aeson as A
1010
import Data.Default (Default (..))
11-
import Data.Text as T
11+
import qualified Data.Text as T
1212
import Development.IDE.Core.Shake (IdeState (..))
1313
import qualified Development.IDE.LSP.Notifications as Notifications
1414
import Development.IDE.Plugin.HLS (toResponseError)

0 commit comments

Comments
 (0)