packages feed

haskoin-store-data 1.0.0 → 1.0.1

raw patch · 3 files changed

+9/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) +## [1.0.1] - 2023-08-03++### Changed++- Add compatibility with latest nightly LTS Haskell.+ ## [1.0.0] - 2023-07-28  ### Changed
haskoin-store-data.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 5c6d0f79cd18954de7032dc7b391fccf7ff90f5afd84f693d4533a84f7a2afcc+-- hash: 80b85357d83ca388b5a3f6db388b765cb40be5283d83350b8bd15aa4935b2b79  name:           haskoin-store-data-version:        1.0.0+version:        1.0.1 synopsis:       Data for Haskoin Store description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme> category:       Bitcoin, Finance, Network
src/Haskoin/Store/WebClient.hs view
@@ -71,6 +71,7 @@ import Control.Exception import Control.Lens ((.~), (?~), (^.)) import Control.Monad.Except+import Control.Monad.IO.Class (MonadIO, liftIO) import Data.Aeson qualified as A import Data.ByteString.Lazy qualified as BL import Data.Bytes.Get