forked from donya/Kulitta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKulitta.cabal
49 lines (48 loc) · 1.58 KB
/
Kulitta.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
name: Kulitta
version: 2.2.2
Cabal-Version: >= 1.8
license-file: LICENSE
copyright: Copyright (c) 2016 Donya Quick
category: Sound
stability: experimental
build-type: Custom
author: Donya Quick <[email protected]>
maintainer: Donya Quick <[email protected]>
bug-reports: https://github.com/donya/Kulitta/issues
homepage: http://www.donyaquick.com/kulitta
synopsis: Library for automated composition and musical learning
description:
Kulitta is a framework for automated composition that can also
be configured to run as a standalone AI for generating music
in a particular style.
extra-source-files:
readme.txt
Library
hs-source-dirs: .
ghc-options: -O2
extensions: CPP
exposed-modules:
Kulitta,
Kulitta.ChordSpaces.OPTIC,
Kulitta.ChordSpaces.ModeSpace,
Kulitta.ChordSpaces,
Kulitta.PTGG,
Kulitta.Search,
Kulitta.PostProc,
Kulitta.Constraints,
Kulitta.QuotientSpaces,
Kulitta.Foregrounds.ClassicalFG,
Kulitta.Foregrounds.JazzFG,
Kulitta.Foregrounds.SimplePianoFG,
Kulitta.Foregrounds,
Kulitta.EuterpeaSpecial,
Kulitta.Grammars.MusicGrammars,
Kulitta.Learning.CykParser,
Kulitta.Learning.InsideOutside,
Kulitta.Learning.Learning,
Kulitta.Learning.Parser,
Kulitta.Learning.PCFGtoPTGG,
Kulitta.Learning.TemporalGen
other-modules:
build-depends:
base >= 3 && < 5, array, deepseq, random, Euterpea >= 2.0.4, UISF >= 0.4, parallel