-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzmidi-score.cabal
51 lines (45 loc) · 1.85 KB
/
zmidi-score.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
name: zmidi-score
version: 0.5.1.0
synopsis: Representing MIDI a simple score.
description: Representing MIDI data as a simple score using the zmidi-core library.
license: LGPL-3
license-file: LICENSE
author: W. Bas de Haas
maintainer: [email protected]
copyright: 2012--2014, Utrecht University
homepage: https://bitbucket.org/bash/zmidi-score
category: Music
build-type: Simple
tested-with: GHC == 7.6.1, GHC == 7.8.2
cabal-version: >=1.8
extra-Source-Files: README.md CHANGELOG.md
source-repository head
type: git
location: [email protected]:bash/zmidi-score.git
library
exposed-modules: ZMidi.Score
ZMidi.Score.BarBeatPos
ZMidi.Score.Datatypes
ZMidi.Score.Quantise
ZMidi.Score.Show
ZMidi.Score.ToMidiFile
ZMidi.Score.ToMidiScore
ZMidi.Score.Utilities
ZMidi.IO.Common
hs-source-dirs: src
other-modules: ZMidi.Score.Internal
build-depends: base >= 4.4 && < 5,
zmidi-core >=0.7,
mtl >=2.1,
containers >= 0.5.0.0,
directory >=1.2,
filepath >=1.3,
data-ordlist >= 0.4.5,
aeson >= 0.7.0.6,
text >= 1.1.1,
binary >= 0.7.1,
deepseq >= 1.3,
deepseq-generics >= 0.1,
parallel-io >= 0.3.3
ghc-options: -Wall -O2
ghc-prof-options: -fprof-auto