Closed davedawkins closed 4 years ago
Update: Author of purescript-book that I used for my test case has updated to spago, so although the fix is still required, the test case is no longer valid.
I'll have to try this out soon, since some other Windows users also seem to have this issue. Maybe it has to do with what git config is being picked up and used.
Windows 10, latest psc-package, latest npm, etc. Can be reproduced by:
I found that removing the
\r
frompackages.json
would fix it.I then decided to try and debug
psc-package
. Eventually I found that updating tolts-14.1
(andaeson-pretty
to 0.8.8) fixes the issue (without having to strip\r
).I'm a git noob and don't yet know how to create a pull request. The only file that needs changing is
stack.yaml
:If you want, I'll try to create a PR, but let me know.