-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkonnakol.cabal
63 lines (54 loc) · 1.99 KB
/
konnakol.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
cabal-version: 2.4
name: konnakol
version: 0.3.0.1
synopsis:
Formalising the rules of Konnakol, an Indian percussional art form.
-- A longer description of the package.
description: Formalising the rules of Konnakol, an Indian percussional art form. Compositions can be validated, custom compositions can be generated as well as visualized. Compositions can also be generated in mini notation, which can they be used by Tidal Cycles to facilitate equivalent audio generation.
homepage: https://github.com/tidalcycles/konnakol-gsoc
-- A URL where users can report bugs.
-- bug-reports:
license: GPL-3.0-only
license-file: LICENSE
author: Aravind Mohandas
maintainer: [email protected]
-- A copyright notice.
-- copyright:
category: Development
extra-source-files:
CHANGELOG.md
README.md
library
exposed-modules: MyLib, Konnakol.Define, Konnakol.Diagrams
-- Modules included in this library but not exported.
-- other-modules:
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends: base >=4.15.1.0,
random >= 1.2.1.1,
split >= 0.2.3.4,
diagrams-lib >= 1.4.5,
diagrams-svg >= 1.4,
containers >= 0.6,
colour >= 2.
hs-source-dirs: .,src
default-language: Haskell2010
test-suite tests
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs:
test
ghc-options: -Wall
other-modules: Konnakol.DefineTest
build-depends:
base >=4.15.1.0,
random >= 1.2.1.1,
split >= 0.2.3.4,
diagrams-lib >= 1.4.5,
diagrams-svg >= 1.4,
containers >= 0.6,
colour >= 2.
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/tidalcycles/konnakol-gsoc