-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kpxhs.cabal
76 lines (74 loc) · 3.08 KB
/
kpxhs.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: kpxhs
version: 1.11
synopsis: Interactive Keepass database TUI viewer
description: Supports copying username and password; based on keepassxc-cli
homepage: https://github.com/akazukin5151/kpxhs
license: GPL-3
license-file: LICENSE
author: akazukin5151
maintainer: tsuiyikching@protonmail.com
copyright: 2021 akazukin5151
category: Password
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
executable kpxhs
hs-source-dirs: src/kpxhs
main-is: Main.hs
other-modules: Types,
Common,
Config.Config,
Config.Eval,
Config.Defaults,
Config.Types,
Constants,
UI,
UI.Common,
UI.BrowserUI,
UI.ExitDialogUI,
UI.LoginUI,
UI.EntryDetailsUI,
Events,
ViewEvents.BrowserEvents.BrowserEvents,
ViewEvents.BrowserEvents.Core,
ViewEvents.BrowserEvents.Utils,
ViewEvents.BrowserEvents.Fork,
ViewEvents.BrowserEvents.Event,
ViewEvents.BrowserEvents.VimCommand,
ViewEvents.Common,
ViewEvents.SearchEvents,
ViewEvents.EntryDetailsEvents,
ViewEvents.LoginEvents,
ViewEvents.LoginFrozenEvents,
ViewEvents.ExitDialogEvents,
ViewEvents.Copy,
ViewEvents.Utils
default-language: Haskell2010
ghc-options: -threaded
-Weverything
-Wno-missing-exported-signatures
-Wno-missing-import-lists
-Wno-missed-specialisations
-Wno-all-missed-specialisations
-Wno-unsafe
-Wno-safe
-Wno-missing-safe-haskell-mode
-Wno-missing-local-signatures
-Wno-monomorphism-restriction
-Wno-implicit-prelude
-Wno-prepositive-qualified-module
-Wno-missing-deriving-strategies
build-depends: base >= 4.7 && < 5,
brick >= 0.62 && < 0.68,
vty >= 5.33 && < 5.40,
microlens-th >= 0.4.3.10 && < 0.5,
microlens >= 0.4.12.0 && < 0.5,
vector >= 0.12 && < 0.13 ,
text >= 1.2.4.1 && < 1.3,
process >= 1.6.13.2 && < 1.7,
text-zipper >= 0.11 && < 0.20,
directory >= 1.3.6.0 && < 1.4,
containers >= 0.6 && < 0.7,
bytestring >= 0.10.12.0 && < 0.11,
filepath >= 1.4.2.1 && < 1.5,
file-embed >= 0.0.15 && < 0.1.0