cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: de6a2ad84e6004a7f51bebd6de23e07284fc0008745bb848cfd6e699444fcd36 name: jvm-binary version: 0.3.0 synopsis: A library for reading Java class-files description: A library for reading Java class-files. category: Language, Java, JVM homepage: https://github.com/ucla-pls/jvm-binary#readme bug-reports: https://github.com/ucla-pls/jvm-binary/issues author: Christian Gram Kalhauge maintainer: Christian Gram Kalhauge license: MIT license-file: LICENSE.md build-type: Simple extra-source-files: CHANGELOG.md LICENSE.md package.yaml README.md stack.yaml source-repository head type: git location: https://github.com/ucla-pls/jvm-binary library hs-source-dirs: src ghc-options: -Wall build-depends: attoparsec , base >=4.9 && <4.12 , binary , bytestring , containers , data-binary-ieee754 , deepseq >=1.4.3.0 , deriving-compat , mtl , template-haskell , text , vector exposed-modules: Language.JVM Language.JVM.AccessFlag Language.JVM.Attribute Language.JVM.Attribute.Base Language.JVM.Attribute.BootstrapMethods Language.JVM.Attribute.Code Language.JVM.Attribute.ConstantValue Language.JVM.Attribute.EnclosingMethod Language.JVM.Attribute.Exceptions Language.JVM.Attribute.InnerClasses Language.JVM.Attribute.LineNumberTable Language.JVM.Attribute.Signature Language.JVM.Attribute.StackMapTable Language.JVM.ByteCode Language.JVM.ClassFile Language.JVM.ClassFileReader Language.JVM.Constant Language.JVM.ConstantPool Language.JVM.Field Language.JVM.Method Language.JVM.Stage Language.JVM.Staged Language.JVM.TH Language.JVM.Type Language.JVM.Utils other-modules: Paths_jvm_binary default-language: Haskell2010 test-suite jvm-binary-test type: exitcode-stdio-1.0 main-is: Test.hs hs-source-dirs: test ghc-options: -rtsopts -threaded -with-rtsopts=-N -fno-warn-orphans build-depends: QuickCheck , attoparsec , base >=4.9 && <4.12 , binary , bytestring , containers , data-binary-ieee754 , deepseq >=1.4.3.0 , deriving-compat , directory , filepath , generic-random , hspec-expectations-pretty-diff , jvm-binary , mtl , tasty , tasty-discover , tasty-hspec , tasty-quickcheck , template-haskell , text , vector other-modules: Language.JVM.Attribute.BootstrapMethodsTest Language.JVM.Attribute.CodeTest Language.JVM.Attribute.ConstantValueTest Language.JVM.Attribute.EnclosingMethodTest Language.JVM.Attribute.ExceptionsTest Language.JVM.Attribute.InnerClassesTest Language.JVM.Attribute.LineNumberTableTest Language.JVM.Attribute.SignatureTest Language.JVM.Attribute.StackMapTableTest Language.JVM.AttributeTest Language.JVM.ClassFileTest Language.JVM.ConstantTest Language.JVM.FieldTest Language.JVM.MethodTest Language.JVM.TypeTest Language.JVM.UtilsTest Language.JVMTest SpecHelper Paths_jvm_binary default-language: Haskell2010 benchmark jvm-binary-benchmarks type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: benchmark ghc-options: -rtsopts -threaded -funbox-strict-fields -with-rtsopts=-N build-depends: attoparsec , base >=4.9 && <4.12 , binary , bytestring , containers , criterion , data-binary-ieee754 , deepseq >=1.4.3.0 , deriving-compat , jvm-binary , mtl , template-haskell , text , vector other-modules: Paths_jvm_binary default-language: Haskell2010