codeworld doesn't install on ghc 9.6.3
还没有人认领这个 Issue。
评估
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 新手友好度
- 35/100
- Issue 类型
- 缺陷
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- haskell
- 领域
- build-system
调研方向
使用 cabal install --lib codeworld-api 在 GHC 9.6.3 上重现该失败,然后检查涉及 base、aeson、blank-canvas、bytestring 和 codeworld-api 的依赖约束。当 codeworld-api 能够在 GHC 9.6.3 上成功安装且不存在报告的依赖冲突时,即视为完成。
由索引模型根据 Issue 内容生成。
描述
ghc --version
The Glorious Glasgow Haskell Compilation System, version 9.6.3
cabal install --lib codeworld-api
Resolving dependencies...
Error: cabal: Could not resolve dependencies:
[__0] next goal: base (user goal)
[__0] rejecting: base-4.19.0.0 (constraint from user target requires
==4.18.1.0)
[__0] trying: base-4.18.1.0/installed-4.18.1.0
[__1] next goal: blank-canvas (user goal)
[__1] rejecting: blank-canvas-0.7.4/installed-156550ab (package is broken,
missing dependency sn-2.2.1.0-47c7f308)
[__1] trying: blank-canvas-0.7.4
[__2] trying: aeson-2.2.1.0 (dependency of blank-canvas)
[__3] trying: bytestring-0.12.0.2/installed-7ba28044 (user goal)
[__4] next goal: codeworld-api (user goal)
[__4] rejecting: codeworld-api-0.8.1 (conflict: aeson==2.2.1.0, codeworld-api
=> aeson>=1.4.3 && <2.2)
[__4] skipping: codeworld-api-0.8.0, codeworld-api-0.7.0, codeworld-api-0.6.0,
codeworld-api-0.5.0, codeworld-api-0.4.0 (has the same characteristics that
caused the previous version to fail: excludes 'aeson' version 2.2.1.0)
[__4] rejecting: codeworld-api-0.3.1 (conflict: blank-canvas==0.7.4,
codeworld-api => blank-canvas>=0.6 && <0.7)
[__4] skipping: codeworld-api-0.3, codeworld-api-0.2.5, codeworld-api-0.2.4,
codeworld-api-0.2.3, codeworld-api-0.2.2.1, codeworld-api-0.2.2.0,
codeworld-api-0.2.1.0 (has the same characteristics that caused the previous
version to fail: excludes 'blank-canvas' version 0.7.4)
[__4] rejecting: codeworld-api-0.2.0.0 (conflict:
base==4.18.1.0/installed-4.18.1.0, codeworld-api => base>=4.8 && <4.11)
[__4] skipping: codeworld-api-0.1.0.1 (has the same characteristics that
caused the previous version to fail: excludes 'base' version 4.18.1.0)
[__4] fail (backjumping, conflict set: aeson, base, blank-canvas,
codeworld-api)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: bytestring, aeson, blank-canvas, base,
codeworld-api
Try running with --minimize-conflict-set to improve the error message.
- 主要语言
- Haskell
- 星标
- 1.3k
- 派生
- 201
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
google/codeworld 的其他 Issue
-
难度 1/5 1 小时以内 新手友好度 78/100
-
难度 4/5 3-5 天 新手友好度 35/100
-
难度 4/5 3-5 天 新手友好度 35/100
-
my solution 未关闭
难度 4/5 3-5 天 新手友好度 25/100
-
难度 4/5 3-5 天 新手友好度 25/100
相似的 Issue
-
docs
难度 1/5 1 小时以内 新手友好度 85/100
-
needs triage type: bug
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 70/100
-
doclayout-0.6 未关闭
难度 2/5 1-3 小时 新手友好度 75/100
commercialhaskell/stackage#8126 ·