X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=hs-java.cabal;h=a0d7604fdc630fa30c633cceb306f5f5cecf4c23;hb=a6ce6178b45922c228b042c24368d65ec2d6f373;hp=02b4234fed3dfadab79d63584281e89853f41a85;hpb=bd95bf0672a12768125633f4be2b39ea9d1488de;p=hs-java.git diff --git a/hs-java.cabal b/hs-java.cabal index 02b4234..a0d7604 100644 --- a/hs-java.cabal +++ b/hs-java.cabal @@ -1,5 +1,5 @@ Name: hs-java -Version: 0.1 +Version: 0.3.1 Cabal-Version: >= 1.6 License: BSD3 License-File: LICENSE @@ -9,21 +9,44 @@ 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://redmine.iportnov.ru/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, - control-monad-exception + 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