Skip to content
  • Duncan Coutts's avatar
    Add install --log-builds flag · 57024727
    Duncan Coutts authored
    Eg can use cabal install foo --log-builds='$pkgid-$compiler.log'
    and the build log for each package will written to a separate
    file. If an existing file is given then the log is appended.
    This or something like it should help in future with build
    reporting of the non-anonymous kind.
    57024727