feat: PrettySerialize instances

This commit is contained in:
vegowotenks 2025-08-21 20:08:51 +02:00
parent cabfbf46ac
commit 55805ef15a
7 changed files with 21 additions and 3 deletions

View file

@ -31,6 +31,7 @@ library
array
, base >=4.7 && <5
, containers
, pretty-parse
, text
default-language: Haskell2010
@ -46,6 +47,7 @@ executable hon-exe
, base >=4.7 && <5
, containers
, hon
, pretty-parse
, text
default-language: Haskell2010
@ -62,5 +64,6 @@ test-suite hon-test
, base >=4.7 && <5
, containers
, hon
, pretty-parse
, text
default-language: Haskell2010