reactive-banana 0.5.0.1 → 0.5.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- reactive-banana.cabal +2/−2
reactive-banana.cabal view
@@ -1,5 +1,5 @@ Name: reactive-banana-Version: 0.5.0.1+Version: 0.5.0.2 Synopsis: Practical library for functional reactive programming (FRP). Description: Reactive-banana is a practical library for Functional Reactive Programming (FRP).@@ -37,7 +37,7 @@ DeriveDataTypeable build-depends: base >= 4.2 && < 5, containers >= 0.3 && < 0.5,- transformers == 0.2.*,+ transformers >= 0.2 && < 0.4, QuickCheck >= 1.2 && < 2.5, vault == 0.1.*, unordered-containers == 0.2.*, hashable == 1.1.*, fclabels == 1.1.*