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 89 forks source link

Fix GHC support for cont.hs [Fixes #277] #350

Closed ajnsit closed 11 years ago

ajnsit commented 11 years ago

[Fixes #277] GHC.Base.Monad is in package "base" which is incompatible with "fay-base". This commit removes the dependency on GHC.Base.Monad.

bergmark commented 11 years ago

Ooops, cherry-picked it, it's merged as 45fb1b4. Thanks!