Merge branch 'master' of lenovo.local:git/hs-java
[hs-java.git] / hs-java.cabal
index 50b5f5723b4cad166520ca3004a1b229370b5d28..0641f548700fdb2534083f0ccc319ddd88dd84a9 100644 (file)
@@ -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://home.iportnov.ru:3000/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