packages feed

debug-print 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+23/−19 lines, 2 filesdep ~aesondep ~basedep ~containers

Dependency ranges changed: aeson, base, containers, hspec, markdown-unlit, text, vector

Files

CHANGELOG.md view
@@ -1,6 +1,10 @@-## [_Unreleased_](https://github.com/freckle/debug-print/compare/v0.2.0.0...main)+## [_Unreleased_](https://github.com/freckle/debug-print/compare/v0.2.0.1...main) -## [v0.2.0.0](https://github.com/freckle/debug-print/compare/v0.2.0.0...v0.2.0.0)+## [v0.2.0.1](https://github.com/freckle/debug-print/compare/v0.2.0.0...v0.2.0.1)++Relax lower dependency bounds++## [v0.2.0.0](https://github.com/freckle/debug-print/compare/v0.1.0.0...v0.2.0.0)  To reduce clutter in output, the default `Generic`-derived `ToDebugPrintRecord` instance now elides any field whose values is empty text, an empty list, or an
debug-print.cabal view
@@ -1,6 +1,6 @@ cabal-version:   2.0 name:            debug-print-version:         0.2.0.0+version:         0.2.0.1 license:         MIT license-file:    LICENSE maintainer:      Freckle Education@@ -42,11 +42,11 @@         -Wno-missing-safe-haskell-mode -Wno-safe -Wno-unsafe      build-depends:-        aeson >=2.2.3.0,-        base >=4.19.2.0 && <5,-        containers >=0.6.8,+        aeson >=2.1.2.1,+        base >=4.17.2.1 && <5,+        containers >=0.6.7,         internal,-        text >=2.1.1+        text >=2.0.2      if impl(ghc >=9.8)         ghc-options:@@ -69,10 +69,10 @@         -Wno-missing-safe-haskell-mode -Wno-safe -Wno-unsafe      build-depends:-        base >=4.19.2.0 && <5,-        containers >=0.6.8,-        text >=2.1.1,-        vector >=0.13.2.0+        base >=4.17.2.1 && <5,+        containers >=0.6.7,+        text >=2.0.2,+        vector >=0.13.1.0      if impl(ghc >=9.8)         ghc-options:@@ -96,12 +96,12 @@         markdown-unlit      build-depends:-        aeson >=2.2.3.0,-        base >=4.19.2.0 && <5,+        aeson >=2.1.2.1,+        base >=4.17.2.1 && <5,         debug-print,-        hspec >=2.11.11,-        markdown-unlit >=0.6.0,-        text >=2.1.1+        hspec >=2.10.10,+        markdown-unlit >=0.5.1,+        text >=2.0.2      if impl(ghc >=9.8)         ghc-options:@@ -126,10 +126,10 @@      build-depends:         aeson-qq >=0.8.4,-        base >=4.19.2.0 && <5,+        base >=4.17.2.1 && <5,         debug-print,-        hspec >=2.11.11,-        text >=2.1.1+        hspec >=2.10.10,+        text >=2.0.2      if impl(ghc >=9.8)         ghc-options: