diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 20:56:44 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 20:56:44 +0200 |
commit | 448046fd26c4f04cecde5b7496eaff746981ec67 (patch) | |
tree | 9b4c64cf427be9ba99514a46ceac1c2d92a1561f /trivstream.cabal | |
download | trivstream-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.cabal | 21 |
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 @@ | |||
1 | name: trivstream | ||
2 | version: 0.0.0 | ||
3 | synopsis: A trivial client & server for streaming audio over udp between pulseaudio & jack | ||
4 | -- description: | ||
5 | license: GPL-3 | ||
6 | license-file: LICENSE | ||
7 | author: Gregor Kleen | ||
8 | maintainer: aethoago@141.li | ||
9 | -- copyright: | ||
10 | category: Sound | ||
11 | build-type: Simple | ||
12 | extra-source-files: ChangeLog.md | ||
13 | cabal-version: >=1.10 | ||
14 | |||
15 | executable 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 | ||