packages feed

grapefruit-examples 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+4/−8 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

grapefruit-examples.cabal view
@@ -1,5 +1,5 @@ Name:          grapefruit-examples-Version:       0.1.0.1+Version:       0.1.0.2 Cabal-Version: >= 1.6 Build-Type:    Simple License:       BSD3@@ -10,7 +10,7 @@ Maintainer:    wolfgang@cs.ioc.ee Stability:     provisional Homepage:      http://grapefruit-project.org/-Package-URL:   http://hackage.haskell.org/packages/archive/grapefruit-examples/0.1.0.1/grapefruit-examples-0.1.0.1.tar.gz+Package-URL:   http://hackage.haskell.org/packages/archive/grapefruit-examples/0.1.0.2/grapefruit-examples-0.1.0.2.tar.gz Synopsis:      Examples using the Grapefruit library Description:   Grapefruit is a library for Functional Reactive Programming (FRP) with a focus on                user interfaces. FRP makes it possible to implement reactive and interactive systems@@ -35,14 +35,10 @@ Category:      FRP, Reactivity, GUI, User Interfaces Tested-With:   GHC == 7.4.1 -Source-Repository head-    type:     darcs-    location: http://darcs.grapefruit-project.org/main- Source-Repository this     type:     darcs-    location: http://darcs.grapefruit-project.org/0.1-    tag:      grapefruit-0.1.0.1+    location: http://darcs.grapefruit-project.org/monolithic/0.1+    tag:      grapefruit-0.1.0.2  Library     Build-Depends:   base               >= 3.0   && < 5,