Makefile: `ghci' and `tags' targets
[mate.git] / ffi / mate-common.cabal
1 name: mate-common
2 version: 0.0.1
3 cabal-version: -any
4 build-type: Simple
5 license: GPL-2
6 license-file: ""
7 copyright:
8 maintainer: lewurm@gmail.com, haraldsteinlechner@gmail.com
9 build-depends: base -any, bytestring -any
10 stability: none
11 homepage:
12 package-url:
13 bug-reports:
14 synopsis:
15 description: Provides mostly FFI based utility functions for Mate, the glorious JVM written in Haskell
16 category:
17 author: Bernhard Urban, Harald Steinlechner
18 tested-with:
19 data-files:
20 data-dir: ""
21 extra-source-files:
22 extra-tmp-files:
23 exposed-modules: Signals
24 exposed: True
25 buildable: True
26 build-tools:
27 cpp-options:
28 cc-options:
29 ld-options:
30 pkgconfig-depends:
31 frameworks:
32 c-sources: trap.c native.c
33 default-language:
34 other-languages:
35 default-extensions:
36 other-extensions:
37 extensions:
38 extra-libraries:
39 extra-lib-dirs:
40 includes:
41 install-includes:
42 include-dirs:
43 hs-source-dirs: src
44 other-modules:
45 ghc-prof-options:
46 ghc-shared-options:
47 ghc-options:
48 hugs-options:
49 nhc98-options:
50 jhc-options:
51