Re: Compiling nhc98-1.0pre7 with ghc



About this list Date view Thread view Subject view Author view

malcolm-nhc@cs.york.ac.uk
Tue, 3 Aug 1999 16:48:50 +0100


> When compiling nhc98-1.0pre7 using GHC I have got the following errors: > > .../hmake/GetDep.hs: > Couldn't match `String' against `IOError' > In the first argument of `fail'. At the top of ...hmake./GetDep.hs, lines 17-19, the test #if ! (defined(__HASKELL_98__) || __HASKELL1__ <= 4) #define ioError fail #endif is incorrect. Try replacing line 17 with #if ! (defined(__HASKELL_98__) || __HASKELL1__ > 4) Regards, Malcolm -------------------------------------------------------------------- To unsubscribe, send a message containing the word `unsubscribe' to: nhc-users-request@cs.york.ac.uk --------------------------------------------------------------------


About this list Date view Thread view Subject view Author view