distributed-static 0.2.1 → 0.2.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: binary
API changes (from Hackage documentation)
Files
- distributed-static.cabal +2/−2
distributed-static.cabal view
@@ -1,5 +1,5 @@ Name: distributed-static-Version: 0.2.1+Version: 0.2.1.1 Synopsis: Compositional, type-safe, polymorphic static values and closures Description: /Towards Haskell in the Cloud/ (Epstein et al, Haskell Symposium 2011) introduces the concept of /static/ values:@@ -30,7 +30,7 @@ rank1dynamic >= 0.1 && < 0.2, containers >= 0.4 && < 0.6, bytestring >= 0.9 && < 0.11,- binary >= 0.5 && < 0.6 + binary >= 0.5 && < 0.7 HS-Source-Dirs: src Extensions: DeriveDataTypeable, ScopedTypeVariables