-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmask.cabal
51 lines (48 loc) · 1.49 KB
/
smask.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
cabal-version: 3.0
name: smask
version: 0.1.0.0
license: BSD-3-Clause
license-file: LICENSE
author: kfalvestad
maintainer: [email protected]
category: Web
build-type: Simple
common warnings
ghc-options: -Wall
executable smask
import: warnings
main-is: Main.hs
other-modules: Parser.Response
Parser.Request
TUI.State
TUI.Widgets
Client.Tofu
Client.Request
Event.Error
Event.Handler
Event.Navigate
Event.Prompt
Event.Redirect
Types
Utils
build-depends: base ^>=4.17.2,
network-simple-tls ^>=0.4.2,
bytestring,
mtl,
attoparsec,
brick,
vty >= 6.0,
vty-crossplatform,
microlens-th,
microlens-mtl,
tls,
text,
vector,
text-zipper,
network-uri,
crypton-x509,
crypton-x509-store,
crypton-x509-validation
hs-source-dirs: app
default-language: Haskell2010
ghc-options: -threaded