diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2021-06-02 17:44:18 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-07-01 03:30:36 -0400 |
commit | 6f097a8161dfc97be007b83fccbdb71350d786b1 (patch) | |
tree | a6c20564addfb5c835618270ceaea30b25f806e0 /ghc/GHCi/UI.hs | |
parent | b51b4b9777d49bef5f0a1f6dcbf12ddbcfd9ef59 (diff) | |
download | haskell-6f097a8161dfc97be007b83fccbdb71350d786b1.tar.gz |
Remove useless .hs-boot
Diffstat (limited to 'ghc/GHCi/UI.hs')
-rw-r--r-- | ghc/GHCi/UI.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/GHCi/UI.hs b/ghc/GHCi/UI.hs index 001caf1fff..afacb845de 100644 --- a/ghc/GHCi/UI.hs +++ b/ghc/GHCi/UI.hs @@ -78,7 +78,6 @@ import qualified GHC.Parser.Lexer as Lexer import GHC.Parser.Header ( toArgs ) import GHC.Unit -import GHC.Unit.State import GHC.Unit.Finder as Finder import GHC.Unit.Module.Graph (filterToposortToModules) import GHC.Unit.Module.ModSummary |