-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsgf-xmonad.cabal
65 lines (60 loc) · 1.46 KB
/
sgf-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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 22610e789d80e63a9c514fdb5e9995786ec64a662f4322df827456cde7b3bf6f
name: sgf-xmonad
version: 1.5.0
synopsis: sgf's xmonad config
category: Graphics
homepage: https://github.com/sgf-dma/sgf-xmonad-config#readme
bug-reports: https://github.com/sgf-dma/sgf-xmonad-config/issues
author: sgf
maintainer: [email protected]
license: BSD3
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/sgf-dma/sgf-xmonad-config
executable default-xmonad
main-is: default-xmonad.hs
other-modules:
Paths_sgf_xmonad
hs-source-dirs:
src
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
X11
, base
, directory
, filepath
, process
, sgf-haskell-common
, sgf-xmonad-modules
, tagged
, xmonad
, xmonad-contrib
, xmonad-entryhelper
default-language: Haskell2010
executable xmonad
main-is: xmonad.hs
other-modules:
Paths_sgf_xmonad
hs-source-dirs:
src
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
X11
, base
, directory
, filepath
, process
, sgf-haskell-common
, sgf-xmonad-modules
, tagged
, xmonad
, xmonad-contrib
, xmonad-entryhelper
default-language: Haskell2010