binarin / threepenny-reloading-example

Example repo for blog post https://binarin.ru/post/auto-reload-threepenny-gui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threepenny-gui automatic reloading example

This is the accompanying code for a my blog post. You can start experimenting with it by running:

ghcid -c 'cabal new-repl' \
      --reload=./Main.hs \
      -T Main.mainDevel \
      --restart=./threepenny-reloading-example.cabal

About

Example repo for blog post https://binarin.ru/post/auto-reload-threepenny-gui/

License:MIT License


Languages

Language:Haskell 100.0%