-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmmsyn6ukr-array.cabal
34 lines (31 loc) · 2.19 KB
/
mmsyn6ukr-array.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
-- Initial mmsyn6ukr-array.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mmsyn6ukr-array
version: 0.2.1.0
synopsis: A musical instrument synthesizer or a tool for Ukrainian language listening
description: A program can be used as a musical instrument synthesizer or for Ukrainian speech synthesis especially for poets and writers. Uses arrays and .ul RAW sound file formats and SoX inside. Since the 0.2.0.0 version it supports reading from the file and multiline input.
homepage: https://hackage.haskell.org/package/mmsyn6ukr
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: [email protected]
copyright: (c) OleksandrZhabenko 2019-2020
category: Language
build-type: Simple
extra-source-files: ChangeLog.md, README.md, Map.txt
data-files: -.ul, 0.ul, 1.ul, A.ul, B.ul, C.ul, D.ul, E.ul, F.ul, G.ul, H.ul, I.ul, J.ul, K.ul, L.ul, M.ul, N.ul, O.ul, P.ul, Q.ul, R.ul, S.ul, T.ul, U.ul, V.ul, W.ul, X.ul, Y.ul, Z.ul, a.ul, b.ul, c.ul, d.ul, e.ul, f.ul
cabal-version: >=1.10
library
exposed-modules: Main, Paths_mmsyn6ukr_array, Melodics.Ukrainian.Arr, Melodics.Executable.Arr, UkrainianLControl.Arr, MMSyn6Ukr.Show7s.Arr
other-modules:
other-extensions: BangPatterns
build-depends: base >=4.8 && <4.15, process >=1.4 && <1.9, mmsyn3 >=0.1.5.0 && <1, directory >= 1 && < 1.5, bytestring >=0.10 && <0.13, mmsyn2-array >=0.1.1 && <1, mmsyn5 >=0.5 && <1, ukrainian-phonetics-basic-array >=0.1.1 && <1
-- hs-source-dirs:
default-language: Haskell2010
executable mmsyn6ukra
main-is: Main.hs
other-modules: Melodics.Executable.Arr, Melodics.Ukrainian.Arr, Paths_mmsyn6ukr_array, UkrainianLControl.Arr, MMSyn6Ukr.Show7s.Arr
other-extensions: BangPatterns
build-depends: base >=4.8 && <4.15, process >=1.4 && <1.9, mmsyn3 >=0.1.5.0 && <1, directory >= 1 && < 1.5, bytestring >=0.10 && <0.13, mmsyn2-array >=0.1.1 && <1, mmsyn5 >=0.5 && <1, ukrainian-phonetics-basic-array >=0.1.1 && <1
-- hs-source-dirs:
default-language: Haskell2010