-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.yaml
45 lines (40 loc) · 1 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
name: hspec-smallcheck
version: 0.5.3
license: MIT
license-file: LICENSE
copyright: (c) 2013-2018 Simon Hengel
maintainer: Simon Hengel <[email protected]>
build-type: Simple
category: Testing
bug-reports: https://github.com/hspec/hspec-smallcheck/issues
homepage: http://hspec.github.io/
synopsis: SmallCheck support for the Hspec testing framework
description: SmallCheck support for the Hspec testing framework
github: hspec/hspec-smallcheck
ghc-options: -Wall
dependencies:
- base >= 4.5.0.0 && < 5
- hspec-core >= 2.10.0
- smallcheck >= 1.1
- call-stack
- HUnit
library:
exposed-modules: Test.Hspec.SmallCheck
source-dirs: src
tests:
spec:
build-tools: hspec-discover
source-dirs:
- src
- test
main: Spec.hs
dependencies:
- hspec
- QuickCheck
- base-orphans
example:
source-dirs: example
main: Spec.hs
dependencies:
- hspec
- hspec-smallcheck