mirror of
https://github.com/jaspervdj/patat.git
synced 2024-11-22 06:23:46 +03:00
Bump pandoc upper bound to 3.5
Tested with `cabal test --constraint="pandoc>=3.5"`
This commit is contained in:
parent
3b82085a06
commit
05f0a9b47d
@ -46,7 +46,7 @@ Library
|
||||
hashable >= 1.4 && < 1.5,
|
||||
mtl >= 2.2 && < 2.4,
|
||||
optparse-applicative >= 0.16 && < 0.19,
|
||||
pandoc >= 3.1 && < 3.3,
|
||||
pandoc >= 3.1 && < 3.6,
|
||||
pandoc-types >= 1.23 && < 1.24,
|
||||
process >= 1.6 && < 1.7,
|
||||
random >= 1.2 && < 1.3,
|
||||
@ -135,7 +135,7 @@ Executable patat-make-man
|
||||
containers >= 0.6 && < 0.8,
|
||||
doctemplates >= 0.8 && < 0.12,
|
||||
mtl >= 2.2 && < 2.4,
|
||||
pandoc >= 3.1 && < 3.3,
|
||||
pandoc >= 3.1 && < 3.6,
|
||||
text >= 1.2 && < 2.2,
|
||||
time >= 1.6 && < 1.13
|
||||
|
||||
@ -156,7 +156,7 @@ Test-suite patat-tests
|
||||
ansi-terminal >= 0.6 && < 1.1,
|
||||
base >= 4.8 && < 5,
|
||||
directory >= 1.2 && < 1.4,
|
||||
pandoc >= 3.1 && < 3.3,
|
||||
pandoc >= 3.1 && < 3.6,
|
||||
tasty >= 1.2 && < 1.6,
|
||||
tasty-hunit >= 0.10 && < 0.11,
|
||||
tasty-quickcheck >= 0.10 && < 0.11,
|
||||
|
Loading…
Reference in New Issue
Block a user