diff options
Diffstat (limited to 'libraries/base/Data/Int.hs')
-rw-r--r-- | libraries/base/Data/Int.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/base/Data/Int.hs b/libraries/base/Data/Int.hs index 810bd32745..8ca822142c 100644 --- a/libraries/base/Data/Int.hs +++ b/libraries/base/Data/Int.hs @@ -1,5 +1,5 @@ {-# LANGUAGE Trustworthy #-} -{-# LANGUAGE CPP, NoImplicitPrelude #-} +{-# LANGUAGE NoImplicitPrelude #-} ----------------------------------------------------------------------------- -- | @@ -26,10 +26,8 @@ module Data.Int -- $notes ) where -#ifdef __GLASGOW_HASKELL__ import GHC.Base ( Int ) import GHC.Int ( Int8, Int16, Int32, Int64 ) -#endif {- $notes |