-- language-java-classfile.cabal auto-generated by cabal init. For -- additional options, see -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. -- The name of the package. Name: language-java-classfile -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 0.2.0 Synopsis: Parser for Java .class files Description: Parses compiled Java .class files into the syntax tree of the language-java package -- Homepage: License: BSD3 -- The file containing the license text. License-file: LICENSE Author: Gergő Érdi Maintainer: Gergő Érdi -- A copyright notice. -- Copyright: Category: Language Build-type: Simple -- Extra-source-files: Cabal-version: >=1.6 source-repository head Type: git Location: git://github.com/gergoerdi/language-java-classfile.git Library Exposed-modules: Language.Java.ClassFile ghc-options: -Wall -fwarn-tabs -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-incomplete-patterns -fno-warn-unused-binds Build-depends: base >= 2 && < 5, parsec >= 2 && < 4, language-java, deepseq, containers, mtl, data-flags, array, utf8-string, bytestring, data-binary-ieee754, binary, LibZip -- Modules not exported by this package. -- Other-modules: