forms-data-format 0.2 → 0.2.0.1
raw patch · 2 files changed
+11/−3 lines, 2 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−1
- forms-data-format.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,13 @@ # Revision history for forms-data-format -## 0.1.0.0 -- YYYY-mm-dd+## 0.1 -- 2023-04-03 * First version. Released on an unsuspecting world.++## 0.2 -- 2023-04-09++* Removed an extra newline from reserialization.++## 0.2.0.1 -- 2023-11-25++* Bumped the upper bound of the `bytestring` dependency.
forms-data-format.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: forms-data-format-version: 0.2+version: 0.2.0.1 synopsis: Parse and serialize FDF, the Forms Data Format @@ -29,7 +29,7 @@ -- Modules included in this library but not exported. -- other-modules: other-extensions: ImportQualifiedPost NamedFieldPuns OverloadedStrings- build-depends: base == 4.*, bytestring >=0.9 && < 0.12, text,+ build-depends: base == 4.*, bytestring >=0.9 && < 0.13, text, monoid-subclasses == 1.*, rank2classes >= 1 && < 1.6, parsers < 0.13, grammatical-parsers >= 0.5 && < 0.8 hs-source-dirs: src