aboutsummaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-09-09 09:27:41 -0700
committerJohn MacFarlane <[email protected]>2022-09-22 09:21:24 -0700
commit0e5232f2dcd119c62f0c81cc8043417b8984a84e (patch)
treed9aa17acc41811a9664815766c72e0f5bf7d239b /Setup.hs
parentb38292c2346ebea690eada91a5ac1e0addaa3c0b (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 'Setup.hs')
-rw-r--r--Setup.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
index 9a994af67..000000000
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain