snap-stream 0.1.1.0 → 0.1.1.1
raw patch · 3 files changed
+9/−3 lines, 3 filesdep ~attoparsecdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec, base
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- readme.md +2/−0
- snap-stream.cabal +3/−3
changelog.md view
@@ -1,5 +1,9 @@ # Changelog for snap-stream +## 0.1.1.1++* Loosen version bounds+ ## 0.1.1.0 * Loosen `base` version bounds
readme.md view
@@ -1,5 +1,7 @@ # snap-stream +[](https://haskell.org) [](https://hackage.haskell.org/package/snap-stream) [](https://matrix.hackage.haskell.org/#/package/snap-stream) [](https://github.com/obsidiansystems/snap-stream/actions) [](https://github.com/obsidiansystems/snap-stream/blob/master/LICENSE)+ [Snap](https://hackage.haskell.org/package/snap) handlers for HTTP [range requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests). This package provides a way to respond to an HTTP request for a particular range of bytes. Range requests include a header that specifies which bytes the client is requesting (e.g., `Range: bytes=0-1023`). See the documentation for `serveStreamAs`.
snap-stream.cabal view
@@ -1,5 +1,5 @@ name: snap-stream-version: 0.1.1.0+version: 0.1.1.1 synopsis: Streaming Snap handlers description: Snap handlers for streaming access with range requests license: BSD3@@ -17,8 +17,8 @@ library hs-source-dirs: src build-depends:- attoparsec >=0.13 && <0.14- , base >=4.9 && <4.15+ attoparsec >=0.13 && <0.15+ , base >=4.9 && <4.16 , bytestring >=0.10 && <0.11 , io-streams >=1.4 && <1.6 , snap-core >=1.0 && <1.1