fendor
fendor
We are triaging all new issues once a month, but we haven't documented the actual process at the moment. To ensure that we don't need anyone with prior knowledge to...
**Describe the bug** Improve error message when multiple .cabal files are in the same directory **To Reproduce** Have two .cabal files in the sme directory. Example ``` $ cabal init...
Extracted from #7478 Basically, if verbosity is `silent`, don't output haddock to `stdout`. As a non-ideal sideeffect, stderr output is swallowed if `haddock` has a zero-exit code. --- Please include...
Lightweight command that can query for very basic information in a cabal project. In particular, information about the compiler for the project and the unit-id a given target belongs to....
Using `ghc-paths` makes it difficult to create binary distributions of `apply-refact`. Even worse, downstream consumers that don't realise this package uses `ghc-paths` will run into issues such as #133, and...
 I don't quite know what it is, but I think this is a very neat addition.
This extension provides rudimentary support for querying hoogle from within vscode. The feature is barely maintained, and we most likely don't even know if it is still working, but it...
https://github.com/tfausak/cabal-gild
## Problem The test suite of HLS is gigantic. That's great! Running the test suite of HLS takes a long time. That's bad. Even worse, the test suite has become...
All exception tests are run in the `ghcide` directory, inferring a `cabal` cradle and failing, as the test files are not part of ghcide. The tests themselves do not actually...