diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-06-16 12:30:22 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-09 11:19:24 -0400 |
commit | 3f32a9c0f4ddceab14a381bfd3732bcad6be43f7 (patch) | |
tree | 8e78c5b1681bf9ffd92e4fdb6a9134bb60ac05c8 /compiler/GHC/Tc/Utils | |
parent | 8c892689058912c35ed36e07b5a9ed0df86abc03 (diff) | |
download | haskell-3f32a9c0f4ddceab14a381bfd3732bcad6be43f7.tar.gz |
DynFlags: add UnfoldingOpts and SimpleOpts
Milestone: after this patch, we only use 'unsafeGlobalDynFlags' for the
state hack and for debug in Outputable.
Diffstat (limited to 'compiler/GHC/Tc/Utils')
-rw-r--r-- | compiler/GHC/Tc/Utils/Backpack.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Tc/Utils/Backpack.hs b/compiler/GHC/Tc/Utils/Backpack.hs index b27002bec8..407e666e6f 100644 --- a/compiler/GHC/Tc/Utils/Backpack.hs +++ b/compiler/GHC/Tc/Utils/Backpack.hs @@ -68,6 +68,7 @@ import GHC.Tc.Errors import GHC.Tc.Utils.Unify import GHC.Iface.Rename import GHC.Utils.Misc +import GHC.Unit.State import Control.Monad import Data.List (find) |