diff options
| author | John MacFarlane <[email protected]> | 2022-09-22 09:47:07 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-22 09:47:07 -0700 |
| commit | bd1d923b86edba6e090ba14b1cd17e1e32c727f2 (patch) | |
| tree | d9aa17acc41811a9664815766c72e0f5bf7d239b /cabal.project | |
| parent | b38292c2346ebea690eada91a5ac1e0addaa3c0b (diff) | |
Split pandoc-server, pandoc-cli into separate packages. (#8309)
This also removes the unnecessary Setup.hs from pandoc.
Cabal does not need this with build-type 'simple'.
Diffstat (limited to 'cabal.project')
| -rw-r--r-- | cabal.project | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index ef2abf7fe..34b47701c 100644 --- a/cabal.project +++ b/cabal.project @@ -1,4 +1,6 @@ -packages: pandoc.cabal +packages: . + pandoc-server + pandoc-cli tests: True flags: +embed_data_files constraints: aeson >= 2.0.1.0 |
