summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Pmc/Utils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/HsToCore/Pmc/Utils.hs')
-rw-r--r--compiler/GHC/HsToCore/Pmc/Utils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/HsToCore/Pmc/Utils.hs b/compiler/GHC/HsToCore/Pmc/Utils.hs
index 013006f8c3..bf240317e4 100644
--- a/compiler/GHC/HsToCore/Pmc/Utils.hs
+++ b/compiler/GHC/HsToCore/Pmc/Utils.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP #-}
+
{-# LANGUAGE ScopedTypeVariables #-}
-- | Utility module for the pattern-match coverage checker.