Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.8.2 #948

Merged
merged 3 commits into from
Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# TidalCycles log of changes

## 1.8.2

* Increased upper bounds of the text dependency

## 1.8.1

* Removed executable from tidal.cabal file (while latest ghc on windows fails to build it)

## 1.8.0 - Sanquhar

* move tidal-listener code by @polymorphicengine in #885
* Fix a typo incurred (I assume) by a filename change. by @JeffreyBenjaminBrown in #886
* Hide contexts from Events per default by @polymorphicengine in #887
* Allow sending/receiving of broadcasted OSC control messages by @yaxu in #894
* tidal-listener: Add minimal install notes by @gamar3is in #895
* Add rolled function with variants by @thgrund in #820
* Valuable instance for Note by @yaxu in #899
* Add parsers for ints and floats that don't consume trailing whitespace by @polymorphicengine in #900
* Introduce echo and echoWith, deprecate stut and stutWith by @ndr-brt in #904
* tidal-listener: Optional WITH_GHC environment variable by @mindofmatthew in #903

Commit list: https://github.com/tidalcycles/Tidal/compare/1.7.10...v1.8.0

## 1.7.10 - Tama b

* Derive RealFrac for Note by @ndr-brt in https://github.com/tidalcycles/Tidal/pull/876
Expand Down
13 changes: 0 additions & 13 deletions tidal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,6 @@ library
, mtl >= 2.2
, tidal-link

executable tidal
hs-source-dirs: main
main-is: Main.hs
build-depends: base >=4.8 && < 5
, tidal
, hint < 0.10
, exceptions < 0.11
, async < 2.3
default-language: Haskell2010
if impl(ghc >= 9.4.0)
-- https://github.com/haskell-hint/hint/issues/150 + https://github.com/haskell-hint/hint/issues/151 + https://github.com/tidalcycles/Tidal/pull/898
buildable: False

test-suite tests
type: exitcode-stdio-1.0
main-is: Test.hs
Expand Down