reflex-frp / reflex-native

Framework for writing fully native apps using Reflex, a Functional Reactive Programming library for Haskell.
BSD 3-Clause "New" or "Revised" License
43 stars 4 forks source link

`make` doesn't work (Makefile doesn't explicitly specify bash) #2

Closed sboosali closed 6 years ago

sboosali commented 6 years ago

we should either require bash, like this pr:

https://github.com/reflex-frp/reflex-native/pull/1

or not use non-sh features, like

set -eo pipefail
Dridus commented 6 years ago

thanks! I merged #1 as-is though it might need tweaking on NixOS (or any other place that puts bash somewhere other than /bin)