wai-middleware-clacks 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+14/−9 lines, 3 filesdep ~bytestringdep ~case-insensitivedep ~http-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, case-insensitive, http-types, text, wai
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- README.md +2/−2
- wai-middleware-clacks.cabal +7/−7
CHANGELOG.md view
@@ -1,5 +1,10 @@ # CHANGELOG +## v0.1.0.1++* Add upper bounds to library dependencies++ ## v0.1.0.0 * Initial release
README.md view
@@ -30,8 +30,8 @@ ## Usage To use this package to keep the legacy of Terry Pratchett alive, simply pass-your wai application to @clacks gnuTerryPratchett@ before passing it to the-@run@ function:+your wai application to `clacks gnuTerryPratchett` before passing it to the+`run` function: ```haskell import Network.Wai.Handler.Warp (run)
wai-middleware-clacks.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 895632c4795b860ff962c56d9e843f228030b41aadc1d8f3806e7fefbccc5229+-- hash: 95ad49ebdca25f36306d023f0b722dcec4a740271c280eb58224f347a140cd0e name: wai-middleware-clacks-version: 0.1.0.0+version: 0.1.0.1 synopsis: GNU Terry Pratchett - Add the X-Clacks-Overhead Header to Wai Responses. description: /"You know they'll never really die while the Trunk is alive."/ .@@ -67,11 +67,11 @@ build-depends: base >=4.3 && <5 , base-compat-batteries- , bytestring- , case-insensitive- , http-types- , text- , wai+ , bytestring <1+ , case-insensitive <2+ , http-types <1+ , text <2+ , wai <4 if impl(ghc >= 8.0) ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints else