From 5c7f8438819512e5a6f44470a7fdf8a9f2265456 Mon Sep 17 00:00:00 2001 From: Tim Watson Date: Tue, 9 Dec 2014 09:55:54 +0000 Subject: [PATCH] Bump version number + update ChangeLog --- ChangeLog | 4 ++++ distributed-static.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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: