lol

haskellPackages.reflex-dom-core: workaround TH bug in JS backend

authored by

Alexandre Esteves and committed by
sternenseemann
dae3c95f a53d1dac

+1
+1
pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix
··· 25 25 26 26 # https://gitlab.haskell.org/ghc/ghc/-/issues/25083#note_578275 27 27 patch = haskellLib.disableParallelBuilding super.patch; 28 + reflex-dom-core = haskellLib.disableParallelBuilding super.reflex-dom-core; 28 29 29 30 reflex-dom = super.reflex-dom.override (drv: { 30 31 jsaddle-webkit2gtk = null;