-
Notifications
You must be signed in to change notification settings - Fork 2
/
maquinitas-tidal.cabal
38 lines (35 loc) · 1.27 KB
/
maquinitas-tidal.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: maquinitas-tidal
version: 0.2.17
synopsis: library for MIDI control of hardware
description: maquinitas is a library for MIDI control of hardware
homepage: https://github.com/maquinitas/maquinitas-tidal
license: MIT
license-file: LICENSE
author: montoyamoraga
maintainer: [email protected]
copyright: (c) Aarón Montoya-Moraga
category: Sound
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
library
exposed-modules: Korg.KorgBase
Korg.VolcaBeats
Korg.VolcaBass
Korg.VolcaKeys
Korg.MR16
Boss.DR880
Roland.TB3
ChaseBliss.WarpedVinylHiFi
ChaseBliss.TonalRecall
ChaseBliss.Blooper
MFBTanzbar
OtoBam
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <5, tidal
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/maquinitas/maquinitas-tidal