feat: PrettySerialize instances
This commit is contained in:
parent
cabfbf46ac
commit
55805ef15a
7 changed files with 21 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue