about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-10-07 08:50:13 +0200
committerGitHub <noreply@github.com>2019-10-07 08:50:13 +0200
commit3642089bdf493d81fb76523b5e9672f0ffd51c29 (patch)
tree5aa31d0f93f5cf65cf9b1a4f21f27cffd15d97e5 /pkgs/development/haskell-modules
parent54435c94acac1e92e283a248e55070ee84145ccb (diff)
downloadnixlib-3642089bdf493d81fb76523b5e9672f0ffd51c29.tar
nixlib-3642089bdf493d81fb76523b5e9672f0ffd51c29.tar.gz
nixlib-3642089bdf493d81fb76523b5e9672f0ffd51c29.tar.bz2
nixlib-3642089bdf493d81fb76523b5e9672f0ffd51c29.tar.lz
nixlib-3642089bdf493d81fb76523b5e9672f0ffd51c29.tar.xz
nixlib-3642089bdf493d81fb76523b5e9672f0ffd51c29.tar.zst
nixlib-3642089bdf493d81fb76523b5e9672f0ffd51c29.zip
Revert "ghc modules: use specific commit to fetch patches (#70546)"
This reverts commit dbb72303b1ffd7d2fb152e4bfdd58e266cc415f9.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 0997d2d40b06..cc047e0abc10 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -115,11 +115,11 @@ self: super: {
     broken = false;
   });
   haskell-src-meta = appendPatch (dontCheck (doJailbreak super.haskell-src-meta)) (pkgs.fetchpatch {
-    url = "https://gitlab.haskell.org/ghc/head.hackage/raw/82d0fd9967af0699f0ccb5b38f2f0cbef6ed22de/patches/haskell-src-meta-0.8.3.patch";
+    url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/haskell-src-meta-0.8.3.patch";
     sha256 = "1asl932mibr5y057xx8v1a7n3qy87lcnclsfh8pbxq1m3iwjkxy8";
   });
   asn1-encoding = appendPatch (dontCheck (doJailbreak super.asn1-encoding)) (pkgs.fetchpatch {
-    url = "https://gitlab.haskell.org/ghc/head.hackage/raw/82d0fd9967af0699f0ccb5b38f2f0cbef6ed22de/patches/asn1-encoding-0.9.5.patch";
+    url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/asn1-encoding-0.9.5.patch";
     sha256 = "0a3159rnaw6shjzdm46799crd4pxh33s23qy51xa7z6nv5q8wsb5";
   });
   vault = dontHaddock super.vault;
@@ -139,7 +139,7 @@ self: super: {
 
   # https://github.com/sol/hpack/issues/371
   hpack = appendPatch super.hpack (pkgs.fetchpatch {
-    url = "https://gitlab.haskell.org/ghc/head.hackage/raw/82d0fd9967af0699f0ccb5b38f2f0cbef6ed22de/patches/hpack-0.32.0.patch";
+    url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/hpack-0.32.0.patch";
     sha256 = "11ccl9f7vwbf5cpzknlyvrwgkzpajk4vq9jk9yb5f9la9ggwb244";
   });