X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FInt.hs;h=e48656d1e8ac0d7e70ce651eefcc283effd746de;hb=04a66406a173c23a85081d3768a0364a03d6af5c;hp=e3d045dd765ee8951b589e6d7dbaf4a0268a20c9;hpb=c37cf4507dd8093addd6ef6a91fd7046f2f1f2fb;p=haskell-directory.git diff --git a/GHC/Int.hs b/GHC/Int.hs index e3d045d..e48656d 100644 --- a/GHC/Int.hs +++ b/GHC/Int.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS_GHC -fno-implicit-prelude #-} ----------------------------------------------------------------------------- -- | -- Module : GHC.Int @@ -15,6 +15,7 @@ #include "MachDeps.h" +-- #hide module GHC.Int ( Int8(..), Int16(..), Int32(..), Int64(..)) where