From 617ccc8395b012b6073383b606bfbc227c68b589 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Sun, 27 Jul 1997 09:13:50 +0000
Subject: [PATCH] [project @ 1997-07-27 09:13:50 by sof] regexp change for
 usage lines

---
 ghc/driver/ghc-iface.lprl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/driver/ghc-iface.lprl b/ghc/driver/ghc-iface.lprl
index fe61f697da45..7f4cb6651d87 100644
--- a/ghc/driver/ghc-iface.lprl
+++ b/ghc/driver/ghc-iface.lprl
@@ -187,7 +187,7 @@ sub readHiFile {
 	} elsif ( /^_([a-z_]+)_$/ ) {
 	    $now_in = $1;
 
-	} elsif ( $now_in eq 'usages' && /^(\S+)\s+(!\s+)?(\d+)\s+:: (.*)/ ) {
+	} elsif ( $now_in eq 'usages' && /^(\S+)\s+(!\s+)?(\d+)\s+::(.*)/ ) {
 	    $Stuff{"$mod:usages"} .= $_; # save the whole thing
 
 
-- 
GitLab