From 38886d38cc648f39726bf2bfb4071f3479368001 Mon Sep 17 00:00:00 2001 From: Ilya Portnov Date: Fri, 30 Sep 2011 19:27:01 +0600 Subject: [PATCH] Update .cabal file. --- hs-java.cabal | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) 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 -- 2.25.1