[Git][ghc/ghc][wip/unitidset] lint
Josh Meredith (@JoshMeredith)
gitlab at gitlab.haskell.org
Wed Apr 26 06:43:28 UTC 2023
Josh Meredith pushed to branch wip/unitidset at Glasgow Haskell Compiler / GHC
Commits:
b38e78aa by Josh Meredith at 2023-04-26T06:43:16+00:00
lint
- - - - -
1 changed file:
- ghc/GHCi/UI.hs
Changes:
=====================================
ghc/GHCi/UI.hs
=====================================
@@ -126,7 +126,6 @@ import Data.IORef ( IORef, modifyIORef, newIORef, readIORef, writeIORef )
import Data.List ( elemIndices, find, intercalate, intersperse, minimumBy,
isPrefixOf, isSuffixOf, nub, partition, sort, sortBy, (\\) )
import qualified Data.List.NonEmpty as NE
-import qualified Data.Set as S
import Data.Maybe
import qualified Data.Map as M
import Data.IntMap.Strict (IntMap)
@@ -170,7 +169,6 @@ import GHC.TopHandler ( topHandler )
import GHCi.Leak
import qualified GHC.Unit.Module.Graph as GHC
-import GHC.Types.Unique.DSet (isEmptyUniqDSet)
-----------------------------------------------------------------------------
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b38e78aa03090ace093fa4026e7edc6cbb88df03
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b38e78aa03090ace093fa4026e7edc6cbb88df03
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230426/75a7cbb2/attachment-0001.html>
More information about the ghc-commits
mailing list