[ ghc-Bugs-1025941 ] Big problems running ghc and ghci

2004-09-17 Thread SourceForge.net
Bugs item #1025941, was opened at 2004-09-10 15:57 Message generated for change (Comment added) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1025941group_id=8032 Category: Compiler Group: 6.2.1 Status: Open Resolution: None Priority: 5

GHC confused by hi-boot files

2004-09-17 Thread George Russell
With both ghc6.2 and 6.2.20040915 on Linux, ghc --make cannot compile the attached files and produces a confusing error message. # ghc --make View.hs Chasing modules from: View.hs Compiling ViewType ( ./ViewType.hs, ./ViewType.o ) Compiling VersionGraphClient ( ./VersionGraphClient.hs,

Template Haskell and boot files

2004-09-17 Thread George Russell
Hello GHC bug fixers, I just sent a program which ghc --make couldn't compile but individual ghc -c commands could. Now I have just tried to work around this, using Template Haskell to use a data rather than newtype declaration for ghc6.2 Unfortunately the new code has the opposite problem! It