summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-12-22 10:49:00 +0100
committersternenseemann <sternenseemann@systemli.org>2021-12-22 10:51:40 +0100
commit132b8eb18308b9d2e7290b12f055d6c9d0331420 (patch)
tree6207f96aefe3695e3cd310ddf0d247df0f37d622 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parented6241464c3d3f0e6a7ebc7497c0fadd07b6f43a (diff)
downloadnixpkgs-132b8eb18308b9d2e7290b12f055d6c9d0331420.tar
nixpkgs-132b8eb18308b9d2e7290b12f055d6c9d0331420.tar.gz
nixpkgs-132b8eb18308b9d2e7290b12f055d6c9d0331420.tar.bz2
nixpkgs-132b8eb18308b9d2e7290b12f055d6c9d0331420.tar.lz
nixpkgs-132b8eb18308b9d2e7290b12f055d6c9d0331420.tar.xz
nixpkgs-132b8eb18308b9d2e7290b12f055d6c9d0331420.tar.zst
nixpkgs-132b8eb18308b9d2e7290b12f055d6c9d0331420.zip
haskell.packages.ghc901.dependent-sum-template: drop released patch
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.nix10
1 files changed, 0 insertions, 10 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 2915645689b..71b74f6db70 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -128,16 +128,6 @@ self: super: {
   # 2021-09-18: Need semialign >= 1.2 for correct bounds
   semialign = super.semialign_1_2_0_1;
 
-  # 2021-09-18: GHC 9 compat release is missing
-  # Issue: https://github.com/obsidiansystems/dependent-sum/issues/65
-  dependent-sum-template = dontCheck (appendPatch
-      (pkgs.fetchpatch {
-        url = "https://github.com/obsidiansystems/dependent-sum/commit/8cf4c7fbc3bfa2be475a17bb7c94a1e1e9a830b5.patch";
-        sha256 = "02wyy0ciicq2x8lw4xxz3x5i4a550mxfidhm2ihh60ni6am498ff";
-        stripLen = 2;
-        extraPrefix = "";
-      }) super.dependent-sum-template);
-
   # 2021-09-18: cabal2nix does not detect the need for ghc-api-compat.
   hiedb = overrideCabal (old: {
     libraryHaskellDepends = old.libraryHaskellDepends ++ [self.ghc-api-compat];