feat: constant-pool parsing, backtraces
This commit is contained in:
parent
5f3e7b761e
commit
7da2a30cbb
7 changed files with 154 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue