summaryrefslogtreecommitdiff
path: root/trivmix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'trivmix.cabal')
-rw-r--r--trivmix.cabal35
1 files changed, 35 insertions, 0 deletions
diff --git a/trivmix.cabal b/trivmix.cabal
new file mode 100644
index 0000000..ae9a72e
--- /dev/null
+++ b/trivmix.cabal
@@ -0,0 +1,35 @@
1-- Initial trivmix.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: trivmix
5version: 0.0.0
6-- synopsis:
7-- description:
8license: PublicDomain
9license-file: LICENSE
10author: Gregor Kleen
11maintainer: aethoago@141.li
12-- copyright:
13category: Sound
14build-type: Simple
15-- extra-source-files:
16cabal-version: >=1.10
17
18executable trivmix
19 main-is: Trivmix.hs
20 -- other-modules:
21 -- other-extensions:
22 build-depends: base >=4.7 && <4.8
23 , jack >=0.7 && <1
24 , optparse-applicative >=0.11 && <1
25 , directory >=1.2 && <2
26 , filepath >=1.3 && <2
27 , unix >=2.7 && <3
28 , hinotify >=0.3 && <1
29 , transformers >=0.3 && <1
30 hs-source-dirs: src
31 default-language: Haskell2010
32
33-- Local Variables:
34-- firestarter: "nix-shell -p haskellPackages.cabal2nix --command 'cabal2nix ./.' | tee trivmix.nix"
35-- End: