-
Notifications
You must be signed in to change notification settings - Fork 3
/
aloysius.cabal
57 lines (55 loc) · 1.86 KB
/
aloysius.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
cabal-version: 3.0
-- Initial package description 'aloysius.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: aloysius
version: 1.1.2.0
synopsis: xmonad config
-- description:
homepage: https://gitlab.com/karetsu/xmonad-aloysius
-- bug-reports:
license: MIT
license-file: LICENSE
author: raisedbyfinches
maintainer: [email protected]
-- copyright:
-- category:
extra-source-files: CHANGELOG.md
executable xmonad
main-is: xmonad.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
other-modules: App.Alias
, App.Launcher
, Bind.Master
, Bind.Util
, Bus.EventHook
, Bus.LogHook
, Bus.ManageHook
, Config.Options
, Config.Projects
, Container.IfMax
, Container.Layout
, Container.Navigation
, Data.Commands
, Theme.ChosenTheme
, Theme.Dracula
, Theme.Ephemeral
, Theme.Horizon
, Theme.Laserwave
, Theme.Lovelace
, Theme.Nature
, Theme.Nord
-- other-extensions:
build-depends: Cabal
, X11
, base
, containers
, xmonad
, xmonad-contrib
, xmonad-extras
, lens
, time
, text
, split
hs-source-dirs: app
default-language: Haskell2010