packages feed

epub-metadata 5.0 → 5.1

raw patch · 2 files changed

+17/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,19 @@+5.1 (2023-07-09)++  * Fixed an sdist problem with missing autogen-modules+++5.0 (2023-07-09)++  * Fixed some problems with extra-source-files+  * Moved Stackage snapshot up to lts-20.12+  * Switched from hpack to cabal v2.2+  * Fixed all copyright date issues+  * Made Data.List imports explicit+  * Completely overhauled how dates are handled+  * Added another EPUB3 dcterms date type++ 4.5 (2016-10-19)     * Fix merged for UTF8 issue
epub-metadata.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name:           epub-metadata-version:        5.0+version:        5.1 synopsis:       Library for parsing epub document metadata description:    Library for parsing and manipulating epub document metadata. Supports epub versions 2 and 3. This library was constructed by studying the IDPF specifications for epub documents found here <http://www.idpf.org/epub/20/spec/OPF_2.0.1_draft.htm> and here <http://www.idpf.org/epub/30/spec/epub30-publications.html> category:       Codec, Text