From bfd4a19a7528cd3d25af227234c819b389859dba Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Thu, 5 Jun 1997 21:07:59 +0000
Subject: [PATCH] [project @ 1997-06-05 21:07:59 by sof] dsBinds sig updated

---
 ghc/compiler/deSugar/DsBinds.hi-boot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/deSugar/DsBinds.hi-boot b/ghc/compiler/deSugar/DsBinds.hi-boot
index b2b82c4b32cd..9de9237d412f 100644
--- a/ghc/compiler/deSugar/DsBinds.hi-boot
+++ b/ghc/compiler/deSugar/DsBinds.hi-boot
@@ -2,4 +2,4 @@ _interface_ DsBinds 1
 _exports_
 DsBinds dsBinds;
 _declarations_
-1 dsBinds _:_ TcHsSyn.TypecheckedHsBinds -> DsMonad.DsM [CoreSyn.CoreBinding] ;;
+1 dsBinds _:_ PrelBase.Maybe (BasicTypes.Module, FastString.FastString) -> TcHsSyn.TypecheckedHsBinds -> DsMonad.DsM [CoreSyn.CoreBinding] ;;
-- 
GitLab