summaryrefslogtreecommitdiff
path: root/trivstream.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'trivstream.cabal')
-rw-r--r--trivstream.cabal21
1 files changed, 21 insertions, 0 deletions
diff --git a/trivstream.cabal b/trivstream.cabal
new file mode 100644
index 0000000..7b257c8
--- /dev/null
+++ b/trivstream.cabal
@@ -0,0 +1,21 @@
1name: trivstream
2version: 0.0.0
3synopsis: A trivial client & server for streaming audio over udp between pulseaudio & jack
4-- description:
5license: GPL-3
6license-file: LICENSE
7author: Gregor Kleen
8maintainer: aethoago@141.li
9-- copyright:
10category: Sound
11build-type: Simple
12extra-source-files: ChangeLog.md
13cabal-version: >=1.10
14
15executable trivstream
16 main-is: Main.hs
17 -- other-modules:
18 -- other-extensions:
19 build-depends: base >=4.9 && <5
20 hs-source-dirs: src
21 default-language: Haskell2010