Fixing the package to run with the latest stack lts version#13
Fixing the package to run with the latest stack lts version#13charltonaustin wants to merge 1 commit intoconal:masterfrom
Conversation
| .stack-work/ | ||
| stack.yaml.lock | ||
| *.swp |
There was a problem hiding this comment.
Wouldn't these patterns be better off in Stack users' global gitignore file?
What's *.swp?
There was a problem hiding this comment.
It's for vim backup files. When you open a file in vim it creates a swp file so that if it crashes you don't lose the information.
There was a problem hiding this comment.
I'm inclined to remove rather than add more ignored files in the project, relying more on users global gitignore files.
There was a problem hiding this comment.
Sounds good. I can close this.
conal
left a comment
There was a problem hiding this comment.
Thanks for the PR.
Do use do you get out of this library? It's pretty old and largely superceded.
|
Yeah actually I'm working out of the book Learn Physics With Functional Programming and it uses the library not-gloss which is dependent on this. Currently not-gloss and this are no longer available by default in stack. I'd be willing to do the leg work to get this supported by stack. I'm pretty new (6ish months) to Haskell so I have no idea what it takes though. |
|
Also I should have said this above. Thanks for the library. |
Thanks for the motivation and info. |
conal
left a comment
There was a problem hiding this comment.
"stack build" fails for me with the stack.yaml change.
|
What is the error? Also I'm on |
Thanks. I saw these same warnings and thought they were errors. Does Stack really need a library's resolver to be updated in order to include the library in newer LTS versions? |
|
Maybe not? I just know that when I tried to build it locally using stack there wasn't a compiler version that was available for my system. So I just went ahead and updated. Here's the output from the build using lts-9.20: |
No description provided.