-
Notifications
You must be signed in to change notification settings - Fork 9
Fixing the package to run with the latest stack lts version #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
.stack-work/ | ||
stack.yaml.lock | ||
*.swp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't these patterns be better off in Stack users' global gitignore file?
What's *.swp
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. I can close this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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.