-
Notifications
You must be signed in to change notification settings - Fork 12
/
keyboard-layout-files-creator.cabal
91 lines (88 loc) · 2.64 KB
/
keyboard-layout-files-creator.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
name: keyboard-layout-files-creator
version: 1.5.7
author: Aldo Gunsing
license: GPL-3
license-file: LICENSE.txt
build-type: Simple
cabal-version: >=1.2
Extra-source-files:
files/pkl/pkl.exe,
files/xkb/run-session.sh,
files/xkb/install-system.sh,
files/xkb/uninstall-system.sh,
files/xkb/scripts/install-xcompose.sh,
files/xkb/scripts/uninstall-xcompose.sh,
files/xkb/scripts/add-layout-to-xml.py,
files/xkb/scripts/remove-layout-from-xml.py,
files/xkb/scripts/functions.sh,
files/xkb/scripts/add-models-to-xml.py,
files/xkb/scripts/remove-models-from-xml.py,
files/keylayout/install-user.sh,
files/keylayout/install-system.sh
executable klfc
hs-source-dirs: src
main-is: Main.hs
other-modules: Ahk
, FileType
, Filter
, JsonComments
, JsonPretty
, Keylayout
, Klc
, KlcParse
, Layout.Action
, Layout.DeadKey
, Layout.Key
, Layout.Layout
, Layout.Mod
, Layout.Modifier
, Layout.ModifierEffect
, Layout.Pos
, Layout.Types
, Lookup.Linux
, Lookup.MacOS
, Lookup.Tmk
, Lookup.Windows
, Paths_keyboard_layout_files_creator
, Permutation
, Pkl
, PklParse
, PresetDeadKey
, PresetLayout
, Stream
, Tmk
, Util
, WithBar
, WithPlus
, Xkb
, Xkb.General
, Xkb.Keycodes
, Xkb.Parse
, Xkb.Symbols
, Xkb.Types
, Xkb.XCompose
build-depends: base,
base-prelude >= 1.2.1,
text,
bytestring,
semigroups,
containers,
unordered-containers,
vector,
aeson >= 0.8.1.0 && < 2,
time >= 1.5,
mtl,
microlens-platform,
base-unicode-symbols,
containers-unicode-symbols,
megaparsec >= 7,
filepath,
directory,
optparse-applicative,
transformers,
fail,
file-embed,
xml,
chunked-data,
process >= 1.2.0.0
ghc-options: -Wall -Wcompat