packages feed

servant-xml-conduit 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+15/−2 lines, 2 files

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Revision history for servant-xml-conduit +## [0.1.0.2] - 2023-11-23++### Added++- `.cabal`: added homepage, bug-reports, source-repository+ ## [0.1.0.1] - 2023-11 23  ### Fixed
servant-xml-conduit.cabal view
@@ -20,14 +20,14 @@ -- PVP summary:     +-+------- breaking API changes --                  | | +----- non-breaking API additions --                  | | | +--- code changes with no API change-version:            0.1.0.1+version:            0.1.0.2  -- A short (one-line) description of the package. synopsis: Servant XML content-type with support for xml-conduit  -- A longer description of the package. description: This is similar in spirit to `servant-xml` but uses `xml-conduit` instead of `xmlbf`.-+              -- The license under which the package is released. license:            AGPL-3.0-or-later @@ -40,6 +40,9 @@ -- An email address to which users can send suggestions, bug reports, and patches. maintainer:         pk@intrepidus.pl +homepage:           https://gitlab.iscpif.fr/gargantext/servant-xml-conduit+bug-reports:        https://gitlab.iscpif.fr/gargantext/servant-xml-conduit/issues+ -- A copyright notice. -- copyright: category:           Web@@ -51,6 +54,10 @@ -- Extra source files to be distributed with the package, such as examples, or a tutorial module. -- extra-source-files: +source-repository head+  type: git+  location: https://gitlab.iscpif.fr/gargantext/servant-xml-conduit+    common warnings     ghc-options: -Wall