Skip to content

Commit

Permalink
Merge pull request #948 from tidalcycles/v1.8.1
Browse files Browse the repository at this point in the history
V1.8.2
  • Loading branch information
yaxu authored Sep 14, 2022
2 parents 772aa1d + 04ff077 commit 860a480
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
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

0 comments on commit 860a480

Please sign in to comment.