aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-01-02 17:02:02 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-01-02 17:02:02 -0800
commite8fba105a5e0d63b5fdbc7505d657eda13a52b59 (patch)
tree6fd33ffd654fbbcc2ec04f58f0cb61110e6ec02e /pandoc.cabal
parent308e4671d6291aaab4651be99653703b3490cb15 (diff)
downloadpandoc-e8fba105a5e0d63b5fdbc7505d657eda13a52b59.tar.gz
Removed custom Setup.hs, use build-type: simple.
The only thing we gained from the custom build was automatic installation of the man page when using 'cabal install'. But custom builds cause problems, e.g., with cross-compilation. Installation of the man page is better handled by packagers. Note to packagers (e.g. Debian): it may be necessary to add a step installing the man page with the next release.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal5
1 files changed, 1 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 6f0abf693..c23552c08 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,7 +1,7 @@
name: pandoc
version: 2.6
cabal-version: 2.0
-build-type: Custom
+build-type: Simple
license: GPL-2
license-file: COPYING.md
copyright: (c) 2006-2018 John MacFarlane
@@ -346,9 +346,6 @@ flag trypandoc
Description: Build trypandoc cgi executable.
Default: False
-custom-setup
- setup-depends: base, Cabal >= 2.0
-
library
build-depends: base >= 4.8 && < 5,
syb >= 0.1 && < 0.8,