wai 1.3.0.1 → 1.3.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~http-typesdep ~textdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-types, text, transformers
API changes (from Hackage documentation)
Files
- wai.cabal +4/−4
wai.cabal view
@@ -1,5 +1,5 @@ Name: wai-Version: 1.3.0.1+Version: 1.3.0.2 Synopsis: Web Application Interface. Description: Provides a common protocol for communication between web applications and web servers. License: MIT@@ -22,9 +22,9 @@ , blaze-builder >= 0.2.1.4 && < 0.4 , conduit >= 0.5 && < 0.6 , network >= 2.2.1.5- , http-types >= 0.7 && < 0.8- , text >= 0.7 && < 0.12- , transformers >= 0.2.2 && < 0.4+ , http-types >= 0.7+ , text >= 0.7+ , transformers >= 0.2.2 , vault >= 0.1 && < 0.3 Exposed-modules: Network.Wai ghc-options: -Wall