Commit Graph

1 Commits

Author SHA1 Message Date
Richard Marko 704323ecd6 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.
2020-06-27 23:25:16 +03:00