Skip to content
Snippets Groups Projects
Commit 32d62d1e authored by Sylvain Henry's avatar Sylvain Henry
Browse files

Fix for ghc-9.0

parent d1c3c0da
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,15 @@ library ...@@ -22,10 +22,15 @@ library
ghc >= 8.6, base ghc >= 8.6, base
default-language: Haskell2010 default-language: Haskell2010
if impl(ghc >= 9.0)
reexported-modules:
GHC.Platform.AArch64 as CodeGen.Platform.ARM64
if impl(ghc >= 8.10) && impl(ghc < 8.11) if impl(ghc >= 8.10) && impl(ghc < 8.11)
reexported-modules: reexported-modules:
GHC.Hs.Types as HsTypes GHC.Hs.Types as HsTypes
, GHC.Hs.PlaceHolder as PlaceHolder , GHC.Hs.PlaceHolder as PlaceHolder
, GHC.Platform.ARM64 as CodeGen.Platform.ARM64
if impl(ghc >= 8.10) if impl(ghc >= 8.10)
reexported-modules: reexported-modules:
...@@ -44,7 +49,6 @@ library ...@@ -44,7 +49,6 @@ library
, GHC.Hs.Pat as HsPat , GHC.Hs.Pat as HsPat
, GHC.Hs.Utils as HsUtils , GHC.Hs.Utils as HsUtils
, GHC.Platform.ARM64 as CodeGen.Platform.ARM64
, GHC.Platform.ARM as CodeGen.Platform.ARM , GHC.Platform.ARM as CodeGen.Platform.ARM
, GHC.Platform.NoRegs as CodeGen.Platform.NoRegs , GHC.Platform.NoRegs as CodeGen.Platform.NoRegs
, GHC.Platform.PPC as CodeGen.Platform.PPC , GHC.Platform.PPC as CodeGen.Platform.PPC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment