-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.yaml
28 lines (23 loc) · 860 Bytes
/
package.yaml
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
name: skip-var
version: 0.1.1.0
github: "dtaskoff/skip-var"
license: MIT
license-file: LICENSE
author: "Daniel Taskoff <[email protected]>, Georgi Lyubenov <[email protected]>"
maintainer: "Daniel Taskoff <[email protected]>, Georgi Lyubenov <[email protected]>"
stability: "experimental"
copyright: "2018 (c) Daniel Taskoff, 2018 (c) Georgi Lyubenov"
extra-source-files:
- CHANGELOG.md
- README.md
synopsis: Skip variables
category: Concurrency
description: Please see the README on GitHub at <https://github.com/dtaskoff/skip-var#readme>
dependencies:
- base >= 4.7 && < 5
library:
source-dirs: src
ghc-options:
- -Wall
- -fwarn-incomplete-uni-patterns
- -fwarn-incomplete-record-updates