X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=hs-java.cabal;h=d3da8eed4d7d6b1045f964c260d3262bacfbaa0c;hb=a261d3b4511dcbfeda2d4439e2afccc151773719;hp=c038730d336ae067313e8d9abcc788bf9c34fdc9;hpb=38886d38cc648f39726bf2bfb4071f3479368001;p=hs-java.git diff --git a/hs-java.cabal b/hs-java.cabal index c038730..d3da8ee 100644 --- a/hs-java.cabal +++ b/hs-java.cabal @@ -1,5 +1,5 @@ Name: hs-java -Version: 0.2 +Version: 0.3.2 Cabal-Version: >= 1.6 License: BSD3 License-File: LICENSE @@ -11,6 +11,7 @@ Build-Type: Simple Description: This package declares data types for Java .class files format and functions 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 @@ -28,14 +29,24 @@ library 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, 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 remote add origin git@gitorious.org:hs-java/hs-java.git + location: git@gitorious.org:hs-java/hs-java.git