fendor

Results 101 issues of fendor

Loading multiple cabal/stack components into HLS has been a pain point since its early beginnings. Essentially, it allows us to provide diagnostics and code actions across components, such as libraries,...

type: enhancement

![image](https://user-images.githubusercontent.com/8463814/232042618-37b3b611-a869-4a60-b8e4-5bc50be8ca96.png) It looks correct without any sorting. Similar issue in the footer for the page numbers: ![image](https://user-images.githubusercontent.com/8463814/232042803-16fc87ac-d0d9-4a1d-9653-9208c4fd5683.png) but there is actually more than one page, which you only see if...

Previously, `cabal path` was only able to query from the global configuration file, e.g., `~/.cabal/config` or the XDG equivalent. This was deemed not useful enough to warrant a new cabal...

attention: needs-review
attention: needs-backport 3.12

@michaelpj showed me this repo, and it looks great! You provide a nice interface for hackage and hoogle which many users would benefit from. I would like to promote this...

The intention is to strip away a common prefix and return the relative FilePath, if and only if there is a common prefix. Possible function signature: ```haskell stripPrefix :: --...

enhancement

## Environment * Operating System: Linux archlinux 6.0.2 * Toolchain (compiler + version): [FILL HERE] * Version or commit: flora.pm (accessed 29.10.2022 15:12 CET) * Browser: firefox 106.0.1 (64-bit) (but...

bug
frontend

First of, this library is awesome! However, I am trying to implement a Multiplayer Game and I need to use some Communication protocol. I can not really break out of...

See https://github.com/haskell/haskell-language-server/issues/4178 for details.

Add test case for #9927 Edit by @Mikolaj: dear maintainers, please don't tweak this PR until CI passes --- the point is it doesn't pass, confirming a bug. :)

**Describe the bug** The `build-info.json` file generated by `cabal build --enable-build-info` does not include ghc-options specified via `cabal.project` **To Reproduce** Steps to reproduce the behavior: ``` $ mkdir cabal-bi-bug &&...

type: bug
attention: pr-welcome