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