https://github.com/statusfailed/miso-ghcjs-8.4
Example setup for building Miso apps with GHCJS 8.4
https://github.com/statusfailed/miso-ghcjs-8.4
Last synced: 12 months ago
JSON representation
Example setup for building Miso apps with GHCJS 8.4
- Host: GitHub
- URL: https://github.com/statusfailed/miso-ghcjs-8.4
- Owner: statusfailed
- License: unlicense
- Created: 2019-02-20T09:58:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T12:13:22.000Z (about 7 years ago)
- Last Synced: 2025-01-31T08:19:00.121Z (about 1 year ago)
- Language: Nix
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Miso Sample App for GHCJS 8.4
This is a minimal Miso sample app from
[miso's README](https://github.com/dmjio/miso/blob/master/README.md),
along with nix files to build with GHCJS 8.4.
Nix files are adapted from FPtje's
[miso-jswidget-example](https://github.com/FPtje/miso-jswidget-example). I say
"adapted"- those files are pretty close to minimally working anyway. Most of
nixpkgs.nix seems to be dealing with stopping doctest from breaking the build!
Thanks FPtje :)
The sample application also imports functions from the "containers" package
which are only available in GHCJS 8.4, to prove that it is indeed compiled
under 8.4.