diff options
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 | ||||
| -rw-r--r-- | pandoc-server/pandoc-server.cabal | 2 | ||||
| -rw-r--r-- | pandoc.cabal | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 5ee5ad9a1..c857edbbd 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -110,7 +110,7 @@ library , crypton >= 0.30 && < 1.1 , citeproc >= 0.8 && < 0.9 , containers >= 0.6.0.1 && < 0.8 - , data-default >= 0.4 && < 0.8 + , data-default >= 0.4 && < 0.9 , doclayout >= 0.5 && < 0.6 , doctemplates >= 0.11 && < 0.12 , exceptions >= 0.8 && < 0.11 diff --git a/pandoc-server/pandoc-server.cabal b/pandoc-server/pandoc-server.cabal index f024f83e1..e5102eb31 100644 --- a/pandoc-server/pandoc-server.cabal +++ b/pandoc-server/pandoc-server.cabal @@ -56,7 +56,7 @@ library bytestring >= 0.9 && < 0.13, base64-bytestring >= 0.1 && < 1.3, doctemplates >= 0.11 && < 0.12, - data-default >= 0.4 && < 0.8, + data-default >= 0.4 && < 0.9, text >= 1.1.1.0 && < 2.2, unicode-collation >= 0.1.1 && < 0.2, servant-server >= 0.19 && < 0.21, 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, |
