X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=GHC%2FInt.hs;h=03d488e6e0620baee63d5177a9e4acf0dde92c97;hb=5ba076a7ebba87a34293dca92d8b3d8ea0dd9648;hp=0f451b4d321b70022ae0f7da7166f221f29466f1;hpb=59ee8fd08785dec7421bc3ec74cc71872683bc2f;p=ghc-base.git diff --git a/GHC/Int.hs b/GHC/Int.hs index 0f451b4..03d488e 100644 --- a/GHC/Int.hs +++ b/GHC/Int.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE BangPatterns #-} {-# OPTIONS_GHC -XNoImplicitPrelude #-} {-# OPTIONS_HADDOCK hide #-} -----------------------------------------------------------------------------