From 3f4680a2932861d496ad5b481badbccea41d3e6e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:00:22 +0000 Subject: [PATCH 1/2] Initial plan From e5805a562568628695214b90209c54f3dee6e05a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:00:58 +0000 Subject: [PATCH 2/2] Fix spelling error: Doube -> Double in NestedPrismTH.hs comment Co-authored-by: echatav <2265940+echatav@users.noreply.github.com> --- src/Control/Lens/Internal/NestedPrismTH.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Control/Lens/Internal/NestedPrismTH.hs b/src/Control/Lens/Internal/NestedPrismTH.hs index d0d7538..f501976 100644 --- a/src/Control/Lens/Internal/NestedPrismTH.hs +++ b/src/Control/Lens/Internal/NestedPrismTH.hs @@ -55,7 +55,7 @@ import Prelude -- = Foo Int -- | Bar a -- | Baz Int Char --- | Bux Doube String Bool +-- | Bux Double String Bool -- makePrisms ''FooBarBazBux -- @ --