summaryrefslogtreecommitdiff
path: root/trivmix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'trivmix.cabal')
-rw-r--r--trivmix.cabal68
1 files changed, 0 insertions, 68 deletions
diff --git a/trivmix.cabal b/trivmix.cabal
deleted file mode 100644
index 8cadc37..0000000
--- a/trivmix.cabal
+++ /dev/null
@@ -1,68 +0,0 @@
1name: trivmix
2version: 4.0.1
3category: Sound
4author: Gregor Kleen <aethoago@141.li>
5license: PublicDomain
6license-file: LICENSE
7build-type: Simple
8cabal-version: >= 1.10
9
10source-repository head
11 type: git
12 location: https://git.yggdrasil.li/gkleen/pub/trivmix
13
14library
15 exposed-modules:
16 Trivmix.Types
17 other-modules:
18 Data.Scientific.Lift
19 Paths_trivmix
20 hs-source-dirs:
21 src
22 build-depends:
23 base >=4.8 && <5
24 , case-insensitive >=1.2 && <2
25 , data-default >=0.5 && <1
26 , refined >=0.1.2.1 && <1
27 , scientific >=0.3.5.3 && <1
28 , th-lift >=0.7.8 && <1
29 default-language: Haskell2010
30
31executable adjmix
32 main-is: Adjmix.hs
33 other-modules:
34 Paths_trivmix
35 hs-source-dirs:
36 adjmix
37 build-depends:
38 base >=4.8 && <5
39 , filelock >=0.1 && <1
40 , filepath >=1.3 && <2
41 , optparse-applicative >=0.11 && <1
42 , trivmix
43 default-language: Haskell2010
44
45executable trivmix
46 main-is: Trivmix.hs
47 other-modules:
48 Paths_trivmix
49 hs-source-dirs:
50 trivmix
51 build-depends:
52 base >=4.8 && <5
53 , directory >=1.2 && <2
54 , explicit-exception >=0.1 && <1
55 , filelock >=0.1 && <1
56 , filepath >=1.3 && <2
57 , heredoc >=0.2.0.0 && <1
58 , hinotify >=0.3 && <1
59 , jack >=0.7 && <1
60 , optparse-applicative >=0.11 && <1
61 , process >=1.2 && <2
62 , refined >=0.1.2.1 && <1
63 , scientific >=0.3.5.3 && <1
64 , systemd >=1.1.2 && <2
65 , transformers >=0.3 && <1
66 , trivmix
67 , unix >=2.7 && <3
68 default-language: Haskell2010