om-show 0.1.2.10 → 0.1.2.11
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- om-show.cabal +3/−3
om-show.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-show-version: 0.1.2.10+version: 0.1.2.11 synopsis: Utilities for showing string-like things. description: Utilities for showing string-like things. homepage: https://github.com/owensmurray/om-show@@ -8,7 +8,7 @@ license-file: LICENSE author: Rick Owens maintainer: rick@owensmurray.com-copyright: 2021 Owens Murray, LLC.+copyright: 2025 Owens Murray, LLC. category: Text build-type: Simple extra-source-files:@@ -19,7 +19,7 @@ common dependencies build-depends: , aeson >= 2.0.3.0 && < 2.3- , base >= 4.15.0.0 && < 4.21+ , base >= 4.15.0.0 && < 4.22 , text >= 1.2.5.0 && < 2.2 common warnings