packages feed

hsc3-server 0.9.1 → 0.9.2

raw patch · 2 files changed

+10/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,11 @@+### [v0.9.2](https://github.com/kaoskorobase/hsc3-server/tree/v0.9.2)++* Add changes in CHANGELOG++### [v0.9.1](https://github.com/kaoskorobase/hsc3-server/tree/v0.9.1)++* Update `hsc3` to version 0.15+ ### [v0.6.0](https://github.com/kaoskorobase/hsc3-server/tree/v0.6.0)  * Add `Control.Failure.Failure` instance to `Sound.SC3.Server.State.Monad.Server`
hsc3-server.cabal view
@@ -1,13 +1,11 @@ Name:               hsc3-server-Version:            0.9.1+Version:            0.9.2 Synopsis:           SuperCollider server resource management and synchronization. Description:     This library provides abstractions for managing SuperCollider server     resources like node, buffer and bus ids and synchronization primitives.     .-    ChangeLog: <https://github.com/kaoskorobase/hsc3-server/blob/master/ChangeLog.md>-    .-    Examples: <https://github.com/kaoskorobase/hsc3-server/tree/master/examples>+    To get started, have a look at the <https://github.com/kaoskorobase/hsc3-server/tree/master/examples examples>. License:            GPL License-File:       LICENSE Category:           Sound