-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmmsyn7s.cabal
35 lines (32 loc) · 1.52 KB
/
mmsyn7s.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
-- Initial mmsyn7s.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mmsyn7s
version: 0.9.1.0
synopsis: Shows a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs
description: A program and a library that show a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs
homepage: https://hackage.haskell.org/package/mmsyn7s
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: (c) OleksandrZhabenko 2020
category: Language
build-type: Simple
extra-source-files: CHANGELOG.md, README.markdown
cabal-version: >=1.10
library
exposed-modules: MMSyn7s, Main, MMSyn7.Syllable
-- other-modules:
other-extensions: DeriveDataTypeable
build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14, mmsyn6ukr >=0.8 && <1, mmsyn2 >=0.1.8 && < 1, mmsyn5 >=0.4.4 && < 1
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -O2
executable mmsyn7s
main-is: Main.hs
other-modules: MMSyn7.Syllable, MMSyn7s
other-extensions: DeriveDataTypeable
build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14, mmsyn6ukr >=0.8 && <1, mmsyn2 >=0.1.8 && < 1, mmsyn5 >=0.4.4 && < 1
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -O2