From b394183bad7ce8f5a4ae6ac571b0f433104f97be Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Fri, 29 Jan 1999 13:42:26 +0000
Subject: [PATCH] [project @ 1999-01-29 13:42:26 by simonm] unwibble

---
 ghc/lib/std/PrelErr.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/lib/std/PrelErr.lhs b/ghc/lib/std/PrelErr.lhs
index 57b215907459..ee22bdab8158 100644
--- a/ghc/lib/std/PrelErr.lhs
+++ b/ghc/lib/std/PrelErr.lhs
@@ -182,7 +182,7 @@ untangle coded message
   =  location
   ++ ": " 
   ++ message
-  ++ "\'" ++ details ++ "\'"
+  ++ details
   ++ "\n"
   where
     (location, details)
-- 
GitLab