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

Fix Data.Text.Lazy support (h$lazyTextFromString) #40

Closed kfigiela closed 8 years ago

kfigiela commented 8 years ago

This brings Data.Text.Lazy working.

TEXT_ARR macro was undefined (names changed). Requires also patching of rts.h that is in ghcjs repo (https://github.com/ghcjs/ghcjs/pull/431)

luite commented 8 years ago

Thanks, I've merged this, but since I've rebased the commit on top of master, github doesn't see this.

kfigiela commented 8 years ago

Thanks!