context-wai-middleware 0.1.0.0 → 0.2.0.0
raw patch · 4 files changed
+9/−9 lines, 4 filesdep ~contextPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: context
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.md +0/−2
- context-wai-middleware.cabal +3/−5
- package.yaml +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 0.2.0.0++* Dependency bump: `context-0.2.0.0`+ ## 0.1.0.0 Initial release
README.md view
@@ -2,8 +2,6 @@ [![Version badge][]][version] -🚧 This README is under construction and could use some love. 🚧- `context-wai-middleware` supports adding request-specific (or not!) context to your WAI applications.
context-wai-middleware.cabal view
@@ -1,13 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.33.0.+-- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack------ hash: 402f8eded58ae9b921e8d899368a09ce17ec0777f49fb810766e91cdaeb4e7f4 name: context-wai-middleware-version: 0.1.0.0+version: 0.2.0.0 synopsis: Add request-specific (or not!) context to your WAI applications description: Add request-specific (or not!) context to your WAI applications. category: Web@@ -40,7 +38,7 @@ ghc-options: -Wall -fwarn-tabs -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.12 && <5- , context >=0.1.0.0 && <0.2+ , context >=0.2.0.0 && <0.3 , wai >=3.0.3.0 && <3.3 default-language: Haskell2010
package.yaml view
@@ -1,5 +1,5 @@ name: context-wai-middleware-version: '0.1.0.0'+version: '0.2.0.0' github: "jship/context/context-wai-middleware" license: MIT license-file: LICENSE.md@@ -26,7 +26,7 @@ library: dependencies: - base >=4.12 && <5- - context >=0.1.0.0 && <0.2+ - context >=0.2.0.0 && <0.3 - wai >=3.0.3.0 && <3.3 source-dirs: library