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