From 5d83e36ef8210d1514259c89ff97a25c4d19600c Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Tue, 20 Jan 2026 17:00:40 -0600 Subject: Technically working, but I need a cleaner way to pass personA and journalA into a list context... --- package.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 595b307..7ff937b 100644 --- a/package.yaml +++ b/package.yaml @@ -25,6 +25,7 @@ default-extensions: - DeriveGeneric - DeriveLift - DerivingStrategies + - DerivingVia - DefaultSignatures - FunctionalDependencies - GADTs @@ -32,6 +33,7 @@ default-extensions: - MultiWayIf - OverloadedStrings - PatternSynonyms + - RecordWildCards - TypeFamilies - UndecidableInstances - ViewPatterns -- cgit v1.2.3