-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Description
Hi,
For HaskTorch we're currently using Haskell.nix's shellFor, currently simply grabbing the most recent releases of cabal and ghcide: tools = { cabal = "3.2.0.0"; ghcide = "0.2.0"; };.
Now, using the latest commit of haskell.nix seems to imply using the latest commit of stackage.nix, which in turn seems to determine package versions.
However, nightly versions of Stackage use base-4.14.0.0, whereas that latest Cabal versions requires a lower version.
Using a Cabal more recent than its release should address that, but currently Haskell.nix's tool currently only allows using Stackage releases, not git commits.
This begs the question: how would anyone use one of the latest haskell.nix commits without running into this issue?
Metadata
Metadata
Assignees
Labels
No labels