blockfrost-api 0.4.0.0 → 0.4.0.1
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~lensdep ~safe-moneydep ~servantPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens, safe-money, servant
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- blockfrost-api.cabal +5/−5
CHANGELOG.md view
@@ -1,3 +1,7 @@+# Version [0.4.0.1](https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.0...v0.4.0.1) (2022-04-05)++* Allow servant `0.19`+ # Version [0.4.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/v0.3.1.0...v0.4.0.0) (2022-03-09) * Changes
blockfrost-api.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: blockfrost-api-version: 0.4.0.0+version: 0.4.0.1 synopsis: API definitions for blockfrost.io description: Core types and Servant API description homepage: https://github.com/blockfrost/blockfrost-haskell@@ -119,19 +119,19 @@ , Blockfrost.Util.UserAgent , Paths_blockfrost_api autogen-modules: Paths_blockfrost_api- build-depends: base >= 4.7 && < 5+ build-depends: base >= 4.7 && < 5 , bytestring , data-default-class , text , time , aeson , deriving-aeson- , lens+ , lens >= 5.0 && < 5.1 , template-haskell- , servant ^>= 0.18+ , servant >= 0.18 && < 0.20 , servant-docs , servant-multipart-api- , safe-money+ , safe-money >= 0.9 && < 0.10 , quickcheck-instances , QuickCheck , vector