diff options
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index ba96b7204..025b72c43 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -131,9 +131,6 @@ Flag executable Flag wrappers Description: Build the wrappers (markdown2pdf). Default: True -Flag library - Description: Build the pandoc library. - Default: True Flag citeproc Description: Compile in support for citeproc-hs bibliographic formatting. Default: False @@ -192,11 +189,7 @@ Library else Ghc-Options: -O2 -Wall Ghc-Prof-Options: -auto-all -caf-all - - if flag(library) - Buildable: True - else - Buildable: False + Buildable: True Executable pandoc Hs-Source-Dirs: src |
