diff options
| author | John MacFarlane <[email protected]> | 2024-10-28 09:41:10 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-10-28 09:41:10 -0700 |
| commit | ec27d4bd2253aa2e6976686ea7c13e88cfcc730e (patch) | |
| tree | 248440c5d5645269575563407bddf8ce43c13079 /pandoc.cabal | |
| parent | d66f6e943b393661c53e73954ec999da0b058b82 (diff) | |
Bump upper bound for data-default.
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 348d06a4a..a06e4a118 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -496,7 +496,7 @@ library containers >= 0.6.0.1 && < 0.8, crypton >= 0.30 && < 1.1, crypton-connection >= 0.3.1 && < 0.5, - data-default >= 0.4 && < 0.8, + data-default >= 0.4 && < 0.9, deepseq >= 1.3 && < 1.6, directory >= 1.2.3 && < 1.4, doclayout >= 0.5 && < 0.6, |
