-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Can't download library from Hackage #1065
Comments
In general the Testrunner does not have any internet connectivity. You have to solve the exercise with the libraries available in the runner. |
On the other hand, and I assume you're using the |
From the Haskell Anagram exercise
It explicitly says that I should be able to use the library. |
It says that you might want to play with those libs, not that you will be able to use them on the test runner. Indeed though I have to be honest. The wording is unfortunate. And perhaps the testrunner can be adjusted to allow usage of those packages, or wording can be adjusted to explicitely warn that submissions using those libs will fail on the test runner? @exercism/haskell any opinion on this? |
But the And for someone that use the live editor, how is one supposed to "play with" |
@NobbZ Not blaming you personally, it just feels like an obvious bug to me that it isn't available. But the Haskell team should be able to clarify it :) |
To fix this issue, Reasons why it is appropriate to be added:
|
@petertseng @ErikSchierboom Is this one that either of you can fix? Should this issue be moved to exercism/haskell? |
I think it should be moved, and I think this packages should be added. |
PR has been opened: exercism/haskell-test-runner#49 Once that is merged and the test runner is deployed (within 15 mins or so after merging), this issue should be fixed. |
It has been merged. Within about 15 minutes from now this should be fixed. |
When I submit my solution to a Haskell exercise, I get an error message in the
Tests
tab.The solution works flawlessly on my computer, and the library's source code hasn't changed in two years.
My
package.yaml
fileThe library's Cabal file is can be found here: https://github.com/twanvl/multiset/blob/master/multiset.cabal, and the library is listed on Hackage here: https://hackage.haskell.org/package/multiset
The text was updated successfully, but these errors were encountered: