Not a haskell expert, is there a bug or am I doing something wrong? Thanks! ```bash james@hostname:~/code/src/oama ((0.11))$ cabal update Downloading the latest package list from hackage.haskell.org Package list of hackage.haskell.org is up to date. The index-state is set to 2024-05-18T02:15:01Z. james@hostname:~/code/src/oama ((0.11))$ ghc --version The Glorious Glasgow Haskell Compilation System, version 9.4.8 james@hostname:~/code/src/oama ((0.11))$ cabal install --install-method copy Error: cabal: Could not resolve dependencies: [__0] trying: oama-0.11 (user goal) [__1] trying: yaml-0.11.11.2 (dependency of oama) [__2] trying: vector-0.13.1.0 (dependency of yaml) [__3] trying: primitive-0.9.0.0 (dependency of vector) [__4] next goal: template-haskell (dependency of yaml) [__4] rejecting: template-haskell-2.22.0.0, template-haskell-2.21.0.0, template-haskell-2.20.0.0, template-haskell-2.19.0.0, template-haskell-2.18.0.0, template-haskell-2.17.0.0, template-haskell-2.16.0.0, template-haskell-2.15.0.0, template-haskell-2.14.0.0, template-haskell-2.13.0.0, template-haskell-2.12.0.0, template-haskell-2.11.1.0, template-haskell-2.11.0.0 (only already installed instances can be used) [__4] rejecting: template-haskell-2.10.0.0 (conflict: primitive => template-haskell>=2.11) [__4] skipping: template-haskell-2.9.0.0, template-haskell-2.8.0.0, template-haskell-2.7.0.0, template-haskell-2.6.0.0, template-haskell-2.5.0.0, template-haskell-2.4.0.1, template-haskell-2.4.0.0, template-haskell-2.3.0.1, template-haskell-2.3.0.0, template-haskell-2.2.0.0 (has the same characteristics that caused the previous version to fail: excluded by constraint '>=2.11' from 'primitive') [__4] fail (backjumping, conflict set: primitive, template-haskell, yaml) After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: base, template-haskell, primitive, yaml, vector, yaml:nolib, oama Try running with --minimize-conflict-set to improve the error message. james@hostname:~/code/src/oama ((0.11))$ echo $? 1 james@hostname:~/code/src/oama ((0.11))$ cabal install --install-method copy --minimize-conflict-set Error: cabal: Could not resolve dependencies: [__0] trying: oama-0.11 (user goal) [__1] trying: yaml-0.11.11.2 (dependency of oama) [__2] trying: vector-0.13.1.0 (dependency of yaml) [__3] trying: primitive-0.9.0.0 (dependency of vector) [__4] next goal: template-haskell (dependency of yaml) [__4] rejecting: template-haskell-2.22.0.0, template-haskell-2.21.0.0, template-haskell-2.20.0.0, template-haskell-2.19.0.0, template-haskell-2.18.0.0, template-haskell-2.17.0.0, template-haskell-2.16.0.0, template-haskell-2.15.0.0, template-haskell-2.14.0.0, template-haskell-2.13.0.0, template-haskell-2.12.0.0, template-haskell-2.11.1.0, template-haskell-2.11.0.0 (only already installed instances can be used) [__4] rejecting: template-haskell-2.10.0.0 (conflict: primitive => template-haskell>=2.11) [__4] skipping: template-haskell-2.9.0.0, template-haskell-2.8.0.0, template-haskell-2.7.0.0, template-haskell-2.6.0.0, template-haskell-2.5.0.0, template-haskell-2.4.0.1, template-haskell-2.4.0.0, template-haskell-2.3.0.1, template-haskell-2.3.0.0, template-haskell-2.2.0.0 (has the same characteristics that caused the previous version to fail: excluded by constraint '>=2.11' from 'primitive') [__4] fail (backjumping, conflict set: primitive, template-haskell, yaml) After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: base, template-haskell, primitive, yaml, vector, oama, yaml:nolib james@hostname:~/code/src/oama ((0.11))$ echo $? 1 ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by purpleidea and has received 2 comments.