-
Notifications
You must be signed in to change notification settings - Fork 1
Support YQL, Remove Webservice because it is no longer supported by Yahoo #4
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
Conversation
Update package to query yql, remove deprecated webservice
@mchaver Thanks a lot! I've added you as a collaborator for this project. Feel free to merge this PR in. Also, if you tell me your hackage username I'll add you as an admin for the package on hackage. That way you'll be able to do releases to hackage. In 3984d93 I renamed the Also, it appears that the tests are failing on travis-ci. I'm not sure why this is. Do you have any ideas? If we can't figure it out, I guess we can just disable the tests on travis-ci. |
@cdepillabout My guess would be the network settings on the travis system that runs the tests. On travis the tests only pass on |
Update the .travis.yml file with the recommended file from https://docs.haskellstack.org/en/stable/GUIDE/#travis-with-caching. Also enable additional travis targets (older versions of ghc).
This commit creates a stack-servant-0.9.yaml file. This is used by the test-stack-files.sh script to test that yahoo-finance-api works with servant-0.9. This commit also sets stack.yaml to just be a normal build using lts-7.
I released v0.2.0.0 to hackage. Thanks again! Closes #3. |
No description provided.