From: Bas van Dijk Date: Mon, 18 Oct 2010 20:56:32 +0000 (+0000) Subject: Do not export String from Data.Char X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=a50ddaa4f61a3349b7cdecfc2dc8c0ed80795beb Do not export String from Data.Char --- diff --git a/Data/Char.hs b/Data/Char.hs index 76f2188..f9cbbdf 100644 --- a/Data/Char.hs +++ b/Data/Char.hs @@ -17,8 +17,6 @@ module Data.Char ( Char - , String - -- * Character classification -- | Unicode characters are divided into letters, numbers, marks, -- punctuation, symbols, separators (including spaces) and others