-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathJazzkell.cabal
31 lines (30 loc) · 920 Bytes
/
Jazzkell.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
name: Jazzkell
version: 0.0.2
Cabal-Version: >= 1.8
license: OtherLicense
license-file: LICENSE
copyright: Copyright (c) 2019 Donya Quick
category: Music
stability: experimental
build-type: Custom
author: Donya Quick <[email protected]>
maintainer: Donya Quick <[email protected]>
bug-reports: https://github.com/donya/Jazzkell/issues
homepage: http://www.donyaquick.com/generative-jazz
synopsis: Library for modeling jazz improvisation.
description:
Jazzkell is a Haskell implementation of a functional model for
jazz improvisation.
extra-source-files:
readme.txt
Library
hs-source-dirs: .
ghc-options: -O2
extensions: CPP
exposed-modules:
Jazzkell,
Jazzkell.JazzTypes
Jazzkell.Utils
other-modules:
build-depends:
base >= 3 && < 5, Euterpea >= 2.0.6, random>=1.1 && <2.0