wai-feature-flags 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- wai-feature-flags.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.3++- Support `text-2.0.x`.+ # 0.1.0.2 - Support `aeson-2.0.x`.
wai-feature-flags.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 32da1a36f9e6919162db72cf827de32c1168aab52710b63e650c9ef04571daf3+-- hash: 481a3fa51fe3b3d0c62f2830ce9118f0100126ba29b6b71667b470a985484e3e name: wai-feature-flags-version: 0.1.0.2+version: 0.1.0.3 synopsis: Feature flag support for WAI applications. description: Please see the README at <https://github.com/jwoudenberg/wai-feature-flags>. category: Web@@ -41,7 +41,7 @@ , base >=4.10.1.0 && <5 , bytestring >=0.10.8.2 && <0.12 , splitmix >=0.0.3 && <0.2- , text >=1.2.3.0 && <1.3+ , text >=1.2.3.0 && <2.1 , unordered-containers >=0.2.9.0 && <0.3 , wai >=3.2.2.1 && <3.3 default-language: Haskell2010