]> gitweb @ CieloNegro.org - EsounD.git/blob - EsounD.cabal
cb7e8e156fe9140981552cd0a695ce515480b855
[EsounD.git] / EsounD.cabal
1 Name: EsounD
2 Synopsis: Type-safe bindings to EsounD (ESD; Enlightened Sound Daemon)
3 Description:
4         Type-safe bindings to EsounD: <http://www.tux.org/~ricdude/EsounD.html>
5 Version: 0.1
6 License: PublicDomain
7 License-File: COPYING
8 Author: PHO <pho at cielonegro dot org>
9 Maintainer: PHO <pho at cielonegro dot org>
10 Stability: experimental
11 Homepage: http://cielonegro.org/EsounD.html
12 Category: Sound
13 Tested-With: GHC == 6.12.3
14 Cabal-Version: >= 1.6
15 Build-Type: Simple
16 Extra-Source-Files:
17     COPYING
18
19 Source-Repository head
20     Type: git
21     Location: git://git.cielonegro.org/EsounD.git
22
23 Library
24     Build-Depends:
25         base                      == 4.2.*,
26         base-unicode-symbols      == 0.2.*,
27         bindings-EsounD           == 0.1.*,
28         network                   == 2.2.*,
29         regions                   == 0.7.*,
30         safer-file-handles        == 0.8.*,
31         storablevector            == 0.2.*,
32         transformers              == 0.2.*,
33         unix                      == 2.4.*
34
35     Exposed-Modules:
36         Sound.EsounD
37
38     Other-Modules:
39         Sound.EsounD.Internals
40
41     Extensions:
42         EmptyDataDecls
43         KindSignatures
44         ScopedTypeVariables
45         UnicodeSyntax
46
47     GHC-Options:
48         -Wall