feat: constant-pool parsing, backtraces

This commit is contained in:
vegowotenks 2025-07-11 23:06:56 +02:00
parent 5f3e7b761e
commit 7da2a30cbb
7 changed files with 154 additions and 35 deletions

View file

@ -47,6 +47,7 @@ library
array
, base >=4.7 && <5
, bytestring
, text
default-language: Haskell2010
executable java-classfile-exe
@ -63,6 +64,7 @@ executable java-classfile-exe
, base >=4.7 && <5
, bytestring
, java-classfile
, text
default-language: Haskell2010
test-suite java-classfile-test
@ -80,4 +82,5 @@ test-suite java-classfile-test
, base >=4.7 && <5
, bytestring
, java-classfile
, text
default-language: Haskell2010