mattermost-api-qc 90000.0.0 → 90000.1.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~mattermost-api
Dependency ranges changed: mattermost-api
Files
- CHANGELOG.md +5/−0
- mattermost-api-qc.cabal +2/−2
CHANGELOG.md view
@@ -3,6 +3,11 @@ updates with no change for compatibility with the corresponding mattermost-api of the same version. +90000.1.0+=========++ * Updated for mattermost-api version 90000.1.0.+ 90000.0.0 =========
mattermost-api-qc.cabal view
@@ -1,5 +1,5 @@ name: mattermost-api-qc-version: 90000.0.0+version: 90000.1.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 == 90000.0.0+ , mattermost-api == 90000.1.0 , QuickCheck , text , time