packages feed

mdoc 0.1.0.2 → 0.1.0.3

raw patch · 1 files changed

+10/−4 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

mdoc.cabal view
@@ -1,8 +1,10 @@ cabal-version:      1.18 name:               mdoc-version:            0.1.0.2+version:            0.1.0.3 license:            AGPL-3 maintainer:         Pat Brisbin+homepage:           https://codeberg.org/pbrisbin/mdoc#readme+bug-reports:        https://codeberg.org/pbrisbin/mdoc/issues synopsis:           Parser and pretty-printer for the mdoc(7) language description:     This library parses, represents, pretty-prints, or generates man-page content@@ -10,11 +12,11 @@     .     To parse a man-page and work with its data in a structured way,     .-    * See 'parseMdoc' and 'Mdoc'+    * Use @parseMdocBytes@ from the "Mdoc.Input" module     .     To pretty-print parsed (or constructed) man-page data,     .-    * Use 'prettyMdoc' (or 'putDoc')+    * Use @prettyMdoc@ from the @Mdoc@ module and @putDoc@ in "Mdoc.Gen"     .     To generate a man-page from a supported parser library, check the appropriate     integration module,@@ -23,7 +25,7 @@     * @opt-env-conf@ -- "OptEnvConf.Mdoc"     * @optparse-applicative@ -- "Options.Applicative.Mdoc"     .-    An example and screenshots are present in the project [README](#readme).+    An example and screenshots can be seen at the project homepage.  build-type:         Simple extra-source-files:@@ -33,6 +35,10 @@ extra-doc-files:     README.md     CHANGELOG.md++source-repository head+    type:     git+    location: https://codeberg.org/pbrisbin/mdoc  library     exposed-modules: