From 138b5c9b2070ff03634ff24c50e659caedf6549f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 26 Jan 2016 17:13:20 -0300 Subject: [PATCH] Bump version number to 0.3.4.0 and update changelog. --- ChangeLog | 6 ++++++ distributed-static.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a75aa6..125b9b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-02-18 Facundo Domínguez 0.3.4.0 + +* Support static pointers. +* Update .travis.yml to drop ghc-7.4 and test ghc-7.10. +* Make Closure and Static strict data types. + 2015-06-15 Facundo Domínguez 0.3.2.0 * Loosen rank1dynamic bounds. diff --git a/distributed-static.cabal b/distributed-static.cabal index e8ad7df..13f1550 100644 --- a/distributed-static.cabal +++ b/distributed-static.cabal @@ -1,5 +1,5 @@ Name: distributed-static -Version: 0.3.3.0 +Version: 0.3.4.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: