Closed Erhannis closed 5 months ago
Same issue, different reasons here (macOS Mojave):
~:$ cabal install liquid-platform
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: liquid-platform-0.8.10.2 (user goal)
[__1] trying: process-1.6.9.0/installed-1.6.9.0 (dependency of
liquid-platform)
[__2] trying: base-4.14.2.0/installed-4.14.2.0 (dependency of process)
[__3] trying: liquid-vector-0.12.1.2 (dependency of liquid-platform)
[__4] next goal: liquid-base (dependency of liquid-platform)
[__4] rejecting: liquid-base-4.15.0.0 (conflict: liquid-vector =>
liquid-base<4.15)
[__4] rejecting: liquid-base-4.14.1.0 (conflict: process =>
base==4.14.2.0/installed-4.14.2.0, liquid-base => base==4.14.1.0)
[__4] rejecting: liquid-base-4.14.0.0 (conflict: liquid-platform =>
liquid-base>=4.14.1.0 && <5)
[__4] fail (backjumping, conflict set: liquid-base, liquid-platform,
liquid-vector, process)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, liquid-base, liquid-platform,
process, liquid-vector
So I don't even reach the part where it has to bother about Z3
.
GHC and cabal details:
~:$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.10.5
~:$ cabal --version
cabal-install version 3.4.0.0
compiled using version 3.4.0.0 of the Cabal library
~:$
To be fair, I've never had much success making cabal work on macOS except for the barest, lightest, dependency-light libraries. It's an embarrassment of a tool.
We removed liquid-platform
since this ticket was created.
When I run
cabal install liquid-platform
, I (eventually) get the following error:Debian 10 (64 bit) GHC 8.10.2 Z3 4.4.1