Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cabal.project, only .gitignore cabal.project.local
This prevents accidental surprises like the one I've managed to hit today - `git worktree add master` and building in master directory tries to look-up `cabal.project` but only discovers one in parent directory and starts reusing `dist-newstyle` for the build. Better to have this explicit which devs can also use as a template to add other temporary deps.
- Loading branch information