Cabal doesn't echo commands with -v on Windows

Krasimir Angelov kr.angelov at gmail.com
Tue Oct 18 05:11:27 EDT 2005


Cabal passes -v flag to the executed external commands only when the
verbose level is > 4.

Cheers,
  Krasimir

2005/10/18, Simon Peyton-Jones <simonpj at microsoft.com>:
> Cabal with -v should echo the commands it is executing.  But on Windows
> it doesn't.  See the error log below.  (This is when compiling the
> FastPackedString Cabal package, in fact.)
>
> Simon M thinks it might be a buffering issue.  Flush before calling any
> command?
>
> Simon
>
>
> sh-2.04$ runghc Setup.hs -v build
> Preprocessing library fps-0.1...
> Building fps-0.1...
> <Windows pops up the GHC-has-crashed window>
>
>
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://www.haskell.org/mailman/listinfo/libraries
>


More information about the Libraries mailing list