Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 678a327

Browse files
committed
Replace GHC.Name with GHC.Id in genTypeMap
1 parent 7668005 commit 678a327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hie-plugin-api/Haskell/Ide/Engine/TypeMap.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ everythingInTypecheckedSourceM
5757
=> (forall a . Data a => a -> IO TypeMap)
5858
-> x
5959
-> IO TypeMap
60-
everythingInTypecheckedSourceM f = everythingButTypeM @GHC.Name f
60+
everythingInTypecheckedSourceM f = everythingButTypeM @GHC.Id f
6161

6262
-- | Combine two queries into one using alternative combinator.
6363
combineM

0 commit comments

Comments
 (0)