Results 11 issues of Paczesiowa

e.g. custom, hacked version of ghc

Util.Tar module seems to work fine, but reading ghc tarballs fails because tar library cannot read gnu tar format with LongLink extension. without it, it extracts truncated file names (to...

create a file ~/.virthualenvs that will contain dict name -> path (maping virthualenv_name to its path) create a shell script virthualenv-activate, that will take a name and activate it

runProcess currently logs the whole environment (if Just env is used), it should only log the differences against the parent environment. the master/parent environment should be logged whole at the...

when exception is thrown from down the call stack (like from runProcess) it's message is useless to the user (process failed with status 127 doesn't tell anything about missing ghc-pkg)....