diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-01-20 17:00:40 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-01-20 17:00:40 -0600 |
| commit | 5d83e36ef8210d1514259c89ff97a25c4d19600c (patch) | |
| tree | bb15b5d2f15e671b6963b1088a501e0dee758f2e /package.yaml | |
| parent | 8424579b0c79038510c3e763b1154cb6aea5cdfe (diff) | |
| download | main-5d83e36ef8210d1514259c89ff97a25c4d19600c.tar main-5d83e36ef8210d1514259c89ff97a25c4d19600c.tar.gz main-5d83e36ef8210d1514259c89ff97a25c4d19600c.tar.bz2 main-5d83e36ef8210d1514259c89ff97a25c4d19600c.tar.lz main-5d83e36ef8210d1514259c89ff97a25c4d19600c.tar.xz main-5d83e36ef8210d1514259c89ff97a25c4d19600c.tar.zst main-5d83e36ef8210d1514259c89ff97a25c4d19600c.zip | |
Technically working, but I need a cleaner way to pass personA and
journalA into a list context...
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
