faylang / fay

A proper subset of Haskell that compiles to JavaScript
https://github.com/faylang/fay/wiki
BSD 3-Clause "New" or "Revised" License
1.29k stars 86 forks source link

Fallback to ghc and ghc-pkg in PATH if not available from GHC.Paths #417

Closed chrisdone closed 9 years ago

chrisdone commented 9 years ago

We have this use-case where the Fay library is compiled in one place but run on another machine where the ghc/ghc-pkg are not in the GHC.Paths location but are in PATH. This should handle that.

bergmark commented 9 years ago

Cheers! fay-0.21.0.2