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

Remove old GHCJS support #138

Closed hamishmack closed 3 months ago

hamishmack commented 3 months ago

PR #137 included #ifdef GHCJS for the old GHCJS.

ghcjs-base >= 0.8 is for the new GHC JS backend only.

If we need to update support for the old GHCJS version in the future we will need to create a branch from the 0.2.0.3 tag.