port-utils 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+11/−11 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- port-utils.cabal +10/−10
README.md view
@@ -1,4 +1,4 @@-# port-utilities+# port-utils ## openFreePort
port-utils.cabal view
@@ -2,19 +2,19 @@ -- -- see: https://github.com/sol/hpack ----- hash: 1ad31dac471f46cb9662477c2482898df6c968ddb94a409cfd8cdd7ec870c4a1+-- hash: 3c9f6539125be2f2bac678ef2ea3de3bd1142a989e69ca6921dccbaade661e6f name: port-utils-version: 0.1.0.0+version: 0.1.0.1 synopsis: Utilities for creating and waiting on ports description: Utilities for creating and waiting on ports.- .- @openFreePort@ will create a socket bound to a random free port will @warp@'s @openFreePort@- .- @wait@ will attempt to connect to given host and port until successful.- .-homepage: https://github.com/jfischoff/port-utilities#readme-bug-reports: https://github.com/jfischoff/port-utilities/issues+ .+ @openFreePort@ will create a socket bound to a random port (like @warp@'s @openFreePort@).+ .+ @wait@ will attempt to connect to given host and port repeatedly until successful.+ .+homepage: https://github.com/jfischoff/port-utils#readme+bug-reports: https://github.com/jfischoff/port-utils/issues author: Jonathan Fischoff maintainer: jonathangfischoff@gmail.com copyright: 2018 Jonathan Fischoff@@ -28,7 +28,7 @@ source-repository head type: git- location: https://github.com/jfischoff/port-utilities+ location: https://github.com/jfischoff/port-utils library exposed-modules: