Minor cabal file changes.

Requested by 'stack upload.'
Different format for minimum cabal version.
Use of autogen-modules.
This commit is contained in:
John MacFarlane 2018-07-15 21:43:54 -07:00
parent cccaf33e2d
commit ebd79b6477

View file

@ -1,6 +1,6 @@
name: pandoc name: pandoc
version: 2.2.2 version: 2.2.2
cabal-version: >= 2.0 cabal-version: 2.0
build-type: Custom build-type: Custom
license: GPL-2 license: GPL-2
license-file: COPYING.md license-file: COPYING.md
@ -543,7 +543,7 @@ library
Text.Pandoc.Translations, Text.Pandoc.Translations,
Text.Pandoc.Slides, Text.Pandoc.Slides,
Paths_pandoc Paths_pandoc
autogen-modules: Paths_pandoc
buildable: True buildable: True
executable pandoc executable pandoc