From: Ilya Portnov Date: Fri, 30 Sep 2011 13:27:01 +0000 (+0600) Subject: Update .cabal file. X-Git-Tag: v0.3.2~31 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hs-java.git;a=commitdiff_plain;h=41be2f8c5c4cbd90a12d2c412ac64e6a3314d835 Update .cabal file. --- diff --git a/hs-java.cabal b/hs-java.cabal index 02b4234..c038730 100644 --- a/hs-java.cabal +++ b/hs-java.cabal @@ -1,5 +1,5 @@ Name: hs-java -Version: 0.1 +Version: 0.2 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: 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 - 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 ghc-options: -fwarn-unused-imports - +Source-repository head + type: git + location: git remote add origin git@gitorious.org:hs-java/hs-java.git