haskellPackages.hail: relax cabal dependencies to unbreak

The upstream version still contains very strict dependency
constraints. I've updated the patches to a version that relax these.
This unbreaks hail for me.
wip/yesman
Julian Stecklina 4 years ago
parent a0ea78c706
commit cd11c0c817
  1. 6
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix.yaml

@ -1110,9 +1110,9 @@ self: super: {
})
(pkgs.fetchpatch {
# Relax dependency constraints,
# upstream PR: https://github.com/james-preston/hail/pull/15
url = "https://patch-diff.githubusercontent.com/raw/james-preston/hail/pull/15.patch";
sha256 = "03kdvr8hxi6isb8yxp5rgcmz855n19m1yacn3d56a4i58j2mldjw";
# upstream PR: https://github.com/james-preston/hail/pull/16
url = "https://patch-diff.githubusercontent.com/raw/james-preston/hail/pull/16.patch";
sha256 = "0dpagpn654zjrlklihsg911lmxjj8msylbm3c68xa5aad1s9gcf7";
})
];
});

@ -5717,7 +5717,6 @@ broken-packages:
- Haggressive
- hahp
- haiji
- hail
- hailgun-send
- hairy
- hakaru

Loading…
Cancel
Save