Skip to content
Snippets Groups Projects
Commit 8fee87ea authored by Pepe Iborra's avatar Pepe Iborra Committed by Sylvain Henry
Browse files

Fix build with 8.10.5

parent dd6b8a4b
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ library ...@@ -22,7 +22,7 @@ library
ghc >= 8.6, base < 5.0 ghc >= 8.6, base < 5.0
default-language: Haskell2010 default-language: Haskell2010
if impl(ghc >= 9.0) if impl(ghc >= 8.10.5)
reexported-modules: reexported-modules:
GHC.Platform.AArch64 as CodeGen.Platform.ARM64 GHC.Platform.AArch64 as CodeGen.Platform.ARM64
...@@ -30,7 +30,9 @@ library ...@@ -30,7 +30,9 @@ library
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) && impl(ghc < 8.10.5)
reexported-modules:
GHC.Platform.ARM64 as CodeGen.Platform.ARM64
if impl(ghc >= 8.10) if impl(ghc >= 8.10)
reexported-modules: reexported-modules:
......
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