reactive 0.9.8 → 0.9.9
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~TypeComposePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: TypeCompose
API changes (from Hackage documentation)
Files
- reactive.cabal +2/−2
reactive.cabal view
@@ -1,5 +1,5 @@ Name: reactive-Version: 0.9.8+Version: 0.9.9 Synopsis: Simple foundation for functional reactive programming Category: reactivity, FRP Description:@@ -32,7 +32,7 @@ Extra-Source-Files: Library Build-Depends: base, old-time, random, QuickCheck < 2.0,- TypeCompose>=0.6.0, vector-space>=0.5,+ TypeCompose>=0.6.3, vector-space>=0.5, unamb>=0.1.2, checkers >= 0.1.2, category-extras >= 0.53.5 -- This library uses the ImpredicativeTypes flag, and it depends