-
Notifications
You must be signed in to change notification settings - Fork 0
/
EuterpeaLite.cabal
47 lines (45 loc) · 1.57 KB
/
EuterpeaLite.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
name: EuterpeaLite
version: 0.0.1
x-revision: 1
Cabal-Version: >= 1.8
license: BSD3
license-file: License
copyright: Copyright (c) 2008-2017 Euterpea authors
category: Sound, Music
stability: experimental
build-type: Simple
author: Paul Hudak <[email protected]>,
Eric Cheng <[email protected]>,
Hai (Paul) Liu <[email protected]>,
Donya Quick <[email protected]>,
Dan Winograd-Cort <[email protected] >
maintainer: Donya Quick <[email protected]>
bug-reports: https://github.com/Euterpea/EuterpeaLite/issues
homepage: http://www.euterpea.com
synopsis: Library for computer music research and education
description:
EuterpeaLite is only the MIDI back-end of Euterpea with MIDI file export capabilities. It has minmial dependencies as a result.
extra-source-files:
ReadMe.txt
Library
hs-source-dirs: .
ghc-options: -O2 -funbox-strict-fields -fexcess-precision
extensions: CPP
exposed-modules:
EuterpeaLite,
EuterpeaLite.Music,
EuterpeaLite.IO.MIDI.MEvent,
EuterpeaLite.IO.MIDI.FromMidi,
EuterpeaLite.IO.MIDI.FromMidi2,
EuterpeaLite.IO.MIDI.GeneralMidi,
EuterpeaLite.IO.MIDI.ToMidi,
EuterpeaLite.IO.MIDI.ToMidi2,
EuterpeaLite.IO.MIDI.ExportMidiFile,
EuterpeaLite.IO.MIDI
other-modules:
build-depends:
base >= 4 && < 5,
HCodecs == 0.5.1,
heap >= 1.0 && < 2.0,
ghc-prim,
bytestring>=0.10.4.0 && <= 0.10.9