about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-02-05 22:45:22 +0100
committerPeter Simons <simons@cryp.to>2021-02-05 23:05:20 +0100
commit536bf86b42c3e6b27aa6a4cb1ae7604dd2e69532 (patch)
tree25ff7af842321411eff5c9acb18c1fb2057b79ea /pkgs/development/haskell-modules
parent48104ded6457f19c44fa6af7a8c97bb3bb9fc4f3 (diff)
downloadnixlib-536bf86b42c3e6b27aa6a4cb1ae7604dd2e69532.tar
nixlib-536bf86b42c3e6b27aa6a4cb1ae7604dd2e69532.tar.gz
nixlib-536bf86b42c3e6b27aa6a4cb1ae7604dd2e69532.tar.bz2
nixlib-536bf86b42c3e6b27aa6a4cb1ae7604dd2e69532.tar.lz
nixlib-536bf86b42c3e6b27aa6a4cb1ae7604dd2e69532.tar.xz
nixlib-536bf86b42c3e6b27aa6a4cb1ae7604dd2e69532.tar.zst
nixlib-536bf86b42c3e6b27aa6a4cb1ae7604dd2e69532.zip
haskell-syb: drop obsolete overrides to fix the ghc-9.0.x build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index d9efb1ab9c32..7e8546c7c7e6 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -100,10 +100,6 @@ self: super: {
     url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/regex-base-0.94.0.0.patch";
     sha256 = "0k5fglbl7nnhn8400c4cpnflxcbj9p3xi5prl9jfmszr31jwdy5d";
   });
-  syb = appendPatch (dontCheck super.syb) (pkgs.fetchpatch {
-    url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/syb-0.7.1.patch";
-    sha256 = "1407r8xv6bfnmpbw7glfh4smi76a2fc9pkq300c3d9f575708zqr";
-  });
 
   # The test suite depends on ChasingBottoms, which is broken with ghc-9.0.x.
   unordered-containers = dontCheck super.unordered-containers;