about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2022-02-01 10:10:59 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2022-02-01 10:10:59 +0900
commit48c625215f4786ab3d1bd3d4da6d6146ef6885b9 (patch)
tree7daeb591c83c8da973cf929aadf3fa5d905b3953 /pkgs/development/haskell-modules
parent7325eb455b724ae2258b616bdd0e6072ae77442e (diff)
downloadnixlib-48c625215f4786ab3d1bd3d4da6d6146ef6885b9.tar
nixlib-48c625215f4786ab3d1bd3d4da6d6146ef6885b9.tar.gz
nixlib-48c625215f4786ab3d1bd3d4da6d6146ef6885b9.tar.bz2
nixlib-48c625215f4786ab3d1bd3d4da6d6146ef6885b9.tar.lz
nixlib-48c625215f4786ab3d1bd3d4da6d6146ef6885b9.tar.xz
nixlib-48c625215f4786ab3d1bd3d4da6d6146ef6885b9.tar.zst
nixlib-48c625215f4786ab3d1bd3d4da6d6146ef6885b9.zip
spago: 0.20.2 -> 0.20.4
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix12
1 files changed, 1 insertions, 11 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 48ef3d1515e6..f76c91c64d9e 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -605,17 +605,7 @@ self: super: builtins.intersectAttrs super {
         sha256 = "1hjdprm990vyxz86fgq14ajn0lkams7i00h8k2i2g1a0hjdwppq6";
       };
 
-      spagoWithPatches = appendPatch (
-        # Spago needs a small patch to work with versions-5.0.0:
-        # https://github.com/purescript/spago/pull/798
-        # This can probably be removed with >spago-0.20.3.
-        pkgs.fetchpatch {
-          url = "https://github.com/purescript/spago/commit/dd4bf4413d9675c1c8065d24d0ed7b345c7fa5dd.patch";
-          sha256 = "1i1r3f4n9mlkckx15bfrdy5m7gjf0zx7ycwyqra6qn34zpcbzpmf";
-        }
-      ) super.spago;
-
-      spagoWithOverrides = spagoWithPatches.override {
+      spagoWithOverrides = super.spago.override {
         # spago has not yet been updated for the latest dhall.
         dhall = self.dhall_1_38_1;
       };