diff options
Diffstat (limited to 'patat.cabal')
-rw-r--r-- | patat.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patat.cabal b/patat.cabal index c6477c5..4befcd2 100644 --- a/patat.cabal +++ b/patat.cabal @@ -1,5 +1,5 @@ Name: patat -Version: 0.5.2.0 +Version: 0.5.2.1 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc License: GPL-2 @@ -36,7 +36,7 @@ Executable patat directory >= 1.2 && < 1.4, filepath >= 1.4 && < 1.5, mtl >= 2.2 && < 2.3, - optparse-applicative >= 0.12 && < 0.14, + optparse-applicative >= 0.12 && < 0.15, pandoc >= 1.16 && < 1.20, skylighting >= 0.1 && < 0.4, terminal-size >= 0.3 && < 0.4, |