packages feed

faktory 1.0.1.5 → 1.0.1.6

raw patch · 2 files changed

+11/−6 lines, 2 filesdep ~bytestringdep ~cryptonitedep ~randomPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, cryptonite, random, time

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,11 @@-## [*Unreleased*](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.0.1.5...master)+## [*Unreleased*](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.0.1.6...main)  None++## [v1.0.1.6](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.0.1.5...v1.0.1.6)++- Relax dependencies upper bounds+  ## [v1.0.1.5](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.0.1.4...v1.0.1.5) 
faktory.cabal view
@@ -1,6 +1,6 @@ cabal-version:   1.18 name:            faktory-version:         1.0.1.5+version:         1.0.1.6 license:         MIT license-file:    LICENSE copyright:       2018 Freckle Education@@ -82,17 +82,17 @@         aeson >=1.5.5.1 && <1.6,         aeson-casing >=0.2.0.0 && <0.3,         base >=4.11 && <5,-        bytestring >=0.10.12.0 && <0.11,+        bytestring >=0.10.12.0 && <0.12,         connection >=0.3.1 && <0.4,-        cryptonite ==0.27.*,+        cryptonite >=0.27 && <0.29,         megaparsec >=9.0.1 && <9.1,         memory >=0.15.0 && <0.16,         network >=3.1.1.1 && <3.2,-        random ==1.1.*,+        random >=1.1 && <1.3,         safe-exceptions >=0.1.7.1 && <0.2,         scanner >=0.3.1 && <0.4,         text >1.2 && <1.4,-        time >=1.9.3 && <1.10,+        time >=1.9.3 && <1.12,         unix >=2.7.2.2 && <2.8      if impl(ghc >=8.10)