packages feed

pandoc-lua-engine 0.2.1.1 → 0.2.1.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

pandoc-lua-engine.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                pandoc-lua-engine-version:             0.2.1.1+version:             0.2.1.2 build-type:          Simple license:             GPL-2.0-or-later license-file:        COPYING.md@@ -120,7 +120,7 @@                      , pandoc-lua-marshal    >= 0.2.2   && < 0.3                      , pandoc-types          >= 1.22    && < 1.24                      , parsec                >= 3.1     && < 3.2-                     , text                  >= 1.1.1   && < 2.1+                     , text                  >= 1.1.1   && < 2.2   test-suite test-pandoc-lua-engine@@ -141,7 +141,7 @@                      , tasty-golden                      , tasty-hunit                      , tasty-lua             >= 1.1     && < 1.2-                     , text                  >= 1.1.1   && < 2.1+                     , text                  >= 1.1.1   && < 2.2   other-modules:       Tests.Lua                      , Tests.Lua.Module                      , Tests.Lua.Reader