reflex-frp / reflex-platform

A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
720 stars 164 forks source link

`work-on` syntax error, unexpected ')', expecting ID or OR_KW or DOLLAR_CURLY or '"' #121

Closed tomsmalley closed 7 years ago

tomsmalley commented 7 years ago

System is macOS Sierra. Trying to build the semantic-ui package as instructed:

$ ../reflex-platform/work-on ghcjs ./
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues
error: syntax error, unexpected ')', expecting ID or OR_KW or DOLLAR_CURLY or '"', at (string):1:134
It looks like a problem occurred.  Please submit an issue at https://github.com/reflex-frp/reflex-platform/issues - include ../reflex-platform/work-on.log to provide more information
$ cat ../reflex-platform/work-on.log
Command:  ../reflex-platform/work-on ghcjs ./
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues
3noch commented 7 years ago

Use ./. instead of ./.

tomsmalley commented 7 years ago

My mistake! Thanks.