Fork from https://github.com/obsidiansystems/obelisk
Most part of source library is dropped (as I don't need it). The rest is adjusted and compiled with ghc js-backend.
- Install GHC JS with ghcup as described here
- Set GHC javascript-unknown-ghcjs-9.12.1 as default in ghcup
- Build all with cabal:
$ cabal --with-compiler=javascript-unknown-ghcjs-ghc --with-ghc-pkg=javascript-unknown-ghcjs-ghc-pkg build all