-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.yaml
81 lines (71 loc) · 2 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
name: polysemy-zoo
version: 0.8.2.0
github: "polysemy-research/polysemy-zoo"
license: BSD3
author: "Sandy Maguire"
maintainer: "https://funprog.zulipchat.com/#narrow/stream/216942-Polysemy"
copyright: "2019 Sandy Maguire"
extra-source-files:
- README.md
- ChangeLog.md
# Metadata used when publishing your package
synopsis: Experimental, user-contributed effects and interpreters for polysemy
category: Polysemy
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on GitHub at <https://github.com/isovector/polysemy-zoo#readme>
dependencies:
- base >= 4.9 && < 5
- constraints >= 0.10.1 && < 0.14
- containers >= 0.5 && < 0.7
- contravariant < 2
- exceptions >= 0.10.0 && < 0.11
- mtl >= 2.0.1.0 && < 3.0.0.0
- polysemy >= 1.4.0.0
- random >= 1.1 && < 1.3
- reflection >= 2.1.4 && < 3.0.0
- transformers >= 0.5.2.0 && < 0.7
- text >= 1.1.0 && < 2.1
- ghc-prim >= 0.5.2 && < 0.10
- async >= 2.2 && < 3
- streaming >= 0.2 && < 0.3
- ghc-compact >=0.1.0.0
ghc-options:
- -Wall
# # Enable these when building haddock
# - -fdefer-type-errors
# - -fno-warn-deferred-type-errors
default-extensions:
- DataKinds
- DeriveFunctor
- FlexibleContexts
- GADTs
- LambdaCase
- PolyKinds
- RankNTypes
- ScopedTypeVariables
- StandaloneDeriving
- TypeApplications
- TypeOperators
- TypeFamilies
- UnicodeSyntax
library:
source-dirs: src
tests:
polysemy-zoo-test:
main: Main.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -fplugin=Polysemy.Plugin
build-tools:
- hspec-discover >= 2.0
dependencies:
- polysemy >= 1.2.0.0
- polysemy-plugin >= 0.2
- exceptions >= 0.10.0 && < 0.11
- polysemy-zoo
- hspec >= 2.6.0 && < 3