-
Notifications
You must be signed in to change notification settings - Fork 0
/
wmonad.cabal
79 lines (76 loc) · 2.73 KB
/
wmonad.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
77
78
79
cabal-version: 2.2
name: wmonad
version: 0.1.0.0
license: MPL-2.0
license-file: LICENSE
author: Tony Olagbaiye
maintainer: wmonad@fron.io
copyright: (c) 2020 The Human Race
build-type: Simple
tested-with: GHC == 8.8.4
common basic
executable wmonad
main-is: Main.hs
hs-source-dirs: src
other-modules: Data.Enum.Util
, Foreign.Callable
, Foreign.Callback
, Foreign.Ptr.Total
, Graphics.Wayland.Server
, Graphics.Wayland.Server.Display
, Graphics.Wayland.Server.Events
, Graphics.Wayland.Server.Protocol
, Graphics.Wayland.SWC
, Graphics.Wayland.SWC.Colour
, Graphics.Wayland.SWC.Types
, System.InputDevice
, WMonad.Core
, WMonad.SWC
, WMonad.Types
, WMonad.Types.Internal
, WMonad.Events
, WMonad.Events.InputEvent
, WMonad.Events.NewWindow
build-depends: base >=4 && <5
, binary
, bytestring
, classy-prelude
, co-log
, co-log-core
, co-log-polysemy
, co-log-polysemy-formatting
, colour
, comonad
, comonad-extras
, containers
, data-default
, data-flags
, extra
, formatting
, hint
, lens
, memory
, mmorph
, optics
, polysemy
, polysemy-optics
, polysemy-plugin
, polysemy-zoo
, protolude
, stm
, template-haskell
, text
, text-show
, time
, transformers
, Unique
, unix
, xkbcommon
build-tool-depends: c2hs:c2hs
default-language: Haskell2010
pkgconfig-depends: libinput
extra-libraries: wayland-server xkbcommon swc
extra-lib-dirs:
cc-options: -O2 -Wall
ghc-options: -O2 -Wall -g -threaded -flate-specialise -fspecialise-aggressively -fplugin=Polysemy.Plugin
default-extensions: NoImplicitPrelude