diff --git a/threepenny-gui.cabal b/threepenny-gui.cabal index 0a67f540..43155014 100644 --- a/threepenny-gui.cabal +++ b/threepenny-gui.cabal @@ -1,5 +1,5 @@ Name: threepenny-gui -Version: 0.2.0.0 +Version: 0.2.0.1 Synopsis: Small GUI framework that uses the web browser as a display. Description: Threepenny-GUI is a small GUI framework that uses the web browser as a display. @@ -18,11 +18,12 @@ Description: NOTE: This library contains examples, but they are not built by default. To build and install the example, use the @buildExamples@ flag like this . - @cabal install reactive-banana-threepenny -fbuildExamples@ + @cabal install threepenny-gui -fbuildExamples@ . Changelog: . * 0.2.0.0 - Snapshot release. First stab at easy JavaScript FFI. + . * 0.1.0.0 - Initial release. License: BSD3