summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-20 23:27:51 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-20 23:28:31 +0200
commitfeed0f725303a9b644aa1da8da0f88041bcfb029 (patch)
tree30f559d3994175255693d34507828333594d3b8d /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent69e8d6b92a8bb922001585994471bcad656a91ba (diff)
downloadnixpkgs-feed0f725303a9b644aa1da8da0f88041bcfb029.tar
nixpkgs-feed0f725303a9b644aa1da8da0f88041bcfb029.tar.gz
nixpkgs-feed0f725303a9b644aa1da8da0f88041bcfb029.tar.bz2
nixpkgs-feed0f725303a9b644aa1da8da0f88041bcfb029.tar.lz
nixpkgs-feed0f725303a9b644aa1da8da0f88041bcfb029.tar.xz
nixpkgs-feed0f725303a9b644aa1da8da0f88041bcfb029.tar.zst
nixpkgs-feed0f725303a9b644aa1da8da0f88041bcfb029.zip
haskell.packages.ghc901.generic-deriving: remove unnecessary patch
The stackage update seems to include a version with this commit.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-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 5f41a8ce34b..7731c73f0f6 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -80,10 +80,6 @@ self: super: {
     sha256 = "1rzs764a0nhx002v4fadbys98s6qblw4kx4g46galzjf5f7n2dn4";
   });
   doctest = dontCheck (doJailbreak super.doctest_0_18_1);
-  generic-deriving = appendPatch (doJailbreak super.generic-deriving) (pkgs.fetchpatch {
-    url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/generic-deriving-1.13.1.patch";
-    sha256 = "0z85kiwhi5p2wiqwyym0y8q8qrcifp125x5vm0n4482lz41kmqds";
-  });
   language-haskell-extract = appendPatch (doJailbreak super.language-haskell-extract) (pkgs.fetchpatch {
     url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/language-haskell-extract-0.2.4.patch";
     sha256 = "0rgzrq0513nlc1vw7nw4km4bcwn4ivxcgi33jly4a7n3c1r32v1f";