From db0a2c3947b7935b9b10534d7e44f6ee6f2d60d9 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Thu, 24 Mar 2022 09:20:56 -0700 Subject: [PATCH] Remove unnecessary dependency on hslua-aeson. --- pandoc.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index bee47055b..e0f898022 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -484,7 +484,6 @@ library filepath >= 1.1 && < 1.5, haddock-library >= 1.10 && < 1.11, hslua >= 2.1 && < 2.3, - hslua-aeson >= 2.1 && < 2.3, hslua-marshalling >= 2.1 && < 2.3, hslua-module-doclayout>= 1.0.2 && < 1.1, hslua-module-path >= 1.0 && < 1.1,