-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
36 lines (29 loc) · 791 Bytes
/
Copy pathpackage.yaml
File metadata and controls
36 lines (29 loc) · 791 Bytes
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
name: xmonad-keybindings-query
version: 0.3.1
github: "sangster/xmonad-keybindings-query"
license: BSD3
author: "Jon Sangster"
maintainer: "jon@ertt.ca"
copyright: "Jon Sangster"
extra-source-files:
- LICENSE
- README.org
# Metadata used when publishing your package
# synopsis: Short description of your package
# category: Web
description: Please see the README on GitHub at <https://github.com/sangster/xmonad-keybindings-query>
dependencies:
- base >= 4.7 && < 5.0
- data-default >= 0.7 && < 1.0
library:
source-dirs:
- lib
dependencies:
- base >= 4.7 && < 5
- xmonad >= 0.13 && < 1
- xmonad-contrib >= 0.13 && < 1
ghc-options:
- -O2
- -Wall
- -Werror
- -fno-warn-missing-signatures