-- Initial sarasvati.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: sarasvati version: 0.3.0.0 synopsis: audio library. description: an audio library with portaudio. homepage: https://github.com/tokiwoousaka/Sarasvati license: BSD3 license-file: LICENSE author: tune maintainer: tune copyright: Copyright (c) 2013 tune category: Sound build-type: Simple cabal-version: >=1.8 library exposed-modules: Sound.Sarasvati, Sound.Sarasvati.Base Sound.Sarasvati.Types -- other-modules: build-depends: base ==4.6.*, portaudio >=0.2, deepseq >=1.3.0.1 hs-source-dirs: src