-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
39 lines (34 loc) · 940 Bytes
/
package.yaml
File metadata and controls
39 lines (34 loc) · 940 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
37
38
39
name: doldol
version: 0.4.2.0
homepage: http://dev.quietjoon.net/projects/doldol.html
github: "QuietJoon/doldol"
license: BSD3
category: Data
author: "YongJoon Joe"
maintainer: "developer+doldol@quietjoon.net"
copyright: 2017-2019 YongJoon Joe
extra-source-files:
- README.md
- ChangeLog.md
synopsis: Flag packer & handler for flaggable data
description: Please see the README on GitHub at <https://github.com/QuietJoon/doldol#readme>
dependencies:
- base >= 4.7 && < 5
- deepseq
library:
source-dirs: src
other-modules: []
tests:
doldol-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -rtsopts
dependencies:
- doldol
- HUnit
- QuickCheck
- test-framework
- test-framework-hunit
- test-framework-quickcheck2
- test-framework-th