hdevtools
                                
                                 hdevtools copied to clipboard
                                
                                    hdevtools copied to clipboard
                            
                            
                            
                        Does not work in paths with spaces
Thanks for improving hdevtools. I found a probably easy-to-fix problem:
~/uni/info/Vorträge/2015-04-15 KaFuncProgGroup RevEng-Monaden $ hdevtools check Parser.hs  
<no location info>:
    can't find file: /home/jojo/uni/info/Vorträge/2015-04-15 KaFuncProgGroup RevEng-Monaden/Parser.hs
~/uni/info/Vorträge/2015-04-15 KaFuncProgGroup RevEng-Monaden $ cp Parser.hs /tmp/
~/uni/info/Vorträge/2015-04-15 KaFuncProgGroup RevEng-Monaden $ cd /tmp/
/tmp $ hdevtools check Parser.hs  
/tmp/Parser.hs:1:1:
    The IO action ‘main’ is not defined in module ‘Main’
Hi - I'm not having any luck reproducing this bug. Can you give me some more details? What OS are you running on? Thanks :)