Skip to content

Commit

Permalink
Merge pull request #41 from blockfrost/bounds/servant
Browse files Browse the repository at this point in the history
Allow servant 0.20
  • Loading branch information
sorki committed Nov 8, 2023
2 parents 206e1a0 + a39237d commit 1a6e4c2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions blockfrost-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.8.1.0-master) (2023-mm-dd)

* Allow servant `0.20`

# Version [0.8.1.0](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.8.0.0...api-0.8.1.0) (2023-09-18)

* Added `address` field to `AddressUtxo` [#38](https://github.com/blockfrost/blockfrost-haskell/pull/38)
Expand Down
2 changes: 1 addition & 1 deletion blockfrost-api/blockfrost-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ library
, deriving-aeson
, lens >= 5.0 && < 5.3
, template-haskell
, servant >= 0.18 && < 0.20
, servant >= 0.18 && < 0.21
, servant-docs
, servant-multipart-api
, safe-money >= 0.9 && < 0.10
Expand Down
4 changes: 4 additions & 0 deletions blockfrost-client-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/v0.6.0.0...master) (2023-mm-dd)

* Allow servant `0.20`

# Version [0.6.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/v0.5.0.0...v0.6.0.0) (2022-08-31)

* Additions
Expand Down
2 changes: 1 addition & 1 deletion blockfrost-client-core/blockfrost-client-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ library
, http-client
, http-client-tls
, http-types
, servant >= 0.18 && < 0.20
, servant >= 0.18 && < 0.21
, servant-client
, servant-client-core
, servant-multipart-api
Expand Down
4 changes: 4 additions & 0 deletions blockfrost-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.7.1.1...master) (2023-mm-dd)

* Allow servant `0.20`

# Version [0.7.1.1](https://github.com/blockfrost/blockfrost-haskell/compare/v0.7.1.0...client-0.7.1.1) (2023-01-10)

* Allow blockfrost-api `0.8`
Expand Down
2 changes: 1 addition & 1 deletion blockfrost-client/blockfrost-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ library
, filepath
, text
, mtl
, servant >= 0.18 && < 0.20
, servant >= 0.18 && < 0.21
, servant-client
, servant-client-core

Expand Down

0 comments on commit 1a6e4c2

Please sign in to comment.