Minor cabal file changes.
Requested by 'stack upload.' Different format for minimum cabal version. Use of autogen-modules.
This commit is contained in:
parent
cccaf33e2d
commit
ebd79b6477
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
name: pandoc
|
||||
version: 2.2.2
|
||||
cabal-version: >= 2.0
|
||||
cabal-version: 2.0
|
||||
build-type: Custom
|
||||
license: GPL-2
|
||||
license-file: COPYING.md
|
||||
|
@ -543,7 +543,7 @@ library
|
|||
Text.Pandoc.Translations,
|
||||
Text.Pandoc.Slides,
|
||||
Paths_pandoc
|
||||
|
||||
autogen-modules: Paths_pandoc
|
||||
buildable: True
|
||||
|
||||
executable pandoc
|
||||
|
|
Loading…
Reference in a new issue