network-arbitrary 0.4.0.2 → 0.4.0.7
raw patch · 2 files changed
+21/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +20/−0
- network-arbitrary.cabal +1/−1
ChangeLog.md view
@@ -1,5 +1,25 @@ # Revision history for network-arbitrary +## 0.4.0.7 -- 2019-02-14++* Use a volume to carry configuration information forward.++## 0.4.0.6 -- 2019-02-12++* Include encrypted cabal configuration.++## 0.4.0.5 -- 2019-02-09++* Use a persistent volume to set the cabal configuration.++## 0.4.0.4 -- 2019-02-06++* Use new dist path in cloudbuild.++## 0.4.0.3 -- 2019-01-31++* Change cloudbuild to use new-sdist.+ ## 0.4.0.2 -- 2018-01-29 * Update hspec and hspec-discover.
network-arbitrary.cabal view
@@ -1,5 +1,5 @@ name: network-arbitrary-version: 0.4.0.2+version: 0.4.0.7 synopsis: Arbitrary Instances for Network Types description: