forked from tidalcycles/Tidal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtidal.cabal
32 lines (28 loc) · 1.26 KB
/
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
name: tidal
version: 0.4.30
synopsis: Pattern language for improvised music
-- description:
homepage: http://tidal.lurk.org/
license: GPL-3
license-file: LICENSE
author: Alex McLean
maintainer: Alex McLean <[email protected]>, Mike Hodnick <[email protected]>
Stability: Experimental
Copyright: (c) Alex McLean and other contributors, 2015
category: Sound
build-type: Simple
cabal-version: >=1.4
Extra-source-files: README.md tidal.el doc/tidal.md
Description: Tidal is a domain specific language for live coding pattern.
library
Exposed-modules: Sound.Tidal.Strategies
Sound.Tidal.Dirt
Sound.Tidal.Pattern
Sound.Tidal.Stream
Sound.Tidal.Parse
Sound.Tidal.Tempo
Sound.Tidal.Time
Sound.Tidal.Context
Sound.Tidal.Utils
Sound.Tidal.SuperCollider
Build-depends: base < 5, process, parsec, hosc > 0.13, hashable, colour, containers, time, websockets > 0.8, text, mtl >=2.1, transformers, mersenne-random-pure64,binary, bytestring, hmt