-
Notifications
You must be signed in to change notification settings - Fork 0
/
meck-xmonad.cabal
45 lines (38 loc) · 1.24 KB
/
meck-xmonad.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
cabal-version: 2.4
name: meck-xmonad
version: 0.1.1.0
author: meck
maintainer: [email protected]
build-type: Simple
common shared-properties
default-language: Haskell2010
build-depends: xmonad
, xmonad-contrib
, base
, containers
, utf8-string
, transformers
ghc-options: -Wall
-Wcompat
-Widentities
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wredundant-constraints
-fhide-source-paths
-Wpartial-fields
executable xmonad
import: shared-properties
hs-source-dirs: ./exe
./lib
main-is: Main.hs
other-modules: Util.PagerHints
, Util.Viewport
, Util.Scaling
, Util.ShadowTag
, Layout.Custom
, Layout.Zoom
, Hooks.Misc
, Colors.Nord
, Keymap
, Theme
, Misc