name: mattermost-api-qc version: 40000.0.0 description: A testing library for the mattermost-api library synopsis: QuickCheck instances for the Mattermost client API library 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.10 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 == 40000.0.0 , QuickCheck , text , time hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall