From 03068f43a161eaae345d9162f1a1d343cb9d7b96 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:52:50 +0000 Subject: [PATCH 1/3] Initial plan From f0ed836114d338d03c0f10d77efe3134b68d39fa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:53:27 +0000 Subject: [PATCH 2/3] Increment minor version to 0.4.0.0 Co-authored-by: echatav <2265940+echatav@users.noreply.github.com> --- distributors.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributors.cabal b/distributors.cabal index 9a92b07..4b3429a 100644 --- a/distributors.cabal +++ b/distributors.cabal @@ -5,7 +5,7 @@ cabal-version: 2.2 -- see: https://github.com/sol/hpack name: distributors -version: 0.3.0.0 +version: 0.4.0.0 synopsis: Unifying Parsers, Printers & Grammars description: Distributors provides mathematically inspired abstractions for coders to write parsers that can also be inverted to printers. category: Profunctors, Optics, Parsing From b96bfbe33c2f896e2e30c83d3d4f6606d779f095 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:55:11 +0000 Subject: [PATCH 3/3] Correct version to 0.3.0.1 Co-authored-by: echatav <2265940+echatav@users.noreply.github.com> --- distributors.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributors.cabal b/distributors.cabal index 4b3429a..35f40e4 100644 --- a/distributors.cabal +++ b/distributors.cabal @@ -5,7 +5,7 @@ cabal-version: 2.2 -- see: https://github.com/sol/hpack name: distributors -version: 0.4.0.0 +version: 0.3.0.1 synopsis: Unifying Parsers, Printers & Grammars description: Distributors provides mathematically inspired abstractions for coders to write parsers that can also be inverted to printers. category: Profunctors, Optics, Parsing