actionkid
actionkid copied to clipboard
Failing to install
I'm trying to install ActionKid in a sandbox:
cabal sandbox init
cabal update
cabal new-install ActionKid
But it gives me an error:
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: ActionKid-0.1.1.0 (user goal)
[__1] trying: base-4.12.0.0/installed-4.1... (dependency of ActionKid)
[__2] next goal: OpenGL (dependency of ActionKid)
[__2] rejecting: OpenGL-3.0.3.0, OpenGL-3.0.2.2, OpenGL-3.0.2.1,
OpenGL-3.0.2.0, OpenGL-3.0.1.0, OpenGL-3.0.0.2, OpenGL-3.0.0.1,
OpenGL-3.0.0.0, OpenGL-2.13.2.1, OpenGL-2.13.2.0, OpenGL-2.13.1.1,
OpenGL-2.13.1.0, OpenGL-2.13.0.0, OpenGL-2.12.0.1, OpenGL-2.12.0.0,
OpenGL-2.11.1.0, OpenGL-2.11.0.0, OpenGL-2.10.0.2, OpenGL-2.10.0.1,
OpenGL-2.10.0.0 (conflict: ActionKid => OpenGL>=2.8.0 && <2.10)
[__2] rejecting: OpenGL-2.9.2.0, OpenGL-2.9.1.0, OpenGL-2.9.0.0 (conflict:
base==4.12.0.0/installed-4.1..., OpenGL => base>=3 && <4.8)
[__2] rejecting: OpenGL-2.8.0.0 (conflict: base==4.12.0.0/installed-4.1...,
OpenGL => base>=3 && <4.7)
[__2] rejecting: OpenGL-2.6.0.1, OpenGL-2.6.0.0, OpenGL-2.5.0.0,
OpenGL-2.4.0.2, OpenGL-2.4.0.1, OpenGL-2.4.0.0, OpenGL-2.3.0.0,
OpenGL-2.2.3.1, OpenGL-2.2.3.0, OpenGL-2.2.2.0, OpenGL-2.2.1.1, OpenGL-2.1
(conflict: ActionKid => OpenGL>=2.8.0 && <2.10)
[__2] fail (backjumping, conflict set: ActionKid, OpenGL, base)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: ActionKid, OpenGL, base
Hey, I am not surprised this is failing, I haven’t used or updated ActionKid for a while. If you have a patch that fixes the error, feel free to submit a PR and I will merge it in :)
On Nov 16, 2019, at 6:11 AM, Zac Garby [email protected] wrote:
I'm trying to install ActionKid in a sandbox:
cabal sandbox init cabal update cabal new-install ActionKid But it gives me an error:
Resolving dependencies... cabal: Could not resolve dependencies: [__0] trying: ActionKid-0.1.1.0 (user goal) [__1] trying: base-4.12.0.0/installed-4.1... (dependency of ActionKid) [__2] next goal: OpenGL (dependency of ActionKid) [__2] rejecting: OpenGL-3.0.3.0, OpenGL-3.0.2.2, OpenGL-3.0.2.1, OpenGL-3.0.2.0, OpenGL-3.0.1.0, OpenGL-3.0.0.2, OpenGL-3.0.0.1, OpenGL-3.0.0.0, OpenGL-2.13.2.1, OpenGL-2.13.2.0, OpenGL-2.13.1.1, OpenGL-2.13.1.0, OpenGL-2.13.0.0, OpenGL-2.12.0.1, OpenGL-2.12.0.0, OpenGL-2.11.1.0, OpenGL-2.11.0.0, OpenGL-2.10.0.2, OpenGL-2.10.0.1, OpenGL-2.10.0.0 (conflict: ActionKid => OpenGL>=2.8.0 && <2.10) [__2] rejecting: OpenGL-2.9.2.0, OpenGL-2.9.1.0, OpenGL-2.9.0.0 (conflict: base==4.12.0.0/installed-4.1..., OpenGL => base>=3 && <4.8) [__2] rejecting: OpenGL-2.8.0.0 (conflict: base==4.12.0.0/installed-4.1..., OpenGL => base>=3 && <4.7) [__2] rejecting: OpenGL-2.6.0.1, OpenGL-2.6.0.0, OpenGL-2.5.0.0, OpenGL-2.4.0.2, OpenGL-2.4.0.1, OpenGL-2.4.0.0, OpenGL-2.3.0.0, OpenGL-2.2.3.1, OpenGL-2.2.3.0, OpenGL-2.2.2.0, OpenGL-2.2.1.1, OpenGL-2.1 (conflict: ActionKid => OpenGL>=2.8.0 && <2.10) [__2] fail (backjumping, conflict set: ActionKid, OpenGL, base) After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: ActionKid, OpenGL, base — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.