diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-02-25 15:18:27 +0100 |
---|---|---|
committer | Sylvain Henry <sylvain@haskus.fr> | 2020-02-25 15:18:27 +0100 |
commit | 78d0e033a2f8ce5dc1f5e2e4eb8b823ee4d1d1bf (patch) | |
tree | b9cdd62ed04357419ac2854a680126d0e3c6f449 /haddock-api/src | |
parent | 844c0c47a223e2e1bb3767afc05639269dad8ee9 (diff) |
Modules: Core (#13009)
Diffstat (limited to 'haddock-api/src')
-rw-r--r-- | haddock-api/src/Haddock/Interface/AttachInstances.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Interface/AttachInstances.hs b/haddock-api/src/Haddock/Interface/AttachInstances.hs index 0e24ccb0..c6892edd 100644 --- a/haddock-api/src/Haddock/Interface/AttachInstances.hs +++ b/haddock-api/src/Haddock/Interface/AttachInstances.hs @@ -29,7 +29,7 @@ import qualified Data.Set as Set import Class import GHC.Driver.Session -import CoreSyn (isOrphan) +import GHC.Core (isOrphan) import ErrUtils import FamInstEnv import GHC |