Cabal build error

Hi all,

I get several Cabal-5000 errors while building, for example:

Configuring library for comonad-5.0.9…
Error: [Cabal-5000]
The following package dependencies were requested
–dependency=‘transformers-compat=transformers-compat-0.7.2-5f5d7869bf2f3bd6aa73af207eb149e8c8e4b7249b81b32401ce7037da4fba17’
however the given installed package instance does not exist.

What can I do?
I am using GHC 9.10.1 and Cabal 3.14.1.1

Thanks!

Far from scientific, but axing the store (cabal path for location) should fix it.

Thank you very much!

It fixed it!

1 Like