summaryrefslogtreecommitdiff
path: root/trivstream.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'trivstream.cabal')
-rw-r--r--trivstream.cabal24
1 files changed, 22 insertions, 2 deletions
diff --git a/trivstream.cabal b/trivstream.cabal
index 546fc1a..a8dc9ec 100644
--- a/trivstream.cabal
+++ b/trivstream.cabal
@@ -1,6 +1,6 @@
1name: trivstream 1name: trivstream
2version: 0.0.0 2version: 0.0.0
3synopsis: A trivial client & server for streaming audio over udp between pulseaudio & jack 3synopsis: A trivial client & server for streaming audio between pulseaudio and jack over udp/tcp
4-- description: 4-- description:
5license: GPL-3 5license: GPL-3
6author: Gregor Kleen 6author: Gregor Kleen
@@ -13,8 +13,28 @@ cabal-version: >=1.10
13 13
14executable trivstream 14executable trivstream
15 main-is: Main.hs 15 main-is: Main.hs
16 -- other-modules: 16 extensions: TemplateHaskell
17 , DeriveGeneric
18 , StandaloneDeriving
19 , GeneralizedNewtypeDeriving
20 , OverloadedStrings
21 other-modules: Trivstream.Types
17 -- other-extensions: 22 -- other-extensions:
18 build-depends: base >=4.9 && <5 23 build-depends: base >=4.9 && <5
24 , cereal >=0.5.3.0 && <1
25 , cereal-conduit >=0.7.3 && <1
26 , conduit >=1.2.6.6 && <2
27 , conduit-extra >=1.1.13.2 && <2
28 , data-default-class >=0.1.2.0 && <1
29 , gitrev >=1.2.0 && <2
30 , jack >=0.7.0.3 && <1
31 , lens >=4.14 && <5
32 , network >=2.6.2.1 && <3
33 , mtl
34 , optparse-applicative >=0.12.1.0 && <1
35 , pulse-simple >=0.1.14 && <1
36 , socket-activation >=0.1.0.1 && <1
37 , transformers
19 hs-source-dirs: src 38 hs-source-dirs: src
20 default-language: Haskell2010 39 default-language: Haskell2010
40 ghc-options: -threaded