-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
43 lines (33 loc) · 1002 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Shpadoinkle-continuations
license:
license-file: LICENSE
version: 0.1.0.0
author: Morgan Thomas
maintainer: [email protected]
category: Web
build-type: Simple
synopsis: Continuations for atomic updates
description:
The definitions in this package support Shpadoinkle's concurrency strategy by providing
a Continuation abstraction representing a computation which may perform multiple steps
involving I/O and (re-)reading the state in order to produce a single atomic update to the state.
ghc-options:
- -Wall
- -Wcompat
- -fwarn-redundant-constraints
- -fwarn-incomplete-uni-patterns
- -fwarn-tabs
- -fwarn-incomplete-record-updates
- -fwarn-identities
extra-source-files:
- README.md
- CHANGELOG.md
dependencies:
- base >= 4.12.0 && < 4.16
library:
source-dirs: .
dependencies:
- unliftio
- category >= 0.2 && <0.3
- transformers
git: https://gitlab.com/fresheyeball/Shpadoinkle.git