Greg Pfeil
Greg Pfeil
We currently have a number of imports deep inside various expressions. This wasn’t initially a problem, but now we have SHA hashes on everything, and it makes a lot of...
`LLVMDisposeModule` is causing a SIGBUS whenever it is called. The workaround is to just let modules leak for now, but this will have to be sorted out.
We get double prompts on each input, and there seem to be prompts with a lot of outputs, as well.
This is perhaps more of a question than an issue … the `ImplicitConversion` wart triggers (understandably) on conversions used by type classes to “inject” operations. Wondering what the right approach...
I’ve added the following to my darwin-configuration.nix ```nix { homebrew.extraConfig = '' cask_args appdir: "/Applications/Homebrew Apps" ''; } ``` but everything in `homebrew.casks` still gets installed directly in /Applications. Modifying...
Make it possible to quickly jump to the (per-project - #1517) *compilation* buffer if there's already one. I mention #1517 because this becomes even more useful with that, as there...
**Describe the bug** If a target depends on a `ghc_plugin`, then the `@haddock` for that target fails with "haddock: can't find a package database at bazel-out/k8-fastbuild/bin/{{{plugin library}}}" unless the target...
I know that there is concern of obfuscation from allowing Unicode, but I find it really useful and can imagine that plenty of people would at least prefer to use...
From https://github.com/dhall-lang/dhall-haskell/pull/956/#issuecomment-494207926 Make it possible to have `Kind`-level, etc. versions of `{}` and ``. The front-runner proposal is to have `{}` mean a type, as it does now, but be...