fendor

Results 803 comments of fendor

> Sorry, by hie I actually meant the whole ide story for haskell. Hie-bios is still going to be used in HLS, right? Yes, it is currently the backbone of...

What are the semantics of the provided `NonEmpty`? Do we require that the component the file path is part of has been loaded and is the first element of the...

It is right now still kind of a WIP. Do you have opinions on naming?

It is on hold because it is semi-blocked on https://github.com/haskell/cabal/pull/7500 to get reliably the build-info location. Technically, it is not blocked, the API could be changed without cabal support, but...

What kind of machine readable output would you like? I dont know enough about #71 to know whether its implementation would be feasible for this project.

Hi, thank you for the bug report! Does it work if you replace ``` - path: "./haskell-overlays/reflex-packages/dep/dependent-sum-universe-orphans" config: cradle: cabal: - path: "./src" component: "lib:dependent-sum-universe-orphans" ``` with ``` - path:...

Hm, what happens if you move your `hie.yaml` to `./haskell-overlays/reflex-packages/dep/dependent-sum-universe-orphans`? With the contents ```yaml cradle: cabal: ```

Is there a `cabal.project` somewhere up in the build tree? Just to be sure, you can add `cabal.project` to `reflex-platform/haskell-overlays/reflex-packages/dep/dependent-sum-universe-orphans/` with ``` packages: ./ ```

How are you expecting this to be built? HLS/hie-bios has no built-in support for `nix`, if you specify to use cabal, HLS will use cabal to build the project, which...