Skip to content

Commit 83e5309

Browse files
andrewthadpbrisbin
authored andcommitted
Relax pandoc upper bound
Also: - Update to latest LTS - Bump version to 0.11.1
1 parent 6d3feda commit 83e5309

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-5.0
1+
resolver: lts-6.1
22
packages:
33
- '.'
44
extra-deps: []

yesod-markdown.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yesod-markdown
2-
version: 0.11.0
2+
version: 0.11.1
33
synopsis: Tools for using markdown in a yesod application
44
description: A subset of pandoc functionality useful for markdown processing in yesod applications
55
homepage: http://github.com/pbrisbin/yesod-markdown
@@ -18,7 +18,7 @@ library
1818
build-depends: base >= 4 && < 5
1919
, text >= 0.11 && < 2.0
2020
, bytestring >= 0.9 && < 0.11
21-
, pandoc >= 1.16 && < 1.17
21+
, pandoc >= 1.16 && < 1.18
2222
, blaze-html >= 0.5 && < 0.9
2323
, blaze-markup >= 0.5 && < 0.8
2424
, xss-sanitize >= 0.3.1 && < 0.4

0 commit comments

Comments
 (0)