From 3351dcfc45cf2053ae6cb6fb811d88cb6ebbc969 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Wed, 9 Oct 2019 10:54:44 -0700 Subject: [PATCH] Add HsYAML-aeson to build-depends --- pandoc.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/pandoc.cabal b/pandoc.cabal index 14756844b..049a7dec6 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -417,6 +417,7 @@ library case-insensitive >= 1.2 && < 1.3, unicode-transforms >= 0.3 && < 0.4, HsYAML >= 0.2 && < 0.3, + HsYAML-aeson >= 0.2 && < 0.3, doclayout >= 0.1 && < 0.2, ipynb >= 0.1 && < 0.2, attoparsec >= 0.12 && < 0.14