Update for changes in GHC API from backend type refactor
Compare changes
+ 1
− 1
@@ -542,7 +542,7 @@ withGhc' libDir needHieFiles flags ghcActs = runGhc (Just libDir) $ do
On the GHC repo, branch origin/wip/backend-as-record changes the names of the back ends in the GHC API. This change in Haddock is needed to make it compatible with the API changes. The MR with the GHC API change is ghc!7442 (merged)