Skip to content

Commit

Permalink
haskellPackages.reflex-dom-core: workaround TH bug in JS backend
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Jan 18, 2025
1 parent f478dac commit f26afe0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ with haskellLib;

# https://gitlab.haskell.org/ghc/ghc/-/issues/25083#note_578275
patch = haskellLib.disableParallelBuilding super.patch;
reflex-dom-core = haskellLib.disableParallelBuilding super.reflex-dom-core;

reflex-dom = super.reflex-dom.override (drv: {
jsaddle-webkit2gtk = null;
Expand Down

0 comments on commit f26afe0

Please sign in to comment.