packages feed

wai-feature-flags 0.1.0.7 → 0.1.0.8

raw patch · 3 files changed

+8/−4 lines, 3 filesdep ~warpPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: warp

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.8++- Support `warp-3.4.x`.+ # 0.1.0.7  - Support `text-2.1.x`.
LICENSE view
@@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2023, Jasper Woudenberg+Copyright (c) 2024, Jasper Woudenberg All rights reserved.  Redistribution and use in source and binary forms, with or without
wai-feature-flags.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           wai-feature-flags-version:        0.1.0.7+version:        0.1.0.8 synopsis:       Feature flag support for WAI applications. description:    Please see the README at <https://github.com/jwoudenberg/wai-feature-flags>. category:       Web@@ -13,7 +13,7 @@ bug-reports:    https://github.com/jwoudenberg/wai-feature-flags/issues author:         Jasper Woudenberg maintainer:     mail@jasperwoudenberg.com-copyright:      2023 Jasper Woudenberg+copyright:      2024 Jasper Woudenberg license:        BSD3 license-file:   LICENSE build-type:     Simple@@ -54,5 +54,5 @@       base     , wai     , wai-feature-flags-    , warp >=3.3.5 && <3.4+    , warp >=3.3.5 && <3.5   default-language: Haskell2010