snap-cors 1.2.3 → 1.2.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~networkPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: network
API changes (from Hackage documentation)
Files
- Changelog.md +4/−0
- snap-cors.cabal +2/−2
Changelog.md view
@@ -1,3 +1,7 @@+# 1.2.4++* Increased upper bound on `network`.+ # 1.2.3 * Added a bit more documentation to `applyCORS`. Thanks to Alfredo Di Napoli for
snap-cors.cabal view
@@ -1,5 +1,5 @@ name: snap-cors-version: 1.2.3+version: 1.2.4 synopsis: Add CORS headers to Snap applications description: Add CORS (cross-origin resource sharing) headers to Snap applications. This@@ -37,7 +37,7 @@ bytestring >= 0.10 && < 0.11, case-insensitive >= 1.0 && <1.3, hashable >= 1.1 && <1.3,- network >= 2.4 && < 2.5,+ network >= 2.4 && < 2.6, snap >= 0.13 && < 0.14, text >= 0.11 && < 1.2, transformers >= 0.3 && < 0.4,