-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathimj-music.cabal
41 lines (38 loc) · 1.45 KB
/
imj-music.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
name: imj-music
version: 0.1.0.3
Category: Audio, Music
Synopsis: A library to play music.
Description: Functions to create music scores and play them.
homepage: https://github.com/OlivierSohn/hamazed/blob/master/imj-music//README.md
bug-reports: https://github.com/OlivierSohn/hamazed/issues/
license: BSD3
license-file: LICENSE
author: Olivier Sohn
maintainer: [email protected]
copyright: 2017 - 2018 Olivier Sohn
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
Tested-With: GHC == 8.2.2, GHC == 8.4.3
library
hs-source-dirs: src
other-modules:
exposed-modules: Imj.Music
, Imj.Music.PressedKeys
, Imj.Music.Record
, Imj.Music.Types
build-depends: base >= 4.9 && < 4.16
, binary == 0.8.*
, containers >= 0.5 && < 0.7
, deepseq ==1.4.*
, imj-audio ==0.1.*
, imj-prelude ==0.1.*
, imj-time ==0.1.*
, strict-concurrency ==0.2.*
, text >=1.2.3 && < 1.3
, vector >= 0.12.0.1 && < 0.13
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/OlivierSohn/hamazed/
subdir: imj-music