Skip to content

Commit

Permalink
Bumped version to 0.5.5 and updated changelog.
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Vershilov <alexander.vershilov@tweag.io>
  • Loading branch information
facundominguez and qnikst committed Jun 16, 2015
1 parent 0d1db9d commit 8aa1f70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2015-06-15 Facundo Domínguez <facundo.dominguez@tweag.io> 0.5.5

* Fix dependencies.
* Add compatibility with GHC-7.10.
* Fix various race conditions (DP-99, DP-103).

2014-12-09 Tim Watson <watson.timothy@gmail.com> 0.5.2

* Fix docstring for `register`
Expand Down
6 changes: 3 additions & 3 deletions distributed-process.cabal
@@ -1,12 +1,12 @@
Name: distributed-process
Version: 0.5.3
Version: 0.5.5
Cabal-Version: >=1.8
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: Well-Typed LLP, Tweag I/O Limited
Author: Duncan Coutts, Nicolas Wu, Edsko de Vries
Maintainer: watson.timothy@gmail.com, edsko@well-typed.com, duncan@well-typed.com
Maintainer: Facundo Domínguez <facundo.dominguez@tweag.io>
Stability: experimental
Homepage: http://haskell-distributed.github.com/
Bug-Reports: https://github.com/haskell-distributed/distributed-process/issues
Expand All @@ -21,7 +21,7 @@ Description: This is an implementation of Cloud Haskell, as described in

You will probably also want to install a Cloud Haskell backend such
as distributed-process-simplelocalnet.
Tested-With: GHC==7.2.2 GHC==7.4.1 GHC==7.4.2 GHC==7.6.2
Tested-With: GHC==7.4.2 GHC==7.6.3 GHC==7.8.4 GHC==7.10.1
Category: Control
extra-source-files: ChangeLog

Expand Down

0 comments on commit 8aa1f70

Please sign in to comment.