hplayground 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−4 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hplayground.cabal +3/−4
hplayground.cabal view
@@ -1,15 +1,14 @@ name: hplayground-version: 0.1.0.1+version: 0.1.0.2 cabal-version: >=1.8 build-type: Simple license: BSD3 license-file: LICENSE maintainer: agocorona@gmail.com stability: experimental-bug-reports: https://github.com/agocorona/MFlow/issues+bug-reports: https://github.com/agocorona/hplayground/issues synopsis: a client-side haskell framework that compiles to javascript with the haste compiler-description: create and compose reactive widgets in the client side using idiomatic haskell.- Formlets with reactive effects in the client side+description: Formlets with reactive effects in the client side homepage: https://github.com/agocorona/hplayground category: Web