Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Pandoc dependency #37

Merged
merged 1 commit into from
Feb 13, 2017
Merged

Bump Pandoc dependency #37

merged 1 commit into from
Feb 13, 2017

Conversation

gfontenot
Copy link

Stack lts 8.0 ships with Pandoc 1.19.2.1, which is outside our existing
dependency graph. That means that end users that want to use this package
need to define a number of additional dependencies for their stack projects
if they wish (or need) to use 8.0.

Bumping the dependency here will allow users to simply add yesod-markdown
as a dependency, without needing to change the version of Pandoc they use.

Also removing an unused import while I'm in here mucking around.

Stack lts 8.0 ships with Pandoc 1.19.2.1, which is outside our existing
dependency graph. That means that end users that want to use this
package need to define a number of additional dependencies for their
stack projects if they wish (or need) to use 8.0.

Bumping the dependency here will allow users to simply add
yesod-markdown as a dependency, without needing to change the version of
Pandoc they use.
@@ -50,7 +50,6 @@ import Text.Blaze.Html (preEscapedToMarkup)
import Text.HTML.SanitizeXSS (sanitizeBalance)
import Text.Hamlet (hamlet, Html)
import Text.Pandoc
import Text.Pandoc.Error
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this removal mean we have to bump our lower bounds? I.e. was it needed at earlier versions then became a re-export later?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it appears this would require us to bump the lower bounds as well. I'll remove this commit, since it's not really necessary.

@pbrisbin pbrisbin merged commit bc6cf1b into pbrisbin:master Feb 13, 2017
@pbrisbin
Copy link
Owner

pbrisbin commented Feb 13, 2017

Uploaded as v0.11.3. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants