threepenny-gui 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+3/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- threepenny-gui.cabal +3/−2
threepenny-gui.cabal view
@@ -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 @@ 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