Skip to content

Commit

Permalink
Fix cabal file.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Aug 2, 2013
1 parent 462d62b commit d1f7391
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions threepenny-gui.cabal
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit d1f7391

Please sign in to comment.