wai-feature-flags 0.1.0.3 → 0.1.0.4
raw patch · 3 files changed
+10/−6 lines, 3 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- LICENSE +1/−1
- wai-feature-flags.cabal +5/−5
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.4++- Support `aeson-2.1.x`.+ # 0.1.0.3 - Support `text-2.0.x`.
LICENSE view
@@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2021, Jasper Woudenberg+Copyright (c) 2022, Jasper Woudenberg All rights reserved. Redistribution and use in source and binary forms, with or without
wai-feature-flags.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.18 --- 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.7. -- -- see: https://github.com/sol/hpack ----- hash: 481a3fa51fe3b3d0c62f2830ce9118f0100126ba29b6b71667b470a985484e3e+-- hash: f662828506c4b55e1864e8158cf68568563657f07811553584b31cf57382967f name: wai-feature-flags-version: 0.1.0.3+version: 0.1.0.4 synopsis: Feature flag support for WAI applications. description: Please see the README at <https://github.com/jwoudenberg/wai-feature-flags>. category: Web@@ -15,7 +15,7 @@ bug-reports: https://github.com/jwoudenberg/wai-feature-flags/issues author: Jasper Woudenberg maintainer: mail@jasperwoudenberg.com-copyright: 2021 Jasper Woudenberg+copyright: 2022 Jasper Woudenberg license: BSD3 license-file: LICENSE build-type: Simple@@ -37,7 +37,7 @@ hs-source-dirs: src build-depends:- aeson >=1.2.4.0 && <2.1+ aeson >=1.2.4.0 && <2.2 , base >=4.10.1.0 && <5 , bytestring >=0.10.8.2 && <0.12 , splitmix >=0.0.3 && <0.2