-
Notifications
You must be signed in to change notification settings - Fork 0
/
festival.cabal
42 lines (34 loc) · 1.09 KB
/
festival.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
cabal-version: 2.4
name: festival
version: 0.1.0.0
synopsis: C bindings plus conveniences for the festival tts system.
description: Visit the README.md at https://github.com:guygastineau/festival-hs#README.md
bug-reports: https://github.com/guygastineau/festival-hs/issues
license: BSD-3-Clause
author: Guy Gastineau
maintainer: [email protected]
copyright: Guy Gastineau 2022
category: text-to-speech
extra-source-files:
README.md
, CHANGELOG.md
library
exposed-modules:
Festival
Festival.C
c-sources:
src-c/festival-c-wrapper.cpp
src-c/EST-wrapper.cpp
include-dirs: src-c
hs-source-dirs:
src
build-depends:
base <5
, bytestring
ghc-options: -pgmlg++
extra-libraries: stdc++ Festival estbase estools eststring asound gomp ncursesw
default-language: Haskell2010
build-tool-depends: c2hs:c2hs
source-repository head
type: git
location: https://github.com/guygastineau/festival-hs.git