From dd706bc49c56fdd76570bbb5f4b95972e264f39f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 10 Jan 2022 10:12:45 -0800 Subject: [PATCH] Minor reformatting of cabal file --- pandoc.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 4fd98243e..e9efed5f7 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -754,7 +754,11 @@ executable trypandoc main-is: trypandoc.hs hs-source-dirs: trypandoc if flag(trypandoc) - build-depends: aeson, http-types, text, wai >= 0.3, wai-extra >= 3.0.24 + build-depends: aeson, + http-types, + text, + wai >= 0.3, + wai-extra >= 3.0.24 buildable: True else buildable: False