implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / hs-boehmgc.cabal
1 Name:                hs-boehmgc
2 Version:             0.1
3 Synopsis:            none
4 Description:         Haskell bindings for Boehm-Demers-Weiser conservative GC used in MateVM 
5 License:             GPL-3
6 Author:              Harald Steinlechner, Bernhard Urban
7 Maintainer:          Harald Steinlechner <haraldsteinlechner@gmail.com>
8 Build-Depends:       base
9 cabal-version:       >= 1.2
10 build-type:          Simple
11
12 library
13   build-depends:       base
14   exposed-modules:     Mate.GC.Boehm
15   hs-source-dirs:      src
16   extra-lib-dirs:      
17   extra-libraries:     gc
18   include-dirs:        
19   ld-options: