Results 59 issues of Teo Camarasu

CLC has approved the proposal to remove the `ST` instance of `MonadFail` from `base` (https://github.com/haskell/core-libraries-committee/issues/33). The implementation of the proposal is delayed to GHC 9.4, but one can already future-proof...

KeyMap currently doesn't export a function that corresponds to {,Hash}Map.insertWith. I would be interested in having this function. If this is useful for others as well, I'd be happy to...

versioning level: minor/non-breaking addition

This is an early attempt to get this working with GHC-9.4.1. At the moment we need to use some patched versions of libraries taken from https://github.com/yesodweb/yesod/pull/1769 There's also an issue...

### Context At work we use stack with HLS. But we also use stack to run our application/tests. By default HLS will build things into the same stack workdir as...

type: enhancement
can-workaround
build tool: stack
build tool: cabal

With stack version 2.7.3, ghc-options declarations need to be a string in `stack.yaml` but an array of strings in a snapshot/resolver definition. The current parser can only deal with the...

--- Please include the following checklist in your PR: * [ ] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#conventions). * [ ] Any changes that could be relevant to users [have...

With stack version 2.7.3, ghc-options declarations need to be a string in `stack.yaml` but an array of strings in a snapshot/resolver definition. The current parser can only deal with the...

help wanted
stack

After upgrading to GHC-9.4.5, we've been noticing a lot more of the `-package ... is hidden` errors in HLS with a stack multi-cradle. Initially I thought this was merely #366....

type: bug
component: hie-bios
component: ghcide
build tool: stack
multi-component

I would love to have component-based build support for the nixpkgs haskell infra. I understand that adding support for this is quite a big change. And I'm hoping to invest...

**Describe the bug** Cabal's multi-repl support requires a version of the Cabal library >=3.11. This is fine when using `cabal-install`'s builtin copy of the Cabal library. But when packages' Custom...

documentation
cabal-install: cmd/repl
needs triage