om-show 0.1.2.11 → 0.1.2.12
raw patch · 2 files changed
+13/−3 lines, 2 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 GHC.Classes.Eq a => GHC.Classes.Eq (OM.Show.ShowJ a)
- OM.Show: instance GHC.Classes.Ord a => GHC.Classes.Ord (OM.Show.ShowJ a)
+ OM.Show: instance GHC.Internal.Classes.Eq a => GHC.Internal.Classes.Eq (OM.Show.ShowJ a)
+ OM.Show: instance GHC.Internal.Classes.Ord a => GHC.Internal.Classes.Ord (OM.Show.ShowJ a)
Files
- CHANGELOG.md +9/−0
- om-show.cabal +4/−3
+ CHANGELOG.md view
@@ -0,0 +1,9 @@+# Changelog++All notable changes to this project will be documented in this file.++## [0.1.2.12] - 2025-02-06++### Added++- Support for GHC 9.14.
om-show.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-show-version: 0.1.2.11+version: 0.1.2.12 synopsis: Utilities for showing string-like things. description: Utilities for showing string-like things. homepage: https://github.com/owensmurray/om-show@@ -12,14 +12,15 @@ category: Text build-type: Simple extra-source-files:- README.md+ CHANGELOG.md LICENSE+ README.md common dependencies build-depends: , aeson >= 2.0.3.0 && < 2.3- , base >= 4.15.0.0 && < 4.22+ , base >= 4.15.0.0 && < 4.23 , text >= 1.2.5.0 && < 2.2 common warnings