blob: 748fc8bb4ea3ccff3284502b9a3832773acd3aa2 (
plain) (
blame)
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
|
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.34.5.
--
-- see: https://github.com/sol/hpack
name: xmonad-ng
version: 2.0.1.0
synopsis: Personal XMonad configuration
description: I hope no one will read this description. It's awful.
category: System
homepage: https://github.com/azahi/xmonad-ng#readme
bug-reports: https://github.com/azahi/xmonad-ng/issues
author: Azat Bahawi <azahi@teknik.io>
maintainer: Azat Bahawi <azahi@teknik.io>
copyright: (c) Azat Bahawi 2018-2021
license: GPL-3.0-or-later
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/azahi/xmonad-ng
library
exposed-modules:
XMonad.Custom.Bindings
XMonad.Custom.Config
XMonad.Custom.Event
XMonad.Custom.Layout
XMonad.Custom.Log
XMonad.Custom.Manage
XMonad.Custom.Misc
XMonad.Custom.Navigation
XMonad.Custom.Projects
XMonad.Custom.Prompt
XMonad.Custom.Scratchpads
XMonad.Custom.Startup
XMonad.Custom.Theme
XMonad.Custom.Workspaces
hs-source-dirs:
src/lib
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
X11 ==1.10.*
, base ==4.*
, containers ==0.6.*
, flow ==1.0.*
, xmonad ==0.17.*
, xmonad-contrib ==0.17.*
default-language: Haskell2010
executable xmonad-ng
main-is: Main.hs
hs-source-dirs:
src/exe
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -rtsopts -threaded -v0 -with-rtsopts=-N
build-depends:
base ==4.*
, flow ==1.0.*
, xmonad ==0.17.*
, xmonad-contrib ==0.17.*
, xmonad-ng
default-language: Haskell2010
|