From a50ddaa4f61a3349b7cdecfc2dc8c0ed80795beb Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Mon, 18 Oct 2010 20:56:32 +0000 Subject: [PATCH] Do not export String from Data.Char --- Data/Char.hs | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.7.10.4