gogol-latencytest 0.1.0 → 0.1.1
raw patch · 3 files changed
+4/−4 lines, 3 filesdep ~gogol-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: gogol-core
API changes (from Hackage documentation)
Files
- README.md +1/−1
- gogol-latencytest.cabal +3/−3
- src/.gitkeep +0/−0
README.md view
@@ -8,7 +8,7 @@ ## Version -`0.1.0`+`0.1.1` ## Description
gogol-latencytest.cabal view
@@ -1,5 +1,5 @@ name: gogol-latencytest-version: 0.1.0+version: 0.1.1 synopsis: Google Cloud Network Performance Monitoring SDK. homepage: https://github.com/brendanhay/gogol bug-reports: https://github.com/brendanhay/gogol/issues@@ -11,7 +11,7 @@ category: Network, Google, Cloud build-type: Simple cabal-version: >= 1.10-extra-source-files: README.md+extra-source-files: README.md src/.gitkeep description: Reports latency data.@@ -43,5 +43,5 @@ , Network.Google.LatencyTest.Types.Sum build-depends:- gogol-core == 0.1.0.*+ gogol-core == 0.1.1.* , base >= 4.7 && < 5
+ src/.gitkeep view