-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
haskellPackages.binary-search: unbreak and patch #104426
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
@@ -261,7 +261,7 @@ self: super: { | |||
}); | |||
aws-kinesis = dontCheck super.aws-kinesis; # needs aws credentials for testing | |||
binary-protocol = dontCheck super.binary-protocol; # http://hydra.cryp.to/build/499749/log/raw | |||
binary-search = dontCheck super.binary-search; | |||
binary-search = dontCheck (appendPatch super.binary-search ./patches/binary-search-fix-for-ghc-8.patch); |
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.
Normally we try not to carry around patches here in nixpkgs. Would it be possible to pull this patch from upstream using fetchpatch
? There should be examples of using fetchpatch
in this file.
And of course reporting this problem upstream would help the rest of the Haskell community as well.
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.
Okay, i will do that, thanks for the suggestion
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.
Any progress?
bb792f3
to
855c7fb
Compare
Ping? Will you address cdepillabout's comments? |
ed51033
to
8e2abd0
Compare
I ended up adding compiler flags instead of overriding the whole main, it seems so keep working for old ghc versions + the new ones who used to break But there seems to be a a request already on the original repo nushio3/binary-search#3, from September 29 Should we wait? |
2c7ad11
to
0e5f7e8
Compare
7b89288
to
d8d2e94
Compare
ba32886
to
c9e5a3f
Compare
a0a57d7
to
952ebcf
Compare
4c606a9
to
3ae580b
Compare
915ff7a
to
f0391f1
Compare
56fa6fc
to
f3cb253
Compare
Any news? |
yes, I just became maintainer yesterday, i'll do a release on monday |
I uploaded a new realase, I think this should be fixed next Friday. |
No longer an issue. |
Motivation for this change
Fix broken haskell package
binary-search
This was wrongly managed in another PR i closed for being badly formatted and merging wrong updates: #98196
I rebased from NixOS/nixpkgs#haskell-updates and created a new/clean branch for better organization
I just have one question, is this the right branch to merge? It is a haskell package
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)