-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguage-java-classfile.cabal
More file actions
54 lines (43 loc) · 1.8 KB
/
language-java-classfile.cabal
File metadata and controls
54 lines (43 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
-- language-java-classfile.cabal auto-generated by cabal init. For
-- additional options, see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
-- The name of the package.
Name: language-java-classfile
-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version: 0.2.0
Synopsis: Parser for Java .class files
Description: Parses compiled Java .class files into the syntax tree
of the language-java package
-- Homepage:
License: BSD3
-- The file containing the license text.
License-file: LICENSE
Author: Gergő Érdi <http://gergo.erdi.hu/>
Maintainer: Gergő Érdi <gergo@erdi.hu>
-- A copyright notice.
-- Copyright:
Category: Language
Build-type: Simple
-- Extra-source-files:
Cabal-version: >=1.6
source-repository head
Type: git
Location: git://github.com/gergoerdi/language-java-classfile.git
Library
Exposed-modules: Language.Java.ClassFile
ghc-options: -Wall -fwarn-tabs -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-incomplete-patterns -fno-warn-unused-binds
Build-depends: base >= 2 && < 5,
parsec >= 2 && < 4,
language-java,
deepseq,
containers,
mtl,
data-flags,
array,
utf8-string, bytestring,
data-binary-ieee754, binary,
LibZip
-- Modules not exported by this package.
-- Other-modules: