Re:'ghc --version' problem

2005-01-24 Thread Alson Kemp
># ghc-6.3.3 --version > conftest ># cat conftest > [conftest is empty] Just updated my source and this works now. This was a dup of Krasimir's problem anyway. - Alson ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http:/

'ghc --version' problem

2005-01-24 Thread Alson Kemp
I was just trying to compile a package using ghc-6.3.3 and came up against a problem with the '--version'flag. Specifically, I don't think that 'ghc-6.3.3 --version' doesn't report the version to stdout. # ghc-6.3.3 --version > conftest # cat conftest [conftest is empty] #ghc-6.2 --version >