Skip to content

Commit

Permalink
Bump Pandoc dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gfontenot authored and pbrisbin committed Feb 13, 2017
1 parent 24c47a6 commit bc6cf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yesod-markdown.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library
build-depends: base >= 4 && < 5
, text >= 0.11 && < 2.0
, bytestring >= 0.9 && < 0.11
, pandoc >= 1.16 && < 1.18
, pandoc >= 1.16 && < 1.20
, blaze-html >= 0.5 && < 0.9
, blaze-markup >= 0.5 && < 0.8
, xss-sanitize >= 0.3.1 && < 0.4
Expand Down

0 comments on commit bc6cf1b

Please sign in to comment.