We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3feda commit 83e5309Copy full SHA for 83e5309
2 files changed
stack.yaml
@@ -1,4 +1,4 @@
1
-resolver: lts-5.0
+resolver: lts-6.1
2
packages:
3
- '.'
4
extra-deps: []
yesod-markdown.cabal
@@ -1,5 +1,5 @@
name: yesod-markdown
-version: 0.11.0
+version: 0.11.1
synopsis: Tools for using markdown in a yesod application
description: A subset of pandoc functionality useful for markdown processing in yesod applications
5
homepage: http://github.com/pbrisbin/yesod-markdown
@@ -18,7 +18,7 @@ library
18
build-depends: base >= 4 && < 5
19
, text >= 0.11 && < 2.0
20
, bytestring >= 0.9 && < 0.11
21
- , pandoc >= 1.16 && < 1.17
+ , pandoc >= 1.16 && < 1.18
22
, blaze-html >= 0.5 && < 0.9
23
, blaze-markup >= 0.5 && < 0.8
24
, xss-sanitize >= 0.3.1 && < 0.4
0 commit comments