diff options
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 98cc71dde2..cb3d82e591 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -557,6 +557,7 @@ Library GHC.Platform.ARM GHC.Platform.AArch64 GHC.Platform.Constants + GHC.Platform.LoongArch64 GHC.Platform.NoRegs GHC.Platform.PPC GHC.Platform.Profile @@ -564,7 +565,6 @@ Library GHC.Platform.Reg.Class GHC.Platform.Regs GHC.Platform.RISCV64 - GHC.Platform.LoongArch64 GHC.Platform.S390X GHC.Platform.Wasm32 GHC.Platform.Ways |