packages feed

faktory 1.0.1.4 → 1.0.1.5

raw patch · 2 files changed

+18/−14 lines, 2 filesdep ~aesondep ~bytestringdep ~cryptonitePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, bytestring, cryptonite, hspec, markdown-unlit, megaparsec, safe-exceptions

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,10 @@-## [*Unreleased*](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.0.1.4...master)+## [*Unreleased*](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.0.1.5...master)  None++## [v1.0.1.5](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.0.1.4...v1.0.1.5)++- Maintain version bounds  ## [v1.0.1.4](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.0.1.3...v1.0.1.4) 
faktory.cabal view
@@ -1,6 +1,6 @@ cabal-version:   1.18 name:            faktory-version:         1.0.1.4+version:         1.0.1.5 license:         MIT license-file:    LICENSE copyright:       2018 Freckle Education@@ -79,17 +79,17 @@         -Wno-monomorphism-restriction -Wno-missing-import-lists      build-depends:-        aeson >=1.4.6.0 && <1.6,+        aeson >=1.5.5.1 && <1.6,         aeson-casing >=0.2.0.0 && <0.3,         base >=4.11 && <5,-        bytestring >=0.10.10.0 && <0.11,+        bytestring >=0.10.12.0 && <0.11,         connection >=0.3.1 && <0.4,-        cryptonite >=0.26 && <0.28,-        megaparsec >=8.0.0 && <9.1,+        cryptonite ==0.27.*,+        megaparsec >=9.0.1 && <9.1,         memory >=0.15.0 && <0.16,         network >=3.1.1.1 && <3.2,         random ==1.1.*,-        safe-exceptions >=0.1.7.0 && <0.2,+        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,@@ -120,10 +120,10 @@         -Wno-monomorphism-restriction -Wno-missing-import-lists      build-depends:-        aeson >=1.4.6.0 && <1.6,+        aeson >=1.5.5.1 && <1.6,         base >=4.11 && <5,         faktory -any,-        safe-exceptions >=0.1.7.0 && <0.2+        safe-exceptions >=0.1.7.1 && <0.2      if impl(ghc >=8.10)         ghc-options:@@ -150,10 +150,10 @@         -Wno-monomorphism-restriction -Wno-missing-import-lists      build-depends:-        aeson >=1.4.6.0 && <1.6,+        aeson >=1.5.5.1 && <1.6,         base >=4.11 && <5,         faktory -any,-        safe-exceptions >=0.1.7.0 && <0.2+        safe-exceptions >=0.1.7.1 && <0.2      if impl(ghc >=8.10)         ghc-options:@@ -187,7 +187,7 @@     build-depends:         base >=4.11 && <5,         faktory -any,-        hspec >=2.7.1 && <2.8+        hspec >=2.7.8 && <2.8      if impl(ghc >=8.10)         ghc-options:@@ -216,10 +216,10 @@         markdown-unlit      build-depends:-        aeson >=1.4.6.0 && <1.6,+        aeson >=1.5.5.1 && <1.6,         base >=4.11 && <5,         faktory -any,-        markdown-unlit >=0.5.0 && <0.6+        markdown-unlit >=0.5.1 && <0.6      if impl(ghc >=8.10)         ghc-options: