<jackdk>
I have a haskell.nix project for which I am trying to get a shell using `shellFor`. In the args to shellFor, I set `tools.haskell-ci = {};`. The build is failing because `haskell-ci` needs Cabal-3.4.0.0 (this is correctly declared in its cabal file). How can I override the version of a dependency of a tool?
fendor has joined #haskell.nix
__monty__ has joined #haskell.nix
<jackdk>
it appears that `modules = [{ reinstallableLibGhc = true; }];` will allow the version of Cabal to vary from the one bundled with GHC.
jD91mZM2 has quit [Ping timeout: 248 seconds]
fendor has quit [Ping timeout: 260 seconds]
fendor has joined #haskell.nix
fendor_ has joined #haskell.nix
fendor_ has quit [Remote host closed the connection]