File: chell-quickcheck.cabal

package info (click to toggle)
haskell-chell-quickcheck2 0.2.5-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 56 kB
  • ctags: 1
  • sloc: haskell: 85; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 831 bytes parent folder | download
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
name: chell-quickcheck
version: 0.2.5
license: MIT
license-file: license.txt
author: John Millikin <john@john-millikin.com>
maintainer: John Millikin <john@john-millikin.com>
build-type: Simple
cabal-version: >= 1.6
category: Testing
bug-reports: mailto:jmillikin@gmail.com
homepage: https://john-millikin.com/software/chell/

synopsis: QuickCheck support for the Chell testing library

source-repository head
  type: git
  location: https://john-millikin.com/code/chell-quickcheck/

source-repository this
  type: git
  location: https://john-millikin.com/code/chell-quickcheck/
  tag: chell-quickcheck_0.2.5

library
  hs-source-dirs: lib
  ghc-options: -Wall -O2

  build-depends:
      base >= 4.0 && < 5.0
    , chell >= 0.3 && < 0.5
    , QuickCheck >= 2.3 && < 2.9
    , random

  exposed-modules:
    Test.Chell.QuickCheck