GitXplorerGitXplorer
b

threepenny-reloading-example

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d7e6ec0349aea95d9344b70181f50c517bea9f56

Remove unnecessary parts

bbinarin committed 7 years ago
Unverified
86987a39ff1f00e0b1f20daae77e6f49ecab0c4c

Add devel version of main which does reloading

bbinarin committed 7 years ago
Unverified
ed2bb062c853b8eeb41bb811b02076e2bd104e75

Add readme

bbinarin committed 7 years ago
Unverified
70cecf7716f6dfc880a361a9862ed1ab3b412ce0

Implement an example from threepenny docs

bbinarin committed 7 years ago
Unverified
b72cd9e64a2eb686d4a6ad92a78efd28f0a608a8

Initial

bbinarin committed 7 years ago

README

The README file for this repository.
  • threepenny-gui automatic reloading example

    This is the accompanying code for a [[https://binarin.ru/post/auto-reload-threepenny-gui/][my blog post]]. You can start experimenting with it by running: #+BEGIN_SRC sh ghcid -c 'cabal new-repl'
    --reload=./Main.hs
    -T Main.mainDevel
    --restart=./threepenny-reloading-example.cabal #+END_SRC