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
cabal.project.local and cabal.project are different. They do include the cabal.project, but not cabal.project.local. cabal new-configure will create cabal.project.local, its purpose is:
When you depend on a library that's not part of the same project, is available on a local filesystem, and won't necessarily be in the same absolute or relative location on every developer's machine.
When you want to locally override an existing dependency to specify a WIP version of that dependency either on the local filesystem or in a VCS
Apparently, something needs to change to support this.
PR #62 Needs to be split in two, one for this issue and one for issue #61 .
The text was updated successfully, but these errors were encountered: