summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorJulian Stecklina <julian.stecklina@cyberus-technology.de>2020-11-12 10:40:07 +0100
committerJulian Stecklina <julian.stecklina@cyberus-technology.de>2020-11-12 10:47:41 +0100
commitcd11c0c817300e151de334b86844d034e77951bb (patch)
treec744809ed8ed4a35ec5711a4dcd9f69297b96597 /pkgs/development/haskell-modules/configuration-common.nix
parenta0ea78c7068d4f9e72e59a499879da2b7bbe8a02 (diff)
downloadnixpkgs-cd11c0c817300e151de334b86844d034e77951bb.tar
nixpkgs-cd11c0c817300e151de334b86844d034e77951bb.tar.gz
nixpkgs-cd11c0c817300e151de334b86844d034e77951bb.tar.bz2
nixpkgs-cd11c0c817300e151de334b86844d034e77951bb.tar.lz
nixpkgs-cd11c0c817300e151de334b86844d034e77951bb.tar.xz
nixpkgs-cd11c0c817300e151de334b86844d034e77951bb.tar.zst
nixpkgs-cd11c0c817300e151de334b86844d034e77951bb.zip
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.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ff3a7be3b13..02cb1d10aaa 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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";
       })
     ];
   });