summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot/GHC/Platform/ArchOS.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-boot/GHC/Platform/ArchOS.hs')
-rw-r--r--libraries/ghc-boot/GHC/Platform/ArchOS.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/ghc-boot/GHC/Platform/ArchOS.hs b/libraries/ghc-boot/GHC/Platform/ArchOS.hs
index 26a319ba13..4aa42baa3b 100644
--- a/libraries/ghc-boot/GHC/Platform/ArchOS.hs
+++ b/libraries/ghc-boot/GHC/Platform/ArchOS.hs
@@ -98,6 +98,7 @@ data OS
| OSAIX
| OSHurd
| OSWasi
+ | OSGhcjs
deriving (Read, Show, Eq, Ord)
@@ -157,3 +158,4 @@ stringEncodeOS = \case
OSAIX -> "aix"
OSHurd -> "hurd"
OSWasi -> "wasi"
+ OSGhcjs -> "ghcjs"