packages feed

tidal 1.9.1 → 1.9.2

raw patch · 3 files changed

+7/−3 lines, 3 filesdep ~tidal-linkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tidal-link

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # TidalCycles log of changes +## 1.9.2++Same with 1.9.1, but now with new tidal-link version 1.0.1+ ## 1.9.1  A quick release to set specific tidal-link version 1.0 in tidal.cabal. Stack
src/Sound/Tidal/Version.hs view
@@ -21,7 +21,7 @@ -}  tidal_version :: String-tidal_version = "1.9.1"+tidal_version = "1.9.2"  tidal_status :: IO () tidal_status = tidal_status_string >>= putStrLn 
tidal.cabal view
@@ -1,7 +1,7 @@ cabal-version:       2.0  name:                tidal-version:             1.9.1+version:             1.9.2 synopsis:            Pattern language for improvised music description:         Tidal is a domain specific language for live coding patterns. homepage:            http://tidalcycles.org/@@ -67,7 +67,7 @@     , random < 1.3     , exceptions < 0.11     , mtl >= 2.2-    , tidal-link == 1.0+    , tidal-link == 1.0.1  test-suite tests   type: exitcode-stdio-1.0