diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index ce3b75971..2a7b17d39 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -374,10 +374,10 @@ Executable pandoc Executable trypandoc Main-Is: trypandoc.hs Hs-Source-Dirs: trypandoc - build-depends: base, aeson, pandoc, highlighting-kate, - text, wai-extra, wai >= 0.3, http-types default-language: Haskell2010 if flag(trypandoc) + build-depends: base, aeson, pandoc, highlighting-kate, + text, wai-extra, wai >= 0.3, http-types Buildable: True else Buildable: False |