haskellPackages.reflex-dom-core: Fix build

This commit is contained in:
maralorn 2023-07-15 12:07:24 +02:00
parent 405d3d38b3
commit 5bd1f315ba
No known key found for this signature in database

View file

@ -1506,6 +1506,8 @@ self: super: {
reflex-dom-core = overrideCabal (old: {
postPatch = old.postPatch or "" + ''
sed -i 's/template-haskell.*2.17/template-haskell/' reflex-dom-core.cabal
sed -i 's/semialign.*1.3/semialign/' reflex-dom-core.cabal
sed -i 's/these.*0.9/these/' reflex-dom-core.cabal
'';
})
((appendPatches [