From 4ecb4fe89491554ecc6aec0ac45d4df7372c64bf Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 14 Sep 2010 12:27:50 +0000 Subject: [PATCH] Add missing import, fixes build on windows --- GHC/IO/Encoding/CodePage.hs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4