Andreas Abel

Results 585 issues of Andreas Abel

```haskell main = do e >= \case Left err -> do putStrLn err exitFailure Right e -> pure e ``` This triggers this linter warning: ``` Warning: Redundant Found: getContents...

```haskell getContents myLexer pExp >>= \case ... ``` This triggers linter warning: ![Screenshot 2024-12-09 at 15 51 36](https://github.com/user-attachments/assets/a0305ca1-52f5-43e6-90f1-6e9ca9c5a0cc) Applying this refactoring would create a pipeline where the flow in the...

Jasmin on sourceforce does not see any bugfixes. Is this repo here the place to contribute fixes or get the newest releases?

> [__2] rejecting: base-4.21.0.0/installed-d274 (conflict: http-api-data => base>=4.12.0.0 &&

``` $ cabal build -w ghc-8.0.2 Resolving dependencies... Build profile: -w ghc-8.0.2 -O1 In order, the following will be built (use -v for more details): - entropy-0.4.1.10 (lib:entropy) (first run)...

This API has `comma`, `colon`, `semi`, but not `dot`, unlike the `prettyprinter` library: https://hackage.haskell.org/package/prettyprinter-1.7.1/docs/Prettyprinter.html#v:dot

When you click on https://hackage.haskell.org/package/pretty-1.1.3.6/docs/Text-PrettyPrint-Annotated.html#v:HughesPJ you are not getting to this module but stay in the `Annotated` module. The source is here: https://github.com/haskell/pretty/blob/d7e3278e8a0d039c5d2fdca422dd3ed679108adf/src/Text/PrettyPrint/Annotated.hs#L18-L19

This PR is frozen as it is part of an issue report: - https://github.com/haskell/haskell-language-server/issues/4505 Don't merge, don't modify, don't close. No need to review.

> [__5] rejecting: base-4.21.0.0/installed-cc73 (conflict: zlib => base>=4.9 &&