-
Notifications
You must be signed in to change notification settings - Fork 6
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
Missing test/golden/oneType.json on hackage #135
Comments
Thanks for reporting this @alaendle |
Very close, stackage curator - so trying to build and re-enable all kind of packages in my spare time 🤯 |
I'm curious about the process. |
I would recommend we run tests from installation rather than source code directory (which is what hides this issue) in CI. This would help to uncover all the files that tests depend on but are missing in the distribution. I don't know exactly how to do this with stack though since I usually test things like this using nix in my projects. But I think it should not be that complicated. You can test it even yourself on your machine by running tests for the library using cabal with |
I'll look into that later. |
Resolved in #136 |
Well I just took a look at this package because it was disabled in stackage nightly and a new release appeared on hackage - so I just used https://github.com/commercialhaskell/stackage/blob/master/verify-package to verify if there is still a problem with this package, or if I could re-include it to stackage nightly. Long story short, |
Hackage distribution misses file - see https://hackage.haskell.org/package/elm-street-0.2.1.0/src/.
The text was updated successfully, but these errors were encountered: