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
I have a simple haskell stack repo
I want to use it's Lib module as a dependency for my another project (made with this template: https://github.com/rvarun11/codespaces-ihp)
How can I do this?
I could not make it work
I am trying another way: I have it build and put in a local folder
But still it does not work (flake.lock does not reflect any changes)
How to make it work?
I have a simple haskell stack repo
I want to use it's Lib module as a dependency for my another project (made with this template: https://github.com/rvarun11/codespaces-ihp)
How can I do this?
Also tried this: https://cabal.readthedocs.io/en/3.4/cabal-project.html#specifying-packages-from-remote-version-control-locations, it even installed pf2e and it's deps; I added pf2e to App.cabal, but got error "Module not found"
The text was updated successfully, but these errors were encountered: