You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One problem with using stackProject in haskell.nix is external sources, i.e. dependencies not in stackage or hackage, with source on GitHub. You can provide a cache set to stackProject, but that's very manual and duplicates the information in the stack files.
To avoid this, we could build an exe that uses the existing code from stack-to-nix to produce nix expressions containing the data needed for calling fetchgit and build the cache set to pass to stackProject - or stackProject could transparently build the cache itself.
The text was updated successfully, but these errors were encountered:
One problem with using
stackProject
inhaskell.nix
is external sources, i.e. dependencies not in stackage or hackage, with source on GitHub. You can provide a cache set tostackProject
, but that's very manual and duplicates the information in the stack files.To avoid this, we could build an exe that uses the existing code from
stack-to-nix
to produce nix expressions containing the data needed for callingfetchgit
and build the cache set to pass tostackProject
- orstackProject
could transparently build the cache itself.The text was updated successfully, but these errors were encountered: