reactive-banana 0.5.0.2 → 0.5.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~vaultPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vault
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.2+Version: 0.5.0.3 Synopsis: Practical library for functional reactive programming (FRP). Description: Reactive-banana is a practical library for Functional Reactive Programming (FRP).@@ -39,7 +39,7 @@ base >= 4.2 && < 5, containers >= 0.3 && < 0.5, transformers >= 0.2 && < 0.4, QuickCheck >= 1.2 && < 2.5,- vault == 0.1.*, unordered-containers == 0.2.*, hashable == 1.1.*,+ vault == 0.2.*, unordered-containers == 0.2.*, hashable == 1.1.*, fclabels == 1.1.* exposed-modules: Reactive.Banana,