evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.08k stars 39 forks source link

Line endings issue in Windows 10 #210

Closed furroy closed 5 years ago

furroy commented 5 years ago

Just tried to install w/ haskell stack as described on readme, but when I try to execute it, gets an error.

C:\Users\furroy\OneDrive\Documents\kitten>stack exec kitten WARNING: cache is out of date: C:/Users/furroy/AppData/Local/Programs/stack/x8664-windows/ghc-7.10.3\lib\package.conf.d \WpAaRcNkIaNgGe:. ccaacchhee gihsc owuitl lo fs edea taen: oCl:d/ Uvsieerws /offu rtrhoiys/ AppapcDkaatgae/ Ldobc.a lU/sPer o'ggrhacm-sp/ksgt arce kc/axc8h6e'6 4t-ow ifnidxo.w s/ghc-7.10.3\lib\package.conf.d\package.cache ghc will see an old view of this package db. Use 'ghc-pkg recache' to fix. C:\Users\furroy\OneDrive\Documents\kitten.stack-work\install\f97f2598\share\x86_64-windows-ghc-7.10.3\Kitten-0.1.0.0\co mmon.ktn:13.12-12:unexpected "\r"; expected newline before paragraph body

furroy commented 5 years ago

i delete my install, ran git config --global core.autocrlf input and did a fresh clone, seems to have fixed it