tidalcycles / Tidal

Pattern language
http://tidalcycles.org/
GNU General Public License v3.0
2.27k stars 255 forks source link

error installing `tidal-listener` #1073

Closed ndr-brt closed 4 months ago

ndr-brt commented 7 months ago

When trying to install tidal-listener from the current 1.10-dev branch (tag v1.9.5) I get this error: Versions:

Error:

Error: cabal: Could not resolve dependencies:
[__0] trying: tidal-parse-0.0.1 (user goal)
[__1] trying: template-haskell-2.21.0.0/installed-f842 (dependency of
tidal-parse)
[__2] next goal: haskellish (dependency of tidal-parse)
[__2] rejecting: haskellish-0.3.2.2 (conflict:
template-haskell==2.21.0.0/installed-f842, haskellish =>
template-haskell>=2.10.0.0 && <2.21)
[__2] skipping: haskellish-0.3.2.1, haskellish-0.3.2, haskellish-0.3.1,
haskellish-0.2.4.3, haskellish-0.2.4.2, haskellish-0.2.4.1, haskellish-0.2.4,
haskellish-0.2.3.1, haskellish-0.2.3, haskellish-0.2.2 (has the same
characteristics that caused the previous version to fail: excludes
'template-haskell' version 2.21.0.0)
[__2] rejecting: haskellish-0.2.0 (conflict: tidal-parse => haskellish>=0.3.2
&& <0.4)
[__2] skipping: haskellish-0.1.2, haskellish-0.1.1, haskellish-0.1.0 (has the
same characteristics that caused the previous version to fail: excluded by
constraint '>=0.3.2 && <0.4' from 'tidal-parse')
[__2] fail (backjumping, conflict set: haskellish, template-haskell,
tidal-parse)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: template-haskell, haskellish,
tidal-parse

looks like there's an issue with haskellish

ndr-brt commented 4 months ago

Now it works