diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 5 |
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, |