From: simonpj@microsoft Date: Wed, 21 Feb 2007 10:42:49 +0000 (+0000) Subject: Add IsString to exports of GHC.Exts X-Git-Tag: 2007-09-13~105 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1da40dc4745cb83dec6c2a41ec944b2084902266;p=ghc-base.git Add IsString to exports of GHC.Exts --- diff --git a/GHC/Exts.hs b/GHC/Exts.hs index 20f43ef..61c23e7 100644 --- a/GHC/Exts.hs +++ b/GHC/Exts.hs @@ -28,6 +28,9 @@ module GHC.Exts -- * Linear implicit parameter support Splittable(..), + -- * Overloaded string literals + IsString(..), + -- * Debugging breakpoint, breakpointCond, Unknown, Unknown2, Unknown3, Unknown4,