diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-11-30 12:27:22 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-12-11 22:42:48 -0500 |
commit | 2895fa60350e19016ee4babc1a1ce8bc5179364d (patch) | |
tree | 40b2943d55762f930f7aeb7bb86ba230df8ebaeb /libraries/ghc-boot | |
parent | 3a16d764f3cf01add8c09b9ca5c071176f857fb8 (diff) | |
download | haskell-2895fa60350e19016ee4babc1a1ce8bc5179364d.tar.gz |
ghci: reuse Arch from ghc-boot
Diffstat (limited to 'libraries/ghc-boot')
-rw-r--r-- | libraries/ghc-boot/GHC/Platform/ArchOS.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/ghc-boot/GHC/Platform/ArchOS.hs b/libraries/ghc-boot/GHC/Platform/ArchOS.hs index 3e42143435..2f641739bd 100644 --- a/libraries/ghc-boot/GHC/Platform/ArchOS.hs +++ b/libraries/ghc-boot/GHC/Platform/ArchOS.hs @@ -73,8 +73,8 @@ data ArmABI -- | PowerPC 64-bit ABI data PPC_64ABI - = ELF_V1 - | ELF_V2 + = ELF_V1 -- ^ PowerPC64 + | ELF_V2 -- ^ PowerPC64 LE deriving (Read, Show, Eq) -- | Operating systems. |