diff options
Diffstat (limited to 'compiler/GHC/Driver/Finder.hs')
-rw-r--r-- | compiler/GHC/Driver/Finder.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Driver/Finder.hs b/compiler/GHC/Driver/Finder.hs index c598e36791..771d153952 100644 --- a/compiler/GHC/Driver/Finder.hs +++ b/compiler/GHC/Driver/Finder.hs @@ -37,6 +37,7 @@ module GHC.Driver.Finder ( import GHC.Prelude import GHC.Unit +import GHC.Unit.State import GHC.Driver.Types import GHC.Data.FastString import GHC.Utils.Misc |