summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-hackage2nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2022-01-10 01:30:31 +0100
committerMalte Brandy <malte.brandy@maralorn.de>2022-01-10 01:30:36 +0100
commit0e87f1f5aaeea491f0c504064e5af1602aa0f886 (patch)
tree0fd2751a58c2b32e20ae160e1b56889285f6bc6c /pkgs/development/haskell-modules/configuration-hackage2nix
parentd79785deedd8b4d42e63e93a1193d84ef55f8195 (diff)
downloadnixpkgs-0e87f1f5aaeea491f0c504064e5af1602aa0f886.tar
nixpkgs-0e87f1f5aaeea491f0c504064e5af1602aa0f886.tar.gz
nixpkgs-0e87f1f5aaeea491f0c504064e5af1602aa0f886.tar.bz2
nixpkgs-0e87f1f5aaeea491f0c504064e5af1602aa0f886.tar.lz
nixpkgs-0e87f1f5aaeea491f0c504064e5af1602aa0f886.tar.xz
nixpkgs-0e87f1f5aaeea491f0c504064e5af1602aa0f886.tar.zst
nixpkgs-0e87f1f5aaeea491f0c504064e5af1602aa0f886.zip
haskellPackages.reflex-dom-core: Fix build by pinning patch
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-hackage2nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index af9910d066c..cdb939f1e2b 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -130,6 +130,9 @@ default-package-overrides:
   - polysemy-resume < 0.1.0.2
   - polysemy-conc < 0.5
   - polysemy-mocks < 0.2
+  # Pinning patch because it is mainly used by the reflex-frp ecosystem which is not yet compatible with it.
+  # https://github.com/reflex-frp/reflex-dom/issues/431
+  - patch < 0.0.5.0
 
 extra-packages:
   - base16-bytestring < 1               # required for cabal-install etc.