name: trivstream version: 0.0.0 synopsis: A trivial client & server for streaming audio between pulseaudio and jack over udp/tcp -- description: license: GPL-3 author: Gregor Kleen maintainer: aethoago@141.li -- copyright: category: Sound build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 executable trivstream main-is: Main.hs extensions: TemplateHaskell , DeriveGeneric , StandaloneDeriving , GeneralizedNewtypeDeriving , OverloadedStrings other-modules: Trivstream.Types -- other-extensions: build-depends: base >=4.9 && <5 , cereal >=0.5.3.0 && <1 , cereal-conduit >=0.7.3 && <1 , conduit >=1.2.6.6 && <2 , conduit-extra >=1.1.13.2 && <2 , data-default-class >=0.1.2.0 && <1 , gitrev >=1.2.0 && <2 , jack >=0.7.0.3 && <1 , lens >=4.14 && <5 , network >=2.6.2.1 && <3 , mtl , optparse-applicative >=0.12.1.0 && <1 , pulse-simple >=0.1.14 && <1 , socket-activation >=0.1.0.1 && <1 , transformers hs-source-dirs: src default-language: Haskell2010 ghc-options: -threaded