From: simonpj@microsoft.com Date: Tue, 14 Sep 2010 12:27:50 +0000 (+0000) Subject: Add missing import, fixes build on windows X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4ecb4fe89491554ecc6aec0ac45d4df7372c64bf;p=ghc-base.git Add missing import, fixes build on windows --- diff --git a/GHC/IO/Encoding/CodePage.hs b/GHC/IO/Encoding/CodePage.hs index baf68a1..17c1615 100644 --- a/GHC/IO/Encoding/CodePage.hs +++ b/GHC/IO/Encoding/CodePage.hs @@ -8,6 +8,7 @@ module GHC.IO.Encoding.CodePage( ) where import GHC.Base +import GHC.Show import GHC.Num import GHC.Enum import GHC.Word