 
            
            
            
            
                18 Aug
                
                    2008
                
            
            
                18 Aug
                
                '08
                
            
            
            
        
    
                10:32 a.m.
            
        Bertram Felgenhauer 
Paul Jarc wrote:
Maybe runhaskell should automatically add "-x hs" to the ghc command?
The 6.9 branch version of runghc does that, actually.
Ah, that's good news.
There's an undocumented runghc flag which I found by looking at the source code, --ghc-arg, that can be used for this.
runghc -x --ghc-arg=hs notify
That works, thanks! paul