about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-05-29 16:14:37 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-05-29 16:14:37 +0900
commit1388b98f13f3a1e1ffd1e0dfb4398780205d6da1 (patch)
treed5dda911084fa2e934391b6cad622f8ddcb48913 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent7dd51c298d7c1cefe8cc10c0f8e5e93916c6c43a (diff)
downloadnixlib-1388b98f13f3a1e1ffd1e0dfb4398780205d6da1.tar
nixlib-1388b98f13f3a1e1ffd1e0dfb4398780205d6da1.tar.gz
nixlib-1388b98f13f3a1e1ffd1e0dfb4398780205d6da1.tar.bz2
nixlib-1388b98f13f3a1e1ffd1e0dfb4398780205d6da1.tar.lz
nixlib-1388b98f13f3a1e1ffd1e0dfb4398780205d6da1.tar.xz
nixlib-1388b98f13f3a1e1ffd1e0dfb4398780205d6da1.tar.zst
nixlib-1388b98f13f3a1e1ffd1e0dfb4398780205d6da1.zip
haskell.packages.ghc94.cborg: remove unneeded patch
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index b2d32bf32c00..2d02849c4caa 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -190,14 +190,6 @@ in {
   # https://github.com/kowainik/relude/issues/436
   relude = dontCheck (doJailbreak super.relude);
 
-  # Fixes compilation failure with GHC >= 9.4 on aarch64-* due to an API change
-  cborg = appendPatch (pkgs.fetchpatch {
-    name = "cborg-support-ghc-9.4.patch";
-    url = "https://github.com/well-typed/cborg/pull/304.diff";
-    sha256 = "sha256-W4HldlESKOVkTPhz9nkFrvbj9akCOtF1SbIt5eJqtj8=";
-    relative = "cborg";
-  }) super.cborg;
-
   ormolu = doDistribute self.ormolu_0_5_3_0;
   # https://github.com/tweag/ormolu/issues/941
   fourmolu = overrideCabal (drv: {