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

Commit fd387e1

Browse files
Merge commit '4887431' into HEAD
Merging release 0.3.6 into master.
2 parents 6350808 + 4887431 commit fd387e1

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+
2017-08-22 Facundo Domínguez <facundo.dominguez@tweag.io> 0.3.6
2+
3+
* Move upper bound of rank1dynamic to support ghc-8.2.1.
4+
* Remove dynamic type check in Static Binary instance.
5+
16
2016-06-01 Facundo Domínguez <facundo.dominguez@tweag.io> 0.3.5.0
27

38
* Add compatibility with ghc-8.

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.5.0
2+
Version: 0.3.6
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:
@@ -33,7 +33,7 @@ Source-Repository head
3333
Library
3434
Exposed-Modules: Control.Distributed.Static
3535
Build-Depends: base >= 4 && < 5,
36-
rank1dynamic >= 0.1 && < 0.4,
36+
rank1dynamic >= 0.1 && < 0.5,
3737
containers >= 0.4 && < 0.6,
3838
bytestring >= 0.9 && < 0.11,
3939
binary >= 0.5 && < 0.9,

0 commit comments

Comments
 (0)