Skip to content
Snippets Groups Projects

Fix build with 9.2 (#2)

Merged Sylvain Henry requested to merge hsyl20/ghc-api-compat:hsyl20/fix-9.2-10.5 into master
5 files
+ 80
16
Compare changes
  • Side-by-side
  • Inline
Files
5
src/CoreMap.hs 0 → 100644
+ 8
0
module CoreMap
( module GHC.Core.Map.Expr
, module GHC.Core.Map.Type
)
where
import GHC.Core.Map.Expr
import GHC.Core.Map.Type
Loading