Mango The Fourth

Results 296 comments of Mango The Fourth

I don’t know if running cabal update is appropriate, it changes the global state of the cabal installation which may be unexpected.

I cannot reproduce it anymore, either. I just tried a couple of times, I guess it really must have been the update to 0.10.1. Thank you for notifying me about...

```yaml test-show-details: direct profiling: True optimization: False package * ghc-options: -O0 -fwrite-ide-info ``` ```bash weeder -N ```

Maybe another question: it seems like haskell-tools.nvim matches on `ghc.cabal.in`, I think it would also be a fix to just not fix on that?

I don't know how these regexes work though, perhaps they just want a `$`?

I think this is due to `settingsFork` field in `Settings` and `ImpredicativeTypes`

Sadly these higher rank types aren’t even allowed in instance heads so we couldn’t even ditch the ImpredicaticeTypes with the cost of worse error messages in instances derived for these...

For the consumer there is two main impacts: - easier to use API - more, automatic documentation The latter would probably also apply to the user that doesn't use the...

I guess we can reuse a lot because we're already passing modules to `cabalProject'` and `stackProject'`