summaryrefslogtreecommitdiff
path: root/trivstream.cabal
blob: 546fc1aad7e82de84f06f1632368864532da7bd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name:                trivstream
version:             0.0.0
synopsis:            A trivial client & server for streaming audio over udp between pulseaudio & jack
-- 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
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.9 && <5
  hs-source-dirs:      src
  default-language:    Haskell2010