X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=hs-java.cabal;h=b36222755629cdf5ee961534bc6e001e839b5fda;hb=ab2c5927c89e5d57ae96db959074ddf6ff501b6a;hp=eb460385c91c5ff32c0a0f4257e64cb9e56ec1e5;hpb=75ef14887a83273e60e35c2f0e47d099550c9628;p=hs-java.git diff --git a/hs-java.cabal b/hs-java.cabal index eb46038..b362227 100644 --- a/hs-java.cabal +++ b/hs-java.cabal @@ -1,5 +1,5 @@ Name: hs-java -Version: 0.1 +Version: 0.3 Cabal-Version: >= 1.6 License: BSD3 License-File: LICENSE @@ -9,20 +9,46 @@ Synopsis: Java .class files assembler/disassembler Category: Jvm Build-Type: Simple Description: This package declares data types for Java .class files format and functions - to assemble/disassemble Java bytecode. + to assemble/disassemble Java bytecode. See dump-class.hs, rebuild-class.hs, + TestGen.hs for examples of usage. + +Bug-reports: http://home.iportnov.ru:3000/projects/hs-java/ Extra-source-files: dump-class.hs + rebuild-class.hs + TestGen.hs library - Exposed-Modules: JVM.Types + Exposed-Modules: JVM.Common JVM.ClassFile JVM.Assembler JVM.Converter + JVM.Builder + JVM.Builder.Monad + JVM.Builder.Instructions + JVM.Dump + JVM.Exceptions + Java.Lang + Java.IO + Java.ClassPath + Java.ClassPath.Types + Java.ClassPath.Common + Java.JAR + Java.JAR.Archive + Java.META + Java.META.Types + Java.META.Spec + Java.META.Parser - Build-Depends: base >= 3 && <= 5, haskell98, containers, binary, + Build-Depends: base >= 3 && <= 5, containers, binary, mtl, directory, filepath, utf8-string, array, - bytestring, data-binary-ieee754, binary-state + bytestring, data-binary-ieee754, binary-state, + control-monad-exception, data-default, MissingH, + LibZip, Glob, parsec >= 3 && <4 ghc-options: -fwarn-unused-imports +Source-repository head + type: git + location: git@gitorious.org:hs-java/hs-java.git