X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=hs-java.cabal;h=43a8d09dbe3cda98af50be90840c6119389e15a1;hb=b3a837825f029bf7940368564d32fc6003ccde14;hp=266f99f8a61c07d9b86041c07cebcbca0e47ae11;hpb=71cd7896115e78e0b41ce439b5aede8911827e69;p=hs-java.git diff --git a/hs-java.cabal b/hs-java.cabal index 266f99f..43a8d09 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,21 +9,33 @@ 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. -Extra-source-files: disassemble.hs +Extra-source-files: dump-class.hs + rebuild-class.hs + TestGen.hs library - Exposed-Modules: Data.BinaryState - 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 - 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 + bytestring, data-binary-ieee754, binary-state, + control-monad-exception, data-default ghc-options: -fwarn-unused-imports - +Source-repository head + type: git + location: git@gitorious.org:hs-java/hs-java.git