File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog for ` distributors `
22
3- All notable changes to this project will be documented in this file.
3+ ## 0.2.0.0 - 2025-07-08
44
5- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6- and this project adheres to the
7- [ Haskell Package Versioning Policy] ( https://pvp.haskell.org/ ) .
5+ Added some combinators for ` RegEx ` es. Updated documentation.
86
9- ## Unreleased
7+ ## 0.1.0.0
8+
9+ First version with profunctorial interpretation of invertible syntax.
1010
11- ## 0.1.0.0 - YYYY-MM-DD
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 2.2
55-- see: https://github.com/sol/hpack
66
77name : distributors
8- version : 0.1 .0.3
8+ version : 0.2 .0.0
99synopsis : Unifying Parsers, Printers & Grammars
1010description : Distributors provides mathematically inspired abstractions for coders to write parsers that can also be inverted to printers.
1111category : Profunctors, Optics, Parsing
Original file line number Diff line number Diff line change 11name : distributors
2- version : 0.1 .0.3
2+ version : 0.2 .0.0
33github : " morphismtech/distributors"
44license : BSD-3-Clause
55author : " Eitan Chatav"
You can’t perform that action at this time.
0 commit comments