liqula / react-hs

A GHCJS binding to React based on the Flux design. The flux design pushes state and complicated logic out of the view, allowing the rendering functions and event handlers to be pure Haskell functions.
32 stars 10 forks source link

Add .bu extension to `-i` flag in sed call #81

Closed tysonzero closed 6 years ago

tysonzero commented 6 years ago

At least on OS X Yosemite an extension is required, so make is not usable on my machine without this change.

Any thoughts / objections?

fisx commented 6 years ago

i remember having had to change this for iOS before, but then the change didn't work on linux any more. that was something else, though; this patch works fine both on travis and on my machine, and the linux man page confirms this is all good.

so, yes, please merge. thanks!