megaparsec-utils 0.1.1.2 → 0.1.1.3
raw patch · 2 files changed
+19/−17 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +15/−13
- megaparsec-utils.cabal +4/−4
CHANGELOG.md view
@@ -1,31 +1,33 @@ Changelog -## [1.1.2](https://github.com/drlkf/megaparsec-utils/compare/1.1.1...1.1.2) (2025-07-29)+## [1.1.3](https://github.com/haskell-github-trust/megaparsec-utils/compare/1.1.2...1.1.3) (2025-08-07) -## [1.1.1](https://github.com/drlkf/megaparsec-utils/compare/1.1.0...1.1.1) (2025-07-28)+## [1.1.2](https://github.com/haskell-github-trust/megaparsec-utils/compare/1.1.1...1.1.2) (2025-07-29) -# [1.1.0](https://github.com/drlkf/megaparsec-utils/compare/1.0.0...1.1.0) (2025-07-28)+## [1.1.1](https://github.com/haskell-github-trust/megaparsec-utils/compare/1.1.0...1.1.1) (2025-07-28) +# [1.1.0](https://github.com/haskell-github-trust/megaparsec-utils/compare/1.0.0...1.1.0) (2025-07-28) + ### Features -* add on/off to booleans ([1e9b885](https://github.com/drlkf/megaparsec-utils/commit/1e9b88532ec86ef3bf229de01c0a5a81a89261ec))+* add on/off to booleans ([1e9b885](https://github.com/haskell-github-trust/megaparsec-utils/commit/1e9b88532ec86ef3bf229de01c0a5a81a89261ec)) # 1.0.0 (2025-07-28) ### Bug Fixes -* fix date parser with day short names ([64f3229](https://github.com/drlkf/megaparsec-utils/commit/64f3229dcfd660bdd770938da0bbacbf84c02dc3))-* fix invalid generation of TimeOfDay ([6bc728e](https://github.com/drlkf/megaparsec-utils/commit/6bc728ea31e2cfb380927c53ee544f44b399ece7))-* fix type errors in boundedEnumShowParser ([9c0fe3d](https://github.com/drlkf/megaparsec-utils/commit/9c0fe3db132bfe123be2d71e7c92f5928113cc26))+* fix date parser with day short names ([64f3229](https://github.com/haskell-github-trust/megaparsec-utils/commit/64f3229dcfd660bdd770938da0bbacbf84c02dc3))+* fix invalid generation of TimeOfDay ([6bc728e](https://github.com/haskell-github-trust/megaparsec-utils/commit/6bc728ea31e2cfb380927c53ee544f44b399ece7))+* fix type errors in boundedEnumShowParser ([9c0fe3d](https://github.com/haskell-github-trust/megaparsec-utils/commit/9c0fe3db132bfe123be2d71e7c92f5928113cc26)) ### Features -* add aeson parser transformer ([84857eb](https://github.com/drlkf/megaparsec-utils/commit/84857eb2d5221f8547e9130c2b8503e7e59888a4))-* add date parser ([357d03f](https://github.com/drlkf/megaparsec-utils/commit/357d03f265e053f128be8711aec53e0b7659e563))-* add duration parsers ([a89bd88](https://github.com/drlkf/megaparsec-utils/commit/a89bd885b867b65cb7db3fcad4635cd38cba2227))-* add gregorian day parser ([46d4178](https://github.com/drlkf/megaparsec-utils/commit/46d4178945ad8bff5b309b95d9a2901a53b60ef9))-* add parser for decimal numbers ([42de75f](https://github.com/drlkf/megaparsec-utils/commit/42de75fec47b29caf1de59334b7a9c5e05f87a2f))-* add time parsers ([f267ffd](https://github.com/drlkf/megaparsec-utils/commit/f267ffd718f701046965318f99aa73b7f9e7b335))+* add aeson parser transformer ([84857eb](https://github.com/haskell-github-trust/megaparsec-utils/commit/84857eb2d5221f8547e9130c2b8503e7e59888a4))+* add date parser ([357d03f](https://github.com/haskell-github-trust/megaparsec-utils/commit/357d03f265e053f128be8711aec53e0b7659e563))+* add duration parsers ([a89bd88](https://github.com/haskell-github-trust/megaparsec-utils/commit/a89bd885b867b65cb7db3fcad4635cd38cba2227))+* add gregorian day parser ([46d4178](https://github.com/haskell-github-trust/megaparsec-utils/commit/46d4178945ad8bff5b309b95d9a2901a53b60ef9))+* add parser for decimal numbers ([42de75f](https://github.com/haskell-github-trust/megaparsec-utils/commit/42de75fec47b29caf1de59334b7a9c5e05f87a2f))+* add time parsers ([f267ffd](https://github.com/haskell-github-trust/megaparsec-utils/commit/f267ffd718f701046965318f99aa73b7f9e7b335))
megaparsec-utils.cabal view
@@ -5,12 +5,12 @@ -- see: https://github.com/sol/hpack name: megaparsec-utils-version: 0.1.1.2+version: 0.1.1.3 synopsis: Parsers and utilities for the Megaparsec library. description: Common parsers and utilities to use with the Megaparsec library. category: Parsing-homepage: https://github.com/drlkf/megaparsec-utils-bug-reports: https://github.com/drlkf/megaparsec-utils/issues+homepage: https://github.com/haskell-github-trust/megaparsec-utils+bug-reports: https://github.com/haskell-github-trust/megaparsec-utils/issues author: drlkf maintainer: drlkf@drlkf.net copyright: 2024 drlkf@@ -27,7 +27,7 @@ source-repository head type: git- location: https://github.com/drlkf/megaparsec-utils+ location: https://github.com/haskell-github-trust/megaparsec-utils library exposed-modules: