Good point. Fixed, and will be in 5.04.1 Thanks for reporting this.
Simon | -----Original Message----- | From: Oliver Braun [mailto:[EMAIL PROTECTED]] | Sent: 23 August 2002 11:59 | To: [EMAIL PROTECTED] | Subject: (fwd) FranTk with ghc-5.04 | | | Hi Meurig, | | I am currently working on a FranTk port for FreeBSD. | FranTk1_1.tar.gz worked perfectly with ghc-5.02, but with | ghc-5.04 I get: | | ghc --make FranTkSrc/FranTk.lhs -fvia-C -fglasgow-exts | -fallow-overlapping-instances -fallow-undecidable-instances | -package concurrent -package data -package-name FranTk | -iTclHaskellSrc -iFRPSrc -iFRPSrc/StaticTypes | -iFRPSrc/BehaviorTypes -iFRPSrc/FRPImpl -iFranTkSrc | ghc-5.04: chasing modules from: FranTkSrc/FranTk.lhs | ... | <snip> | ... | Compiling GUIDef ( FranTkSrc/GUIDef.lhs, | FranTkSrc/GUIDef.o ) | | FranTkSrc/GUIDef.lhs:98: Warning: Pattern match(es) are overlapped | In the definition of `identify': identify _ = ... | stack overflow: use +RTS -K<size> to increase it | gmake: *** [FranTkSrc/FranTk.o] Error 1 | *** Error code 2 | | after applying the attached patches. Exactly the same happens | when using | +RTS -50M. | | Regards, | Olli | -- | <: IST & IIS _ INF _ UniBwM :: | [EMAIL PROTECTED] :> | <: Tele-Consulting GmbH :: [EMAIL PROTECTED] | :> | <: FreeBSD Commmitter :: [EMAIL PROTECTED] | :> | _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
