X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=hs-java.cabal;h=98fc1d7b47dfad37d69d00643db0ae288bf648b7;hb=d77e1f72ac227dc1ddaa2bfbe2f2f3e97521b02d;hp=50b5f5723b4cad166520ca3004a1b229370b5d28;hpb=16e599a66ff843547b005beba38923869665efe8;p=hs-java.git diff --git a/hs-java.cabal b/hs-java.cabal index 50b5f57..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 @@ -31,13 +32,18 @@ library 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, data-default, MissingH, - LibZip, Glob + LibZip, Glob, parsec >= 3 && <4 ghc-options: -fwarn-unused-imports