Skip to content

Commit

Permalink
Merge pull request #1140 from polymorphicengine/dev
Browse files Browse the repository at this point in the history
change link version and bounds to conform to the PVP
  • Loading branch information
polymorphicengine authored Feb 7, 2025
2 parents 84c173f + 70f9527 commit 23b4a73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions tidal-link/tidal-link.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: tidal-link
version: 1.0.4
version: 1.1.0
synopsis: Ableton Link integration for Tidal
-- description:
homepage: http://tidalcycles.org/
Expand All @@ -12,7 +12,7 @@ Stability: Experimental
Copyright: (c) Pierre Krafft and contributors, 2021
category: Sound
build-type: Simple
tested-with: GHC == 9.2.4
tested-with: GHC == 9.8.2

extra-source-files:
README.md
Expand All @@ -32,10 +32,10 @@ library
Sound.Tidal.Clock

build-depends:
base >=4.8 && <5,
hosc >= 0.21 && <0.22,
mtl,
stm
base >=4.8 && < 5,
hosc >= 0.21 && < 0.22,
mtl >= 2.2 && < 2.4,
stm >= 2.5 && < 2.6

if os(windows)
extra-libraries:
Expand Down
4 changes: 2 additions & 2 deletions tidal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ library
, primitive < 0.10
, random < 1.4
, exceptions < 0.11
, mtl >= 2.2
, tidal-link == 1.0.4
, mtl >= 2.2 && < 2.4
, tidal-link >= 1.1 && < 1.2

test-suite tests
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 23b4a73

Please sign in to comment.