diff options
| author | John MacFarlane <[email protected]> | 2024-09-09 08:18:28 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-09-09 08:18:28 -0700 |
| commit | a256f007cff36b77db19c2b3e414a58b98b1983e (patch) | |
| tree | 0bb4828fccce90602f186a26086cf8e4563d3045 /pandoc-lua-engine | |
| parent | 7db0569250a324ad71c25eeb194e6fbd384418aa (diff) | |
Depend on doclayout 0.5.
Diffstat (limited to 'pandoc-lua-engine')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 21ffde55f..53d5bc99b 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -111,7 +111,7 @@ library , citeproc >= 0.8 && < 0.9 , containers >= 0.6.0.1 && < 0.8 , data-default >= 0.4 && < 0.8 - , doclayout >= 0.4 && < 0.5 + , doclayout >= 0.5 && < 0.6 , doctemplates >= 0.11 && < 0.12 , exceptions >= 0.8 && < 0.11 , hslua >= 2.3 && < 2.4 |
