mattermost-api-qc 50200.1.2 → 50200.1.3
raw patch · 3 files changed
+14/−4 lines, 3 filesdep ~mattermost-apiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mattermost-api
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- mattermost-api-qc.cabal +9/−4
- src/Network/Mattermost/QuickCheck.hs +1/−0
CHANGELOG.md view
@@ -3,6 +3,10 @@ updates with no change for compatibility with the corresponding mattermost-api of the same version. +50200.1.3+=========++ * Updated for mattermost-api version 50200.1.3. 50200.1.2 =========
mattermost-api-qc.cabal view
@@ -1,7 +1,12 @@ name: mattermost-api-qc-version: 50200.1.2-description: A testing library for the mattermost-api library+version: 50200.1.3 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@@ -11,7 +16,7 @@ category: Testing build-type: Simple extra-source-files: CHANGELOG.md-cabal-version: >=1.10+cabal-version: 1.18 tested-with: GHC == 8.0.2 source-repository head@@ -22,7 +27,7 @@ exposed-modules: Network.Mattermost.QuickCheck build-depends: base >=4.4 && <5 , containers- , mattermost-api == 50200.1.2+ , mattermost-api == 50200.1.3 , QuickCheck , text , time
src/Network/Mattermost/QuickCheck.hs view
@@ -66,6 +66,7 @@ genPostProps = PostProps <$> genMaybe genText <*> genMaybe genText+ <*> genMaybe arbitrary <*> attached <*> genMaybe genText <*> genMaybe genText