X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=hs-java.cabal;h=98fc1d7b47dfad37d69d00643db0ae288bf648b7;hb=d77e1f72ac227dc1ddaa2bfbe2f2f3e97521b02d;hp=a3b918260201f78afc3f194badf72b9db370a29c;hpb=368ce628bdf8a7fa772a6860aed12f00baea3906;p=hs-java.git diff --git a/hs-java.cabal b/hs-java.cabal index a3b9182..98fc1d7 100644 --- a/hs-java.cabal +++ b/hs-java.cabal @@ -1,5 +1,5 @@ Name: hs-java -Version: 0.3 +Version: 0.3.3 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