ghcjs / ghcjs-dom

Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk
74 stars 41 forks source link

Error installing ghcjs-dom because out of memory caused by jsaddle-dom #98

Open enriker9 opened 3 years ago

enriker9 commented 3 years ago

I have tried to install ghcjs-dom both with cabal or stack and I can't exclude jsaddle-dom. In particular, by making "stack build", it tries to install also jsaddle-dom, but my OS goes out of memory during the process. How can i fix it? Thanks.