ghcjs / ghcjs-base

base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC
MIT License
45 stars 67 forks source link

h$sendXHR is not defined #48

Closed basvandijk closed 9 years ago

basvandijk commented 9 years ago

I'm getting the following error:

JavaScript exception: ReferenceError: h$sendXHR is not defined

Is this because /jsbits/xhr.js is not included in the js-sources field in the cabal file?

basvandijk commented 9 years ago

Oh I see it is included in the js-sources field.