-
Notifications
You must be signed in to change notification settings - Fork 0
/
xml2ucm.cabal
34 lines (31 loc) · 1.11 KB
/
xml2ucm.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 xml2ucm.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: xml2ucm
version: 0.1.0.0
synopsis: Android mixer_paths.xml to ALSA UCM converter
description: Converts Android audio configuration to ALSA Use Case Manager configuration
license: Apache
license-file: LICENSE
author: Arun Raghavan
maintainer: [email protected]
category: Audio
build-type: Simple
cabal-version: >=1.10
executable xml2ucm
main-is: Main.hs
other-modules: TinyXML,
TinyXMLConfig,
UCM,
XML2UCM
-- other-extensions:
build-depends: base >=4.6 && < 5,
containers,
filepath,
directory,
hxt,
optparse-applicative
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/ford-prefect/xml2ucm