Skip to content

Commit

Permalink
Merge pull request #423 from DrewFenwick/windows-compat
Browse files Browse the repository at this point in the history
Remove OS restriction for use-warp mode
  • Loading branch information
ryantrinkle authored Nov 3, 2021
2 parents 2236067 + 2f1e93e commit ace50da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex-dom/reflex-dom.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ library
reflex-dom-core >= 0.6.1.0 && <0.7,
text == 1.2.*
if !impl(ghcjs)
if flag(use-warp) && (os(linux) || os(osx))
if flag(use-warp)
build-depends:
jsaddle >= 0.9.6 && < 0.10,
jsaddle-warp >= 0.9.6 && < 0.10
Expand Down

0 comments on commit ace50da

Please sign in to comment.