-
Notifications
You must be signed in to change notification settings - Fork 1
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
The fetch
is no longer in scope for the test files
#2
Comments
In order to make this work in Nixpkgs. We had to disable the tests:
|
@louispan can you update the tests so that the |
Gabriella439
added a commit
to Gabriella439/nixpkgs
that referenced
this issue
Apr 19, 2021
The package builds without the test suite The upstream issue is: louispan/parameterized#2
sternenseemann
pushed a commit
to NixOS/nixpkgs
that referenced
this issue
Apr 19, 2021
The package builds without the test suite The upstream issue is: louispan/parameterized#2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When attempting to build this library now:
This is because this file https://github.com/louispan/parameterized/blob/master/test/Parameterized/Control/Monad/Trans/Reader/ReaderSpec.hs
Is not explicitly importing
fetch
and thefetch
is no longer exported by default by one of the dependencies.The text was updated successfully, but these errors were encountered: