diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-06-03 11:20:43 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-06-03 11:20:43 +0200 |
| commit | 461566aa804754f68d15d8467f9fb0b5ae44f9b2 (patch) | |
| tree | ba37be4d91f0c73705afd732643c282fbc1330d5 | |
| parent | 15f91964b3f96cb3ec6d507922d39ecd7cb3d56f (diff) | |
stack.yaml: fix pandoc-lua-marshal version
| -rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 71ac86445..c3d03c0ee 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,7 +27,7 @@ extra-deps: - lua-arbitrary-1.0.1 - tasty-hslua-1.0.2 - tasty-lua-1.0.2 -- pandoc-lua-marshal-0.1.5.1 +- pandoc-lua-marshal-0.1.6 - aeson-pretty-0.8.9 - unicode-transforms-0.4.0.1 - unicode-data-0.3.0 |
