mattermost-api-qc 50200.3.0 → 50200.4.0
raw patch · 3 files changed
+5/−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 +2/−2
- mattermost-api-qc.cabal +2/−2
- src/Network/Mattermost/QuickCheck.hs +1/−0
CHANGELOG.md view
@@ -3,10 +3,10 @@ updates with no change for compatibility with the corresponding mattermost-api of the same version. -50200.2.0+50200.4.0 ========= - * Updated for mattermost-api version 50200.2.0.+ * Updated for mattermost-api version 50200.4.0. 50200.3.0 =========
mattermost-api-qc.cabal view
@@ -1,5 +1,5 @@ name: mattermost-api-qc-version: 50200.3.0+version: 50200.4.0 synopsis: QuickCheck instances for the Mattermost client API library description: A library providing QuickCheck for the mattermost-api@@ -27,7 +27,7 @@ exposed-modules: Network.Mattermost.QuickCheck build-depends: base >=4.4 && <5 , containers- , mattermost-api == 50200.3.0+ , mattermost-api == 50200.4.0 , QuickCheck , text , time
src/Network/Mattermost/QuickCheck.hs view
@@ -132,3 +132,4 @@ <*> genTime <*> genChannelId <*> arbitrary+ <*> genMaybe arbitrary