feat: tests for the rendering/parsing

This commit is contained in:
vegowotenks 2025-06-20 09:26:11 +02:00
parent 9484d097d4
commit d012307d19
8 changed files with 104 additions and 45 deletions

View file

@ -23,6 +23,8 @@ dependencies:
- base >= 4.7 && < 5
- text
- vector
- QuickCheck
- quickcheck-instances
ghc-options:
- -Wall
@ -59,4 +61,3 @@ tests:
- -with-rtsopts=-N
dependencies:
- bf-optimize
- QuickCheck