Alexis Williams

Results 14 issues of Alexis Williams

I'm going to look at implementing this, but I'll be honest, the level of C++-yness is scary and not exactly my strong point with programming stuff. It's not that hard...

Because `new-install` wants to keep every package that GHC bundles in the environment, it adds every package from this list to the environment along with the initial targets. Unfortunately, this...

priority: high :fire:
cabal-install: nix-local-build
cabal-install: cmd/install
re: install --lib

To take a few lines out of [GHC's `Parser.y`](https://github.com/ghc/ghc/blob/584cd5ae200866fbfb480fab9591f0acf94a8033/compiler/GHC/Parser.y#L623) (because it's where I'm facing this error), consider the following code: ``` '{-# INLINE' { L _ (ITinline_prag _ _ _)...

enhancement
wontfix

Fixes #118. This exposes what you need to write your own backend, as shown by [haskeline-brick](https://github.com/typedrat/haskeline-brick). Please squash this if it gets merged!

Closes #6046. Still needs documentation updates, plus shakedown testing from anyone who isn't me. With more than two options of "thing that can be installed", existing interface doesn't make sense....

attention: needs-help
attention: needs-rebase

Unfortunately, the smallest example I have of the binary format I am currently trying to parse is several megabytes in size, and so it is very hard to find the...

enhancement

If I'm downloading something in interactive mode, it's annoying to have to manually back out all the way to the root menu and scroll through options to reach exit. Could...

enhancement

While using this tool to create a fair number of torrents, I would like to be able to put them in a specific directory without having to type the name...

Would you be interested in adding support for this tool on Orpheus? The API shouldn't be that different. I can even take a swing at it if you want.

enhancement
help wanted

Currently, if you have your constructor take a tuple argument, the builder function requires a tuple. I'm using that to represent multiple values that don't make sense to set independently,...