summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Backend/Internal.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Driver/Backend/Internal.hs')
-rw-r--r--compiler/GHC/Driver/Backend/Internal.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Driver/Backend/Internal.hs b/compiler/GHC/Driver/Backend/Internal.hs
index 99484b752e..596755dd1f 100644
--- a/compiler/GHC/Driver/Backend/Internal.hs
+++ b/compiler/GHC/Driver/Backend/Internal.hs
@@ -27,6 +27,7 @@ data BackendName
= NCG -- ^ Names the native code generator backend.
| LLVM -- ^ Names the LLVM backend.
| ViaC -- ^ Names the Via-C backend.
+ | JavaScript -- ^ Names the JS backend.
| Interpreter -- ^ Names the ByteCode interpreter.
| NoBackend -- ^ Names the `-fno-code` backend.
deriving (Eq, Show)