Tamar Christina
Tamar Christina
I'd like to be able to support changing of the `elfshaker_data` directory so I can place it outside of the current build folder. This makes it easier when a partial...
This is a work in progress to add basic WinIO support to network. Basic here means that we're not taking full advantage of the new I/O manager but that we...
`Socket` is defined as holding a `CInt`, but on Windows `SOCKET` is an unsigned 64 bit value, usually `UINT_PTR`. See [1] and [2] this means we may truncate a valid...
Hi, We are looking to change the fingerprint hash function in GHC as md5 is quite slow[1]. However it seems that Cabal has used this module internally to implement Backpack's...
**Describe the bug** @hvr suggested using `pkg-config-location` as a workaround for #6304. The problem however is that cabal checks if the paths to these tools exist even when it doesn't...
**Describe the bug** GHC On Windows is rather strict about `extra-lib-dirs` paths existing. The issue this is causing is that when installing `cabal` through chocolatey I would like to make...
**Describe the bug** When you have a program that's both on your `PATH` and in `extra-prog-path` you can't steer cabal to which one you want locally without modifying your `PATH`....
Hi, Would it be possible to have a silent mode option? I'm using cset for benchmarking and this line in particular https://github.com/lpechacek/cpuset/blob/d1dbe6a155d3ba299eda026e289abcbfa5ed1526/cpuset/commands/proc.py#L568 causes the benchmarks to fail as they check...
If an `.esi` file contains a trailing newline elfshaker will abort with: ``` [ERROR (main) 15.793753ms]: *FATAL*: Expected pack index checksum, reached end of line 870 (source=(unspecified)) ``` This is...
When cloning from a server, the server can either return `Content-Length` or `Transfer-Encoding`. However elfshaker doesn't handle the latter case correctly because it tries to draw a progress bar which...