nri-observability 0.1.1.2 → 0.1.1.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~time
Dependency ranges changed: time
Files
- CHANGELOG.md +4/−0
- nri-observability.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.1.3++- Support `time-1.x`.+ # 0.1.1.2 - Support `aeson-2.0.x`.
nri-observability.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: nri-observability-version: 0.1.1.2+version: 0.1.1.3 synopsis: Report log spans collected by nri-prelude. description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-observability#readme>. category: Web@@ -82,7 +82,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 , unordered-containers >=0.2.0.0 && <0.3 , uuid >=1.3.0 && <1.4 default-language: Haskell2010@@ -151,7 +151,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 , unordered-containers >=0.2.0.0 && <0.3 , uuid >=1.3.0 && <1.4 default-language: Haskell2010