rhine 0.5.1.0 → 0.5.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~vector-sizedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vector-sized
API changes (from Hackage documentation)
Files
- rhine.cabal +3/−3
rhine.cabal view
@@ -1,6 +1,6 @@ name: rhine -version: 0.5.1.0+version: 0.5.1.1 synopsis: Functional Reactive Programming with type-level clocks @@ -46,7 +46,7 @@ source-repository this type: git location: git@github.com:turion/rhine.git- tag: v0.5.1.0+ tag: v0.5.1.1 library@@ -104,7 +104,7 @@ , time == 1.8.* , free == 5.1.* , containers == 0.6.*- , vector-sized == 1.2.*+ , vector-sized == 1.4.* , deepseq == 1.4.* , random == 1.1.* , MonadRandom == 0.5.*