ghcjs / ghcjs-dom

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

Make Generated import non qualified (make Generated module accessible) #65

Closed eskimor closed 7 years ago

eskimor commented 7 years ago

I don't know what is supposed to happen if one exports a qualifiedly imported module, but what does happen is that the names in the exported module are not (easily) accessible.

A google search got me no results to exports of qualified imports, but simply dropping qualified made it work for me.