-
Notifications
You must be signed in to change notification settings - Fork 5
/
portaudio.cabal
34 lines (32 loc) · 959 Bytes
/
portaudio.cabal
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
31
32
33
name: portaudio
version: 0.2.4
synopsis: Haskell bindings for the PortAudio library.
description: Bindings to the cross platform PortAudio library. Version 0.0.1 excludes the callback model.
category: Sound
license: OtherLicense
license-file: LICENSE
author: John Van Enk, Anil Vaitla
maintainer: [email protected], [email protected]
copyright: (c) 2008 John Van Enk
cabal-version: >= 1.2.0
build-type: Simple
stability: experimental
homepage: http://code.haskell.org/portaudio
extra-source-files:
examples/Example1.hs
examples/Example2.hs
examples/Example3.hs
examples/readme
examples/SampleAudio.wav
examples/StorableVector.hs
examples/Transform.hs
examples/Vector.hs
library
hs-source-dirs: src
exposed-modules: Sound.PortAudio,
Sound.PortAudio.Base,
Sound.PortAudio.Buffer
ghc-options: -Wall
build-depends: base >= 3 && < 5
, containers
extra-Libraries: portaudio