From 1da40dc4745cb83dec6c2a41ec944b2084902266 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft" Date: Wed, 21 Feb 2007 10:42:49 +0000 Subject: [PATCH] Add IsString to exports of GHC.Exts --- GHC/Exts.hs | 3 +++ 1 file changed, 3 insertions(+) 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, -- 1.7.10.4