-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.yaml
64 lines (56 loc) · 1.23 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
name: polysemy-check
version: 0.9.0.1
github: "polysemy-research/polysemy-check"
license: BSD3
author: "Sandy Maguire"
maintainer: "[email protected]"
copyright: "Sandy Maguire"
extra-source-files:
- README.md
- ChangeLog.md
synopsis: QuickCheck for Polysemy
category: Polysemy
description: Please see the README on GitHub at <https://github.com/polysemy-research/polysemy-check#readme>
default-extensions:
- AllowAmbiguousTypes
- ConstraintKinds
- DataKinds
- FlexibleContexts
- FlexibleInstances
- GADTs
- LambdaCase
- MultiParamTypeClasses
- PolyKinds
- RankNTypes
- ScopedTypeVariables
- StandaloneDeriving
- TemplateHaskell
- TypeApplications
- TypeFamilies
- TypeOperators
- UndecidableInstances
ghc-options:
- -Wall
dependencies:
- base >= 4.7 && < 5
- polysemy
- containers
- QuickCheck
- kind-generics >= 0.4.1.2
- kind-generics-th
library:
source-dirs: src
tests:
test:
main: Main.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
build-tools:
- hspec-discover >= 2.0
dependencies:
- polysemy-check
- polysemy-plugin
- hspec