From: Ian Lynagh Date: Tue, 30 Jan 2007 12:41:36 +0000 (+0000) Subject: Remove IsString(fromString) from the Prelude X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=242953c875b501e3cf43c49c5b72cb21712944ae;p=haskell-directory.git Remove IsString(fromString) from the Prelude --- diff --git a/Prelude.hs b/Prelude.hs index 7126561..840c2ca 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -80,11 +80,6 @@ module Prelude ( Functor(fmap), mapM, mapM_, sequence, sequence_, (=<<), -#ifdef __GLASGOW_HASKELL__ - -- ** String class - IsString(fromString), -#endif - -- ** Miscellaneous functions id, const, (.), flip, ($), until, asTypeOf, error, undefined,