packages feed

grapefruit-frp 0.1.0.2 → 0.1.0.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~TypeComposedep ~basedep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: TypeCompose, base, containers

API changes (from Hackage documentation)

Files

grapefruit-frp.cabal view
@@ -1,5 +1,5 @@ Name:          grapefruit-frp-Version:       0.1.0.2+Version:       0.1.0.3 Cabal-Version: >= 1.6 Build-Type:    Simple License:       BSD3@@ -19,7 +19,7 @@                .                This package contains general support for Functional Reactive Programming. Category:      FRP, Reactivity-Tested-With:   GHC == 7.4.1+Tested-With:   GHC == 7.6.1  Source-Repository this     type:     darcs@@ -29,10 +29,10 @@ Library     Build-Depends:   arrows      >= 0.2 && < 0.5,                      base        >= 3.0 && < 5,-                     containers  >= 0.1 && < 0.5,+                     containers  >= 0.1 && < 0.6,                      fingertree  >= 0.0 && < 0.1,                      semigroups  >= 0.8 && < 0.9,-                     TypeCompose >= 0.3 && < 0.9+                     TypeCompose >= 0.3 && < 0.10     Extensions:      Arrows                      EmptyDataDecls                      FlexibleContexts