aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-01-10 10:12:45 -0800
committerJohn MacFarlane <[email protected]>2022-01-10 10:13:13 -0800
commitdd706bc49c56fdd76570bbb5f4b95972e264f39f (patch)
tree644ad9b1bae880cc4297965b13fa731d1f1cd48f
parenta0f9467b907c68e66a26a704b34ee7732b8145d0 (diff)
Minor reformatting of cabal file
-rw-r--r--pandoc.cabal6
1 files changed, 5 insertions, 1 deletions
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