diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 567b650a1..61b1de0dd 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -723,7 +723,7 @@ executable trypandoc main-is: trypandoc.hs hs-source-dirs: trypandoc if flag(trypandoc) - build-depends: aeson, http-types, wai >= 0.3, wai-extra + build-depends: aeson, http-types, wai >= 0.3, wai-extra >= 3.0.24 buildable: True else buildable: False |