diff --git a/ChangeLog b/ChangeLog index 3c9ae49..5b09893 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-12-09 Tim Watson 0.3.1.0 + +* Eq and Ord instances for Closure and Static + 2014-05-30 Tim Watson 0.3.0.0 * Bump binary dependency diff --git a/distributed-static.cabal b/distributed-static.cabal index cd9923a..938b456 100644 --- a/distributed-static.cabal +++ b/distributed-static.cabal @@ -1,5 +1,5 @@ Name: distributed-static -Version: 0.3.0.0 +Version: 0.3.1.0 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: