packages feed

lazy-async 1.0.0.0 → 1.0.0.1

raw patch · 2 files changed

+6/−1 lines, 2 filesdep ~basedep ~hedgehogPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, hedgehog

API changes (from Hackage documentation)

Files

+ changelog.txt view
@@ -0,0 +1,2 @@+v1.0.0.0 - Initial release+v1.0.0.1 - Support GHC 9.2
lazy-async.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: lazy-async-version: 1.0.0.0+version: 1.0.0.1 synopsis: Asynchronous actions that don't start right away  description:@@ -33,6 +33,8 @@ category:       Concurrency build-type:     Simple +extra-source-files: changelog.txt+ source-repository head   type: git   location: https://github.com/typeclasses/lazy-async@@ -50,6 +52,7 @@  common dependencies     build-depends:      base              ^>= 4.14     || ^>= 4.15+                                                       || ^>= 4.16     build-depends:      exceptions        ^>= 0.10.4     build-depends:      lifted-async      ^>= 0.10.0.6     build-depends:      monad-control     ^>= 1.0.2.3