about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorAlexandre Esteves <alexfmpe@proton.me>2024-05-01 20:59:33 +0100
committerAlexandre Esteves <alexfmpe@proton.me>2024-05-01 21:31:23 +0100
commitf514937e7e4d24ff24e0bd1ddc14df6f6a1f7abb (patch)
treeec35b68b9f94d46537f32d4f1c621c4455b2aeaa /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parentc17cf689c9ba9242d531cc1fdcc3f20119d8cea5 (diff)
haskellPackages.reflex: fix build on 9.8
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
index f1435b4ff8275..e71246299ba51 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -136,5 +136,9 @@ self: super: {
     url = "https://github.com/reflex-frp/patch/commit/91fed138483a7bf2b098d45b9e5cc36191776320.patch";
     sha256 = "sha256-/KLfIshia88lU5G/hA7ild7+a2mqc7qgSa9AEBqEqkQ=";
   }) super.patch;
+  reflex = appendPatch (pkgs.fetchpatch {
+    url = "https://github.com/reflex-frp/reflex/commit/0ac53ca3eab2649dd3f3edc585e10af8d13b28cd.patch";
+    sha256 = "sha256-umjwgdSKebJdRrXjwHhsi8HBqotx1vFibY9ttLkyT/0=";
+  }) super.reflex;
 
 }