diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6367c..e86da66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3.12] - 2022-07-17 +### Changed +- Update imports to support `lens-aeson` >=1.2. + ## [0.1.3.11] - 2022-02-06 ### Added - Custom `swagger-ui` wrapper that allows to use BIOCAD's OIDC authorization from the UI. diff --git a/src/Web/Template/Servant/Auth.hs b/src/Web/Template/Servant/Auth.hs index 58f2651..5d05286 100644 --- a/src/Web/Template/Servant/Auth.hs +++ b/src/Web/Template/Servant/Auth.hs @@ -37,7 +37,7 @@ import Crypto.JWT (ClaimsSet, JWTError, JWTValidat defaultJWTValidationSettings, issuerPredicate, string, unregisteredClaims, uri, verifyClaims) import Data.Aeson (Value) -import Data.Aeson.Lens (AsPrimitive (_String), key, values) +import Data.Aeson.Lens (_String, key, values) import Data.ByteString (ByteString, stripPrefix) import qualified Data.ByteString.Lazy as LB import Data.Cache (Cache) diff --git a/web-template.cabal b/web-template.cabal index 6467e43..9b9ff21 100644 --- a/web-template.cabal +++ b/web-template.cabal @@ -1,5 +1,5 @@ name: web-template -version: 0.1.3.11 +version: 0.1.3.12 synopsis: Web template description: Web template includes: