Mango The Fourth

Results 132 issues of Mango The Fourth

With ghc9.4.6 the compile times for small modules are really high (multiple minutes), is this expected or might this be a regression in the compiler?

Hi, i would be cool to additionally to the `anyclass` deriving mechanism provide an instance for - `Generically1` as defined in base `>=4.17` - `Generically1` as defined here https://hackage.haskell.org/package/generically-0.1.1/docs/GHC-Generics-Generically.html for...

### important - [ ] support additional systems - [ ] `x86_64-darwin`, `aarch64-darwin` - [ ] `aarch64-linux` - [ ] provide `app`s that provision a testing environment (databases, see `flora`...

### Hyprland Version System/Version info ```sh Hyprland, built from branch at commit 79a139c9495568f69dd995bce1ca579247a98a17 (). Date: 2024-04-15 Tag: , commits: @COMMITS@ flags: (if any) System Information: System name: Linux Node name:...

bug

Currently `hlint` emits two hints for something like ```haskell mk_meth_spec_prags :: .... mk_meth_spec_prags = ... ``` both on the type and the method itself. I think it should only emit...

good first issue

- avoid lambda with `BlockArguments` doesn't insert parens resulting in an error when applying the hint - if BlockArguments are on, it should be checkd if the lambda is in...

### Bug ```haskell type Wrap :: UnliftedType -> Type data Wrap a = Wrap a ``` triggers "Use newtype instead of data" which is incorrect (this is also true for...

Hi, similarly to `hackage`, it would be nice if the result functions in hoogle would be displayed in a monospace font, after all, they're haskell code. E.g. I have chosen...

enhancement