Daniel Trstenjak

Results 41 comments of Daniel Trstenjak

> Any luck so far? I just tried today to install cabal-bounds from Hackage, and it failed: My pull request is still discussed by the cabal devs.

The last released version 3.10.2.0 of the Cabal library in october 2023 still doesn't contain my changes. Looks like we've to wait for 3.11.

cabal-bounds 2.4.0 is now released, supporting ghc 9.4.7.

The needed updates have been for the Cabal library, so I don‘t think that newer ghc versions should have any problems.

I'm still trying to work out what the right solution is, but at the moment cabal-bounds can be build with ghc-9.8.2 with the aid of a `cabal.project` file containing: packages:...

cabal-bounds-2.5.0 should now work with ghc-9.8.2.

This looks more like an issue of `hdevtools` with `ghc 8.2.2`. `vim-hsimport` uses `hdevtools` to find the module for a symbol. So, not much I can do. I wouldn't recommend...

How are you building your project? * cabal build * cabal sandbox * stack * cabal new-build

Hi Tommaso, so you're getting this error if you're calling on the vim command line e.g. ':HsImportSymbol YourSymbol'? And you're getting the same error if you're calling on the shell...

On Thu, May 17, 2018 at 05:15:57AM -0700, Tommaso Piazza wrote: > in vim :HsImportSymbol > causes > > Cabal error: Encountered missing dependencies: > QuickCheck >=2.8.2, hspec >=2.2.3 >...