-
-
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
haskellPackages.{repa,hip}: Apply build fixes #276275
Conversation
Can we maybe do this via the "inherit trick" so that Nix does not silently override potential other repa overrides in the file? |
929b2c3
to
1be5659
Compare
Yes, good idea @maralorn. I have updated the patch. |
7a30ce3
to
b55cdff
Compare
ping |
@domenkozar Who are you pinging and why? |
pong 🙂 |
I quoted the wrong PR number in the description, that's why. |
Some dependencies of Chart-diagrams have been updated and no longer require Cabal jailbreaks. Of the remaining jailbreaks, I have added links to GitHub issues/PRs, where they exist.
11a7904
to
929d6d0
Compare
Cherry-picked onto haskell-updates with some minor changes. |
Thanks @sternenseemann 👍 |
This PR is for merging into #279413, cc @sternenseemann.
Description of changes
One does not simply
import Graphics.Image.Processing
.This fixes the build of the
hip
package under ghc94, ghc96, ghc98. Becauserepa
is a dependency, that also gets a patch so that it builds.Things done
I haven't opened upstream issues/PRs yet.