fendor
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,...
 It looks correct without any sorting. Similar issue in the footer for the page numbers:  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...
@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 :: --...
## 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...
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 &&...