-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmattermost-api-qc.cabal
36 lines (32 loc) · 1.25 KB
/
mattermost-api-qc.cabal
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
name: mattermost-api-qc
version: 90000.0.0
synopsis: QuickCheck instances for the Mattermost client API library
description: A library providing QuickCheck for the mattermost-api
library to allow testing. This is provided as a
separate library to allow use of the API library
without testing dependencies.
homepage: https://github.com/matterhorn-chat/mattermost-api-qc
license: ISC
license-file: LICENSE
author: Kevin Quick
maintainer: kquick@galois.com
copyright: 2017 Kevin Quick
category: Testing
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: 1.18
tested-with: GHC == 8.0.2
source-repository head
type: git
location: https://github.com/matterhorn-chat/mattermost-api-qc.git
library
exposed-modules: Network.Mattermost.QuickCheck
build-depends: base >=4.4 && <5
, containers
, mattermost-api == 90000.0.0
, QuickCheck
, text
, time
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall