Skip to content

Commit

Permalink
Drop 0.18 from servant-* constraints, add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek committed Dec 7, 2023
1 parent 978d7ac commit d70250f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
`servant-hmac-auth` uses [PVP Versioning][1].
The change log is available [on GitHub][2].

## 0.1.6 - TBD
* Bump dependency upper bounds to allow building with GHC `9.0`, `9.2`, `9.4` and `9.6`.
* Allow building with `servant-0.20`

## 0.1.5 - Jan 27, 2023
* Bump dependency upper bounds, allow building with `GHC 9.0`, `9.2` and `9.4`

Expand Down
8 changes: 4 additions & 4 deletions servant-hmac-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ library
, http-client >= 0.6.4 && < 0.8
, memory >= 0.15 && < 0.19
, mtl ^>= 2.2.2 || ^>= 2.3
, servant ^>= 0.18 || ^>= 0.19 || ^>= 0.20
, servant ^>= 0.19 || ^>= 0.20
, servant-client ^>= 0.19 || ^>= 0.20
, servant-client-core ^>= 0.18 || ^>= 0.19 || ^>= 0.20
, servant-server ^>= 0.18 || ^>= 0.19 || ^>= 0.20
, servant-client-core ^>= 0.19 || ^>= 0.20
, servant-server ^>= 0.19 || ^>= 0.20
, transformers ^>= 0.5 || ^>= 0.6
, wai ^>= 3.2.2.1

Expand All @@ -96,7 +96,7 @@ test-suite servant-hmac-auth-test
, http-client >= 0.6.4 && < 0.8
, http-types ^>= 0.12
, servant-client ^>= 0.19 || ^>= 0.20
, servant-server ^>= 0.18 || ^>= 0.19 || ^>= 0.20
, servant-server ^>= 0.19 || ^>= 0.20
, text
, warp ^>= 3.3
other-modules: Servant.Auth.Hmac.CryptoSpec
Expand Down

0 comments on commit d70250f

Please sign in to comment.