Skip to content

Instantly share code, notes, and snippets.

@dozed
Created October 16, 2022 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dozed/a52a5589d86e6c67207e41682fa786ce to your computer and use it in GitHub Desktop.
Save dozed/a52a5589d86e6c67207e41682fa786ce to your computer and use it in GitHub Desktop.
$ cabal install --minimize-conflict-set
cabal: Could not resolve dependencies:
[__0] trying: pandoc-filter-graphviz-0.1.0.0 (user goal)
[__1] next goal: pandoc-types (dependency of pandoc-filter-graphviz)
[__1] rejecting: pandoc-types-1.22.2.1 (conflict: pandoc-filter-graphviz =>
pandoc-types^>=1.20)
[__1] skipping: pandoc-types-1.22.2, pandoc-types-1.22.1, pandoc-types-1.22,
pandoc-types-1.21 (has the same characteristics that caused the previous
version to fail: excluded by constraint '^>=1.20' from
'pandoc-filter-graphviz')
[__1] trying: pandoc-types-1.20
[__2] next goal: bytestring (dependency of pandoc-types)
[__2] rejecting: bytestring-0.11.3.1/installed-0.11.3.1 (conflict:
pandoc-types => bytestring>=0.9 && <0.11)
[__2] skipping: bytestring-0.11.3.1, bytestring-0.11.3.0, bytestring-0.11.2.0,
bytestring-0.11.1.0, bytestring-0.11.0.0 (has the same characteristics that
caused the previous version to fail: excluded by constraint '>=0.9 && <0.11'
from 'pandoc-types')
[__2] trying: bytestring-0.10.12.1
[__3] next goal: base (dependency of pandoc-filter-graphviz)
[__3] rejecting: base-4.16.3.0/installed-4.16.3.0 (conflict: bytestring =>
base>=4.2 && <4.16)
[__3] skipping: base-4.17.0.0, base-4.16.3.0, base-4.16.2.0, base-4.16.1.0,
base-4.16.0.0 (has the same characteristics that caused the previous version
to fail: excluded by constraint '>=4.2 && <4.16' from 'bytestring')
[__3] rejecting: base-4.15.1.0, base-4.15.0.0, 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, bytestring,
pandoc-filter-graphviz)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, pandoc-filter-graphviz,
bytestring, pandoc-types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment