summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/Wasm.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/CmmToAsm/Wasm.hs')
-rw-r--r--compiler/GHC/CmmToAsm/Wasm.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToAsm/Wasm.hs b/compiler/GHC/CmmToAsm/Wasm.hs
index ed2d4eb2dd..ee90dde7c8 100644
--- a/compiler/GHC/CmmToAsm/Wasm.hs
+++ b/compiler/GHC/CmmToAsm/Wasm.hs
@@ -1,6 +1,5 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE OverloadedStrings #-}
-{-# LANGUAGE Strict #-}
module GHC.CmmToAsm.Wasm (ncgWasm) where