summaryrefslogtreecommitdiff
path: root/trivstream.cabal
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-02 20:56:44 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-02 20:56:44 +0200
commit448046fd26c4f04cecde5b7496eaff746981ec67 (patch)
tree9b4c64cf427be9ba99514a46ceac1c2d92a1561f /trivstream.cabal
downloadtrivstream-448046fd26c4f04cecde5b7496eaff746981ec67.tar
trivstream-448046fd26c4f04cecde5b7496eaff746981ec67.tar.gz
trivstream-448046fd26c4f04cecde5b7496eaff746981ec67.tar.bz2
trivstream-448046fd26c4f04cecde5b7496eaff746981ec67.tar.xz
trivstream-448046fd26c4f04cecde5b7496eaff746981ec67.zip
Framework
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