diff options
| author | John MacFarlane <[email protected]> | 2025-07-13 12:33:12 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-07-13 12:33:32 -0700 |
| commit | 2cf9b55421d7026dac8c45730b8538f13e4bbb78 (patch) | |
| tree | c943119f7c90f5168ba71fb88eb7070d214ee51b /src/Text/Pandoc/App/CommandLineOptions.hs | |
| parent | 2e3cb483e9d2367b0fbd308e33c33cbb9995fc64 (diff) | |
Export `copyrightMessage` from Text.Pandoc.App module.
Export `copyrightMessage` from the unexported module
Text.Pandoc.App.CommandLineOptions
and reexport from Text.Pandoc.App [API change].
This avoids the need for a duplicated version in pandoc-cli, which can
now depend on the library's exported version.
Diffstat (limited to 'src/Text/Pandoc/App/CommandLineOptions.hs')
| -rw-r--r-- | src/Text/Pandoc/App/CommandLineOptions.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs index db7d5a1ac..383ab04a7 100644 --- a/src/Text/Pandoc/App/CommandLineOptions.hs +++ b/src/Text/Pandoc/App/CommandLineOptions.hs @@ -21,6 +21,7 @@ module Text.Pandoc.App.CommandLineOptions ( , options , engines , setVariable + , copyrightMessage ) where import Control.Monad.Trans import Control.Monad.State.Strict |
