When trying to install tidal-listener from the current 1.10-dev branch (tag v1.9.5) I get this error:
Versions:
Tidal: 1.9.5
GHC: 9.8.2
Cabal: 3.10.3.0
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
When trying to install
tidal-listener
from the current1.10-dev
branch (tagv1.9.5
) I get this error: Versions:Error:
looks like there's an issue with
haskellish