-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
universum 1.6.0 is no longer broken #71094
Conversation
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
Outdated
Show resolved
Hide resolved
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.
@serhiip Thanks for fixing universum
!
I made two suggestions above. After you make those two corrections, we should be able to get this merged.
Also, I've tested that universum-1.5.0
does actually compile (other than the broken doctests).
edit: Oh yeah, also it looks like there is a merge conflict in pkgs/development/haskell-modules/configuration-common.nix
. Can you rebase this PR back on the top of the haskell-updates
branch?
Accidentally closed the PR - now reopened and fixed outlined issues. Thanks for review and let me know if anything else should be changed |
@ofborg build universum |
Motivation for this change
I tried to build my project using Nixpkgs. Got an error saying package is broken. Followed this tutorial https://youtu.be/KLhkAEk8I20. Managed to build locally the newer version of the library
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @gromakovsky