packages feed

om-show 0.1.2.9 → 0.1.2.10

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- OM.Show: instance Data.Aeson.Types.ToJSON.ToJSON a => GHC.Show.Show (OM.Show.ShowJ a)
+ OM.Show: instance Data.Aeson.Types.ToJSON.ToJSON a => GHC.Internal.Show.Show (OM.Show.ShowJ a)

Files

om-show.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                om-show-version:             0.1.2.9+version:             0.1.2.10 synopsis:            Utilities for showing string-like things. description:         Utilities for showing string-like things. homepage:            https://github.com/owensmurray/om-show@@ -19,7 +19,7 @@ common dependencies   build-depends:     , aeson >= 2.0.3.0  && < 2.3-    , base  >= 4.15.0.0 && < 4.20+    , base  >= 4.15.0.0 && < 4.21     , text  >= 1.2.5.0  && < 2.2  common warnings