Library to convert between Data.Aeson (Value) and Miso.JSON (Value)
aesonToJSON :: Aeson.Value -> JSON.Value
jsonToAeson :: JSON.Value -> Aeson.ValueCall nix develop to enter a shell with GHC 9.12.2
$ nix develop --experimental-features nix-command --extra-experimental-features flakesOnce in the shell, you can call cabal run to start the development server and view the application at http://localhost:8080
$ nix develop .#wasm --command bash -c "make"$ nix develop .#ghcjs --command bash -c "make js"To host the built application you can call serve
$ nix develop --command bash -c "make serve"$ nix develop --command bash -c "make clean"