]> gitweb @ CieloNegro.org - EsounD.git/blob - EsounD.cabal
47960a398a664806c5e40588cfe18e06f7657fa2
[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         MonadCatchIO-transformers == 0.2.*,
26         base                      == 4.2.*,
27         base-unicode-symbols      == 0.2.*,
28         bindings-EsounD           == 0.1.*,
29         network                   == 2.2.*,
30         regions                   == 0.7.*,
31         safer-file-handles        == 0.8.*,
32         storablevector            == 0.2.*
33
34     Exposed-Modules:
35         Sound.EsounD
36
37     Extensions:
38         EmptyDataDecls
39         KindSignatures
40         ScopedTypeVariables
41         UnicodeSyntax
42
43     GHC-Options:
44         -Wall