fendor
fendor
Apparently I messed this up since https://github.com/haskell/hie-bios/pull/330, which means CI didn't run any bios tests since about six months. So we either can applaud ourselves for testing locally, or some...
Add parser tests for non-standard `cabal.project` file locations Add bios tests for projects with non-standard `cabal.project` file locations Follows the same structure as `stackYaml` feature for stack cradles. Fixes #263
Introduce API changes necessary for #301 This PR can be merged before #301, and released, then HLS can be updated for the new API.
> Until now, we threw an error message. The point being that you notice you didn't write the correct configuration and something is not right. This will make it hard...
In https://github.com/haskell/lsp/pull/360, compatibility with `aeson >= 2` is achieved without using CPP, we want that too, because no one likes CPP!
Use features from https://github.com/haskell/cabal/pull/7478 Starts work on #269
IIRC, we don't need this in later GHC versions, as we can use `GHC.Driver.Session.setDynamicNow` directly. _Originally posted by @berberman in https://github.com/mpickering/hie-bios/pull/300#discussion_r698088619_
Closes #73 Implementation draft to get the discussion started.
Makes it easier to copy and paste configurations into VSCode and reviewing what options have been added and removed. I was reminded that we need something like this and add...
Copy pasted from https://mail.haskell.org/pipermail/haskell-cafe/2022-August/135499.html The bug report as-is is probably insufficient to be actionable, but maybe we are lucky and someone immediately has an idea. > A few of my...