From d0e395fccd0c2e3acd7304c3b13fb00622ad106d Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 8 Jun 2000 09:01:35 +0000 Subject: [PATCH] [project @ 2000-06-08 09:01:35 by simonmar] update interface file syntax --- ghc/tests/rename/should_compile/Rn017.hi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/tests/rename/should_compile/Rn017.hi b/ghc/tests/rename/should_compile/Rn017.hi index 8f85dbb..d2f07e2 100644 --- a/ghc/tests/rename/should_compile/Rn017.hi +++ b/ghc/tests/rename/should_compile/Rn017.hi @@ -2,6 +2,6 @@ __interface Rn017 1 0 where __export Rn017 a b c Wibble{MkWibble} Wobble ; 1 data Wibble = MkWibble Wobble ; 1 data Wobble ; -1 a :: Int -> Int ; -1 b :: Int -> Int ; -1 c :: Int -> Int ; +1 a :: PrelBase.Int -> PrelBase.Int ; +1 b :: PrelBase.Int -> PrelBase.Int ; +1 c :: PrelBase.Int -> PrelBase.Int ; -- 1.7.10.4