-
Notifications
You must be signed in to change notification settings - Fork 0
/
wt.cabal
34 lines (29 loc) · 905 Bytes
/
wt.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
cabal-version: >=1.10
name: wt
version: 0.1.0.0
build-type: Simple
executable wt
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: src
ghc-options: -Wall -Werror -threaded -fprint-explicit-kinds
other-modules: Wt.Data.Torrent
Wt.Network.HTTP.TorrentSearch
Wt.Operations
Wt.UI.Header
Wt.UI.Select
Wt.UI.SelectFile
Wt.UI.SelectTorrent
build-depends: base >=4.12
, aeson
, brick
, bytestring
, directory
, http-client
, http-client-tls
, optparse-applicative
, temporary
, text
, typed-process
, vector
, vty