-
Notifications
You must be signed in to change notification settings - Fork 5
/
xmonad-screenshot.cabal
41 lines (38 loc) · 1.01 KB
/
xmonad-screenshot.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
name: xmonad-screenshot
version: 0.1.2
synopsis: Workspaces screenshooting utility for XMonad.
description:
See README.markdown
homepage: https://github.com/supki/xmonad-screenshot
license: MIT
license-file: LICENSE
author: Matvey Aksenov
maintainer: Dmitry Malikov, [email protected]
category: XMonad
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.markdown
README.markdown
source-repository head
type: git
location: https://github.com/supki/xmonad-screenshot
source-repository this
type: git
location: https://github.com/supki/xmonad-screenshot
tag: 0.1.2
library
default-language:
Haskell2010
build-depends:
base >= 3 && < 5
, xmonad >= 0.9
, gtk >= 0.12.3
hs-source-dirs:
src
exposed-modules:
XMonad.Util.WorkspaceScreenshot
other-modules:
XMonad.Util.WorkspaceScreenshot.Internal
ghc-options:
-Wall