summaryrefslogtreecommitdiff
path: root/trivstream.cabal
blob: a8dc9ec15497e7d0f041602378a690d6c58f3dc7 (plain)
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
34
35
36
37
38
39
40
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