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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
|
Source: xmonad
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>,
Ryan Kavanagh <rak@debian.org>,
Louis Bettens <louis@bettens.info>,
Per Olofsson <pelle@debian.org>,
Dmitry Bogatov <KAction@gnu.org>
Priority: extra
Section: haskell
Build-Depends: cdbs,
debhelper (>= 9),
ghc,
ghc-prof,
haskell-devscripts (>= 0.10),
libghc-data-default-dev,
libghc-data-default-prof,
libghc-extensible-exceptions-dev,
libghc-extensible-exceptions-prof,
libghc-mtl-dev,
libghc-mtl-prof,
libghc-pandoc-dev (>= 1.10),
libghc-regex-posix-dev,
libghc-setlocale-dev,
libghc-setlocale-prof,
libghc-utf8-string-dev (<< 1.1),
libghc-utf8-string-dev (>= 0.3),
libghc-utf8-string-prof,
libghc-x11-dev (<< 1.7),
libghc-x11-dev (>= 1.5),
libghc-x11-prof,
libx11-dev,
libxinerama-dev,
pandoc-data
Build-Depends-Indep: ghc-doc,
libghc-data-default-doc,
libghc-extensible-exceptions-doc,
libghc-mtl-doc,
libghc-setlocale-doc,
libghc-utf8-string-doc,
libghc-x11-doc
Standards-Version: 3.9.8
Homepage: http://xmonad.org
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
Package: xmonad
Architecture: any
Section: x11
Depends: x11-utils, ${misc:Depends}, ${shlibs:Depends}
Recommends: libghc-xmonad-dev, libghc-xmonad-doc, xfonts-base
Suggests: dmenu, gnome-session-flashback
Conflicts: xmonad-rebuild
Provides: x-window-manager
Replaces: xmonad-rebuild
Description: Lightweight X11 window manager written in Haskell
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package comes pre-configured with the default configuration. If
you want to build your custom-configured version, make sure that
libghc-xmonad-dev is installed and put your configuration in
~/.xmonad/xmonad.hs
Package: libghc-xmonad-dev
Architecture: any
Depends: libx11-dev,
libxinerama-dev,
${haskell:Depends},
${misc:Depends},
${shlibs:Depends}
Recommends: libghc-xmonad-contrib-dev, ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Lightweight X11 window manager${haskell:ShortBlurb}
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package is what you need to build your custom configured xmonad
binary.
.
${haskell:Blurb}
Package: libghc-xmonad-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Lightweight X11 window manager${haskell:ShortBlurb}
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package is what you need to profile your custom configured xmonad
binary.
.
${haskell:Blurb}
Package: libghc-xmonad-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: libghc-xmonad-contrib-doc, ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Lightweight X11 window manager${haskell:ShortBlurb}
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package contains the documentation for building your custom
configured xmonad binary as well as example configuration files.
.
${haskell:Blurb}
|