Ben Gamari
Ben Gamari
I just stumbled around for quite a while looking for the right installation path for these `konsole` colorschemes under Debian `testing`. On my machine they are looked for in `~/.local/share/konsole`.
Previously the fold-like operations were restricted to fold operations in `IO`, greatly limiting their usefulness. Here we generalize them to any `MonadMask`, provided by the widely-used `exceptions` library. Resolves #9.
This introduces an interface providing constant-space sorting of eventlogs via on-disk merge-sort. I have confirmed that the implementation indeed maintains constant-space behavior, requiring about 79s seconds to sort a 200MB...
Currently `ghcup` metadata maintenance is one of the more manual (and consequently error-prone) aspects of cutting a GHC release. Specifically, it involves manually adding a snippet to the 1000+ LoC...
Currently `haskell-mode` seems to rely on a pile of rather fragile regular expressions for getting information out of GHCi. However, GHCi is not intended to be a language server; rather,...
*Tracking ticket: #164* This proposal attempts to summarise the interface design of the exception annotation scheme proposed in [GHC Proposal #330][GHCP330]. Specifically, this proposal covers the changes described in section...
I propose that the following declarations be removed from the exports of `GHC.InfoProv`: * the `InfoProvEnt` kind (which is used internally to instantiate `Ptr`) * the `ipeProv` function * the...
In https://github.com/ghc-proposals/ghc-proposals/pull/330 we propose a significant number of interface additions to `base`, as well as changes to a few central abstractions (namely, the `Exception` class and `SomeException` type). These are...
I propose that we remove the following `.Internal` modules from `base` after a deprecation period of one GHC release: * `GHC.TypeNats.Internal` * `GHC.TypeLits.Internal` * `GHC.ExecutionStack.Internal` None of these have any...
*Tracking ticket: https://github.com/haskell/core-libraries-committee/issues/164* In #202 @parsonsmatt raised an useful design goal for the exception annotation mechanism described in https://github.com/haskell/core-libraries-committee/issues/200: the user should be able to easily collect all annotations attached...