summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Show.lhs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Show.lhs-boot')
-rw-r--r--libraries/base/GHC/Show.lhs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Show.lhs-boot b/libraries/base/GHC/Show.lhs-boot
index b01d16545b..6c5fa61308 100644
--- a/libraries/base/GHC/Show.lhs-boot
+++ b/libraries/base/GHC/Show.lhs-boot
@@ -1,5 +1,5 @@
\begin{code}
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Show (showSignedInt) where