Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Can't install codex on haskell 9.0.2 #108

@hasrthur

Description

@hasrthur

HI! Thank you for a great project! Right now it is the only way for me to navigate external libs.

Unfortunately it doesn't work with newer haskell version since it can't find the required libs:

cabal install codex --minimize-conflict-set
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: codex-0.6.0.0 (user goal)
[__1] trying: yaml-0.11.8.0 (dependency of codex)
[__2] next goal: memory (dependency of codex)
[__2] rejecting: memory-0.17.0 (conflict: codex => memory>=0.13 && <0.16)
[__2] skipping: memory-0.16.0 (has the same characteristics that caused the
previous version to fail: excluded by constraint '>=0.13 && <0.16' from
'codex')
[__2] trying: memory-0.15.0
[__3] next goal: base (dependency of codex)
[__3] rejecting: base-4.15.1.0/installed-4.15.1.0 (conflict: memory =>
base>=4.9 && <4.15)
[__3] skipping: base-4.16.3.0, base-4.16.2.0, base-4.16.1.0, base-4.16.0.0,
base-4.15.1.0, base-4.15.0.0 (has the same characteristics that caused the
previous version to fail: excluded by constraint '>=4.9 && <4.15' from
'memory')
[__3] rejecting: base-4.14.3.0, base-4.14.2.0, base-4.14.1.0, base-4.14.0.0,
base-4.13.0.0, base-4.12.0.0, base-4.11.1.0, base-4.11.0.0, base-4.10.1.0,
base-4.10.0.0, base-4.9.1.0, base-4.9.0.0, base-4.8.2.0, base-4.8.1.0,
base-4.8.0.0, base-4.7.0.2, base-4.7.0.1, base-4.7.0.0, base-4.6.0.1,
base-4.6.0.0, base-4.5.1.0, base-4.5.0.0, base-4.4.1.0, base-4.4.0.0,
base-4.3.1.0, base-4.3.0.0, base-4.2.0.2, base-4.2.0.1, base-4.2.0.0,
base-4.1.0.0, base-4.0.0.0, base-3.0.3.2, base-3.0.3.1 (constraint from
non-upgradeable package requires installed instance)
[__3] fail (backjumping, conflict set: base, codex, memory)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, codex, yaml, memory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions