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: b0838b7237f06859c9ba16149ea4153fb80472faa6c7321eef053fdecc6236f7 name: jvm-binary version: 0.5.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.13 , 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: Main.hs hs-source-dirs: test ghc-options: -rtsopts -threaded -with-rtsopts=-N -fno-warn-orphans build-depends: QuickCheck , attoparsec , base >=4.9 && <4.13 , binary , bytestring , containers , data-binary-ieee754 , deepseq >=1.4.3.0 , deriving-compat , directory , filepath , generic-random , hspec >=2.5.5 , hspec-discover , hspec-expectations-pretty-diff , jvm-binary , mtl , template-haskell , text , vector , zip-archive other-modules: Language.JVM.Attribute.BootstrapMethodsSpec Language.JVM.Attribute.CodeSpec Language.JVM.Attribute.ConstantValueSpec Language.JVM.Attribute.EnclosingMethodSpec Language.JVM.Attribute.ExceptionsSpec Language.JVM.Attribute.InnerClassesSpec Language.JVM.Attribute.LineNumberTableSpec Language.JVM.Attribute.SignatureSpec Language.JVM.Attribute.StackMapTableSpec Language.JVM.AttributeSpec Language.JVM.ClassFileSpec Language.JVM.ConstantSpec Language.JVM.FieldSpec Language.JVM.MethodSpec Language.JVM.TypeSpec Language.JVM.UtilsSpec Language.JVMSpec Spec 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 -O2 -threaded -funbox-strict-fields -with-rtsopts=-N build-depends: attoparsec , base >=4.9 && <4.13 , 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