Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 16276bd

Browse files
Bump version to 0.3.2.0 and update changelog.
1 parent 31002a4 commit 16276bd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2015-06-15 Facundo Domínguez <facundo.dominguez@tweag.io> 0.3.2.0
2+
3+
* Loosen rank1dynamic bounds.
4+
* Add NFData instances.
5+
16
2014-12-09 Tim Watson <watson.timothy@gmail.com> 0.3.1.0
27

38
* Eq and Ord instances for Closure and Static

distributed-static.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: distributed-static
2-
Version: 0.3.1.0
2+
Version: 0.3.2.0
33
Synopsis: Compositional, type-safe, polymorphic static values and closures
44
Description: /Towards Haskell in the Cloud/ (Epstein et al, Haskell
55
Symposium 2011) introduces the concept of /static/ values:
@@ -18,7 +18,7 @@ Homepage: http://haskell-distributed.github.com
1818
License: BSD3
1919
License-File: LICENSE
2020
Author: Edsko de Vries
21-
Maintainer: edsko@well-typed.com, facundo.dominguez@tweag.io
21+
Maintainer: Facundo Domínguez <facundo.dominguez@tweag.io>
2222
Bug-Reports: https://cloud-haskell.atlassian.net/browse/DS
2323
Copyright: Well-Typed LLP
2424
Category: Control

0 commit comments

Comments
 (0)