packages feed

staversion 0.2.3.5 → 0.2.3.6

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~aesondep ~http-client

Dependency ranges changed: aeson, http-client

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for staversion +## 0.2.3.6  -- 2020-05-30++* Confirm test with `http-client-0.7.0` and `aeson-1.5.0.0`.+ ## 0.2.3.5  -- 2020-04-26  * Confirm test with `Cabal-3.2`.
staversion.cabal view
@@ -1,5 +1,5 @@ name:                   staversion-version:                0.2.3.5+version:                0.2.3.6 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -58,7 +58,7 @@                         Staversion.Internal.EIO   build-depends:        base >=4.8 && <4.14,                         unordered-containers >=0.2.3 && <0.3,-                        aeson >=0.8.0 && <1.5,+                        aeson >=0.8.0 && <1.6,                         text >=0.11.3 && <1.3,                         bytestring >=0.10.0 && <0.11,                         yaml >=0.8.3 && <0.12,@@ -66,7 +66,7 @@                         directory >=1.2.0 && <1.4,                         optparse-applicative >=0.11.0 && <0.16,                         containers >=0.5.5 && <0.7,-                        http-client >=0.4.18 && <0.7,+                        http-client >=0.4.18 && <0.8,                         http-client-tls >=0.2.2 && <0.4,                         http-types >=0.8.6 && <0.13,                         transformers >=0.3.0 && <0.6,