-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.yaml
More file actions
42 lines (42 loc) · 794 Bytes
/
package.yaml
File metadata and controls
42 lines (42 loc) · 794 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
40
41
42
name: nqe
version: 0.6.6
synopsis: Concurrency library in the style of Erlang/OTP
description: Please see the README on GitHub at <https://github.com/jprupp/nqe#readme>
category: Control
author: JP Rupp
maintainer: jprupp@protonmail.ch
license: MIT
license-file: LICENSE
github: xenog/nqe
extra-source-files:
- README.md
- CHANGELOG.md
dependencies:
- base >=4.8 && <5
- conduit
- stm
- unliftio
library:
source-dirs: src
dependencies:
- containers
- hashable
- mtl
- unique
tests:
nqe-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- async
- bytestring
- conduit-extra
- exceptions
- hspec
- nqe
- stm-conduit
- text