Skip to content

Commit

Permalink
version 0.1.3.12: support lens-aeson >=1.2 (#31)
Browse files Browse the repository at this point in the history
maksbotan authored Jul 17, 2022
1 parent 999c704 commit 88f66b6
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion src/Web/Template/Servant/Auth.hs
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion web-template.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: web-template
version: 0.1.3.11
version: 0.1.3.12
synopsis: Web template
description:
Web template includes:

0 comments on commit 88f66b6

Please sign in to comment.