mattermost-api-qc 40800.0.0 → 40800.0.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~mattermost-apiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mattermost-api
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- mattermost-api-qc.cabal +2/−2
CHANGELOG.md view
@@ -1,4 +1,9 @@ +40800.0.1+=========++ * Updated for mattermost-api version 40800.0.1.+ 40800.0.0 =========
mattermost-api-qc.cabal view
@@ -1,5 +1,5 @@ name: mattermost-api-qc-version: 40800.0.0+version: 40800.0.1 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@@ -22,7 +22,7 @@ exposed-modules: Network.Mattermost.QuickCheck build-depends: base >=4.4 && <5 , containers- , mattermost-api == 40800.0.0+ , mattermost-api == 40800.0.1 , QuickCheck , text , time