-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlambda-launcher.cabal
More file actions
55 lines (54 loc) · 2.13 KB
/
lambda-launcher.cabal
File metadata and controls
55 lines (54 loc) · 2.13 KB
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
name: lambda-launcher
version: 0.1.0.0
build-type: Simple
cabal-version: >=1.10
executable lambda-launcher
main-is: Main.hs
build-depends: base
, process
, directory
, async
, bytestring
, utf8-string
, gi-gobject
, gi-glib
, gi-gtk
, gi-gtk-declarative
, gi-gtk-declarative-app-simple
, gi-gdk
, haskell-gi
, haskell-gi-base
, text
, vector
, aeson
, filepath
, req
, data-default-class
, fuzzy
, streamly
, streamly-core
, safe-exceptions
, directory-tree
, parsec
, containers
hs-source-dirs: src
other-modules: LambdaLauncher.Types
, LambdaLauncher.Main
, LambdaLauncher.Plugins
, LambdaLauncher.Plugins.Cliphist
, LambdaLauncher.Plugins.Command
, LambdaLauncher.Plugins.Duckduckgo
, LambdaLauncher.Plugins.Files
, LambdaLauncher.Plugins.Google
, LambdaLauncher.Plugins.GoogleTranslate
, LambdaLauncher.Plugins.Kill
, LambdaLauncher.Plugins.Pass
, LambdaLauncher.Plugins.Qalc
, LambdaLauncher.Plugins.Stackoverflow
, LambdaLauncher.Plugins.Support
, LambdaLauncher.Plugins.Sway
, LambdaLauncher.Plugins.UrbanDictionary
, LambdaLauncher.Plugins.Wiki
, LambdaLauncher.Plugins.Wmctrl
default-language: Haskell2010
ghc-options: -threaded