forked from 39aldo39/klfc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
keyboard-layout-files-creator.cabal
76 lines (74 loc) · 2.14 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
name: keyboard-layout-files-creator
version: 1.5.6
author: Aldo Gunsing
license: GPL-3
license-file: LICENSE.txt
build-type: Simple
cabal-version: >=1.2
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,
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