Skip to content

Instantly share code, notes, and snippets.

@kaosf
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save kaosf/705e41fe5ea0346cce35 to your computer and use it in GitHub Desktop.

Select an option

Save kaosf/705e41fe5ea0346cce35 to your computer and use it in GitHub Desktop.
While constructing the BuildPlan the following exceptions were encountered:
-- While attempting to add dependency,
Could not find package cmark in known packages
-- Failure when adding dependencies:
pandoc: needed (-any), latest is 1.15.0.6, but couldn't resolve its dependencies
needed for package: firstApp-0.1.0.0
-- Failure when adding dependencies:
cmark: needed (>=0.4.0.1 && <0.5), latest is 0.4.0.1, but not present in build plan
highlighting-kate: needed (>=0.6 && <0.7 && >=0.6 && <0.7), latest is 0.6, but 0.5.12 found
needed for package: pandoc-1.15.0.6
Recommended action: try adding the following to your extra-deps in /some/where/slidybuild/stack.yaml
- cmark-0.4.0.1
You may also want to try the 'stack solver' command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment