diff options
| author | John MacFarlane <[email protected]> | 2022-09-09 09:27:41 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-09-22 09:21:24 -0700 |
| commit | 0e5232f2dcd119c62f0c81cc8043417b8984a84e (patch) | |
| tree | d9aa17acc41811a9664815766c72e0f5bf7d239b /pandoc.cabal | |
| parent | b38292c2346ebea690eada91a5ac1e0addaa3c0b (diff) | |
Split pandoc-server, pandoc-cli into separate packages.split-packages
This also removes the unnecessary Setup.hs from pandoc.
Cabal does not need this with build-type 'simple'.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index f3211a8a7..b279f7ef3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -15,8 +15,7 @@ tested-with: GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.3 synopsis: Conversion between markup formats description: Pandoc is a Haskell library for converting from one markup - format to another, and a command-line tool that uses - this library. The formats it can handle include + format to another. The formats it can handle include . - light markup formats (many variants of Markdown, reStructuredText, AsciiDoc, Org-mode, Muse, Textile, @@ -535,8 +534,6 @@ library yaml >= 0.11 && < 0.12, zip-archive >= 0.2.3.4 && < 0.5, zlib >= 0.5 && < 0.7, - servant-server >= 0.19 && < 0.20, - wai >= 0.3 if !os(windows) build-depends: unix >= 2.4 && < 2.9 @@ -563,7 +560,6 @@ library Text.Pandoc.MediaBag, Text.Pandoc.Error, Text.Pandoc.Filter, - Text.Pandoc.Server, Text.Pandoc.Readers, Text.Pandoc.Readers.HTML, Text.Pandoc.Readers.LaTeX, @@ -785,16 +781,6 @@ library autogen-modules: Paths_pandoc buildable: True -executable pandoc - import: common-executable - hs-source-dirs: app - main-is: pandoc.hs - buildable: True - other-modules: Paths_pandoc - build-depends: wai-extra >= 3.0.24, - warp, - safe - test-suite test-pandoc import: common-executable type: exitcode-stdio-1.0 |
