-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutclass.cabal
More file actions
30 lines (28 loc) · 854 Bytes
/
Copy pathoutclass.cabal
File metadata and controls
30 lines (28 loc) · 854 Bytes
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
name: outclass
version: 0.1
cabal-version: >= 1.9.2
build-type: Simple
library
hs-source-dirs: src/main
build-depends: base >= 4,
binary,
bytestring,
vector
ghc-options: -Wall
exposed-modules: Language.Java.Binary.Class,
Language.Java.Binary.Constant,
Language.Java.Binary.Primitive,
Language.Java.Binary.Word
test-suite test
hs-source-dirs: src/test
type: exitcode-stdio-1.0
main-is: Main.hs
build-depends: base >= 4,
binary,
bytestring,
outclass,
test-framework,
test-framework-quickcheck2,
vector,
Cabal,
QuickCheck