-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathtasty-quickcheck.cabal
More file actions
53 lines (49 loc) · 1.5 KB
/
tasty-quickcheck.cabal
File metadata and controls
53 lines (49 loc) · 1.5 KB
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
name: tasty-quickcheck
version: 0.11.1
synopsis: QuickCheck support for the Tasty test framework.
description: QuickCheck support for the Tasty test framework.
.
license: MIT
license-file: LICENSE
author: Roman Cheplyaka <roma@ro-che.info>
maintainer: Roman Cheplyaka <roma@ro-che.info>
homepage: https://github.com/UnkindPartition/tasty
bug-reports: https://github.com/UnkindPartition/tasty/issues
category: Testing
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
Source-repository head
type: git
location: https://github.com/UnkindPartition/tasty.git
subdir: quickcheck
library
exposed-modules: Test.Tasty.QuickCheck
other-extensions: GeneralizedNewtypeDeriving
build-depends: base >= 4.9 && < 5,
tagged < 0.9,
tasty >= 1.5.1 && < 1.6,
random < 1.4,
QuickCheck >= 2.10 && < 2.19,
optparse-applicative < 0.20
default-language: Haskell2010
default-extensions: CPP
ghc-options: -Wall
test-suite test
default-language:
Haskell2010
default-extensions: CPP
type:
exitcode-stdio-1.0
hs-source-dirs:
tests
main-is:
test.hs
build-depends:
base
, regex-tdfa >= 1.3 && < 1.4
, tasty
, tasty-quickcheck
, tasty-hunit
, QuickCheck
ghc-options: -Wall