packages feed

nri-kafka 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.2++- Support `time-1.x`.+ # 0.1.0.1  - Support `aeson-2.0.x`.
nri-kafka.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           nri-kafka-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Functions for working with Kafka description:    Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-kafka#readme>. category:       Web@@ -76,7 +76,7 @@     , safe-exceptions >=0.1.7.0 && <1.3     , stm >=2.4 && <2.6     , text >=1.2.3.1 && <1.3-    , time >=1.8.0.2 && <1.13+    , time >=1.8.0.2 && <2     , unix >=2.7.2.2 && <2.8.0.0     , uuid >=1.3.0 && <1.4   default-language: Haskell2010@@ -135,7 +135,7 @@     , safe-exceptions >=0.1.7.0 && <1.3     , stm >=2.4 && <2.6     , text >=1.2.3.1 && <1.3-    , time >=1.8.0.2 && <1.13+    , time >=1.8.0.2 && <2     , unix >=2.7.2.2 && <2.8.0.0     , uuid >=1.3.0 && <1.4   default-language: Haskell2010