diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2018-07-15 21:43:54 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-15 21:43:54 -0700 |
| commit | ebd79b64771efc599ba49140256bcfd8fbba10fc (patch) | |
| tree | b50f925864c9e84aa1ab404c5a59222bb7b22025 | |
| parent | cccaf33e2d2976ed6b875ce195b57f770d3e9617 (diff) | |
| download | pandoc-ebd79b64771efc599ba49140256bcfd8fbba10fc.tar.gz | |
Minor cabal file changes.
Requested by 'stack upload.'
Different format for minimum cabal version.
Use of autogen-modules.
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index d82d8659d..f529c6c25 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -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 |
