-
Notifications
You must be signed in to change notification settings - Fork 0
/
mm1.cabal
26 lines (24 loc) · 1000 Bytes
/
mm1.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
-- Initial mm1.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: mm1
version: 0.3.4.0
synopsis: Program that reads Ukrainian text using eSpeak and SoX.
-- description:
homepage: oleksandrzhabenko.github.io/mm1
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: [email protected]
-- copyright:
category: Language
build-type: Simple
extra-source-files: ChangeLog.md INSTALL THANKS INSTALL.Ukrainian README.md Setup.hs UTF-8.conversion.encoding.table.pdf
extra-doc-files: dist/doc/html/mm1/mm1/*
cabal-version: >=1.10
executable mm1
main-is: UkrainianSpeech.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.11 && <4.12, process >=1.6 && <1.7, directory >=1.3 && <1.4, bytestring >=0.10 && <0.11
-- hs-source-dirs:
default-language: Haskell2010