summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-02-04 10:48:49 +0100
committersternenseemann <sternenseemann@systemli.org>2022-02-04 10:48:49 +0100
commit7155cd6d14784a0095a3814966115ca68f4e4e95 (patch)
tree90c9d1731d45b62950eb5b08f54f1f13e2969dad /pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
parent05bf6ed89ee6f3bbd7de3153218df350f931db1b (diff)
downloadnixpkgs-7155cd6d14784a0095a3814966115ca68f4e4e95.tar
nixpkgs-7155cd6d14784a0095a3814966115ca68f4e4e95.tar.gz
nixpkgs-7155cd6d14784a0095a3814966115ca68f4e4e95.tar.bz2
nixpkgs-7155cd6d14784a0095a3814966115ca68f4e4e95.tar.lz
nixpkgs-7155cd6d14784a0095a3814966115ca68f4e4e95.tar.xz
nixpkgs-7155cd6d14784a0095a3814966115ca68f4e4e95.tar.zst
nixpkgs-7155cd6d14784a0095a3814966115ca68f4e4e95.zip
haskell.packages.ghc921.haskell-src-meta: drop obsolete patch
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
index bb2527b2e13..bff44e6face 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
@@ -188,11 +188,6 @@ self: super: {
     sha256 = "0w4y3v69nd3yafpml4gr23l94bdhbmx8xky48a59lckmz5x9fgxv";
   }) (doJailbreak super.language-haskell-extract);
 
-  haskell-src-meta = appendPatch (pkgs.fetchpatch {
-    url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/haskell-src-meta-0.8.7.patch";
-    sha256 = "013k8hpxac226j47cdzgdf9a1j91kmm0cvv7n8zwlajbj3y9bzjp";
-  }) (doJailbreak super.haskell-src-meta);
-
   # Tests depend on `parseTime` which is no longer available
   hourglass = dontCheck super.hourglass;