feat[classfile]: PrettySerialize instances

only a little bit broken formatting
This commit is contained in:
vegowotenks 2025-08-20 19:25:26 +02:00
parent b82ce2646b
commit 5e6736e8da
20 changed files with 108 additions and 45 deletions

View file

@ -19,11 +19,8 @@ synopsis: Multi-Stage classfile parsing and verification.
description: Please see the README on Forgejo at <https://git.jossco.de/vegowotenks/java-classfile#readme>
dependencies:
- array
- base >= 4.7 && < 5
- bytestring
- containers
- text
ghc-options:
- -Wall
@ -35,9 +32,15 @@ ghc-options:
- -Wmissing-home-modules
- -Wpartial-fields
- -Wredundant-constraints
- -Wunused-packages
library:
source-dirs: src
dependencies:
- array
- containers
- pretty-parse
- text
executables:
java-classfile-exe:
@ -49,6 +52,8 @@ executables:
- -with-rtsopts=-N
dependencies:
- java-classfile
- pretty-parse
- text
tests:
java-classfile-test: